# JamAI Base Docs

## JamAI Base Docs

- [Welcome to JamAI Base](https://docs.jamaibase.com/get-started/readme.md)
- [Why Choose JamAI Base?](https://docs.jamaibase.com/get-started/readme/why-choose-jamaibase.md)
- [Key Features](https://docs.jamaibase.com/get-started/readme/key-features.md)
- [Architecture](https://docs.jamaibase.com/get-started/readme/architecture.md)
- [New Features & Required Actions](https://docs.jamaibase.com/introducing-jamai-base-v2/new-features-and-required-actions.md): Welcome to JamAI Base v2! This major update brings powerful new features, enhanced project-level role-based access control (RBAC), and improved performance to elevate your experience.
- [Python SDK Documentation](https://docs.jamaibase.com/developer-reference/python-sdk-documentation.md)
- [Quick Start: Action Table](https://docs.jamaibase.com/developer-reference/python-sdk-documentation/quick-start-action-table.md)
- [Action Table - Image](https://docs.jamaibase.com/developer-reference/python-sdk-documentation/quick-start-action-table/action-table-image.md): Build a Smart Receipt Scanner with JamAI Base
- [Action Table - Audio](https://docs.jamaibase.com/developer-reference/python-sdk-documentation/quick-start-action-table/action-table-audio.md): Build a Smart Audio Processor with JamAI Base
- [Action Table - Document](https://docs.jamaibase.com/developer-reference/python-sdk-documentation/quick-start-action-table/action-table-document.md): Summarize news with JamAI Base
- [Quick Start with Chat Table](https://docs.jamaibase.com/developer-reference/python-sdk-documentation/quick-start-with-chat-table.md): Build Intelligent Conversational Applications in Minutes with JamAI Base Chat Tables
- [Quick Start: Knowledge Table File Upload](https://docs.jamaibase.com/developer-reference/python-sdk-documentation/quick-start-knowledge-table-file-upload.md): Prepare your file for RAG
- [TypeScript SDK Documentation](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation.md)
- [Quick Start: Knowledge Table](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation/quick-start-knowledge-table.md)
- [Quick Start: Chat Table](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation/quick-start-chat-table.md)
- [Quick Start: Action Table](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation/quick-start-action-table.md)
- [Action Table - Image](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation/quick-start-action-table/action-table-image.md)
- [Action Table - Document](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation/quick-start-action-table/action-table-document.md)
- [Action Table - Audio](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation/quick-start-action-table/action-table-audio.md)
- [Examples](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation/examples.md)
- [AI Assistant with SvelteKit](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation/examples/ai-assistant-with-sveltekit.md): Build an AI-powered chat assistant with SvelteKit and JamAI Base
- [Receipt Extractor with Next JS](https://docs.jamaibase.com/developer-reference/typescript-sdk-documentation/examples/receipt-extractor-with-next-js.md): Build an AI-powered receipt extraction app with Next.js and JamAI Base
- [OpenAPI Documentation](https://docs.jamaibase.com/developer-reference/openapi-documentation.md)
- [Making your first API request](https://docs.jamaibase.com/developer-reference/openapi-documentation/making-your-first-api-request.md)
- [Writing to Action Table with OpenAPI](https://docs.jamaibase.com/developer-reference/openapi-documentation/writing-to-action-table-with-openapi.md): Use the OpenAPI-described endpoint to insert a new row into an existing Action Table. You’ll validate the schema, POST a row, and verify the result—via cURL or generated clients.
- [Primitives (integer, float, boolean, text)](https://docs.jamaibase.com/developer-reference/openapi-documentation/writing-to-action-table-with-openapi/primitives-integer-float-boolean-text.md): Use this flow when all fields are primitive types (integer, float, boolean, text). No file upload is required.
- [Multimodel: Image / Audio / Document](https://docs.jamaibase.com/developer-reference/openapi-documentation/writing-to-action-table-with-openapi/multimodel-image-audio-document.md)
- [TS/JS](https://docs.jamaibase.com/developer-reference/ts-js.md)
- [Framework Integration](https://docs.jamaibase.com/developer-reference/framework-integration.md)
- [ReactJS](https://docs.jamaibase.com/developer-reference/framework-integration/reactjs.md)
- [Next JS](https://docs.jamaibase.com/developer-reference/framework-integration/next-js.md)
- [Nuxt](https://docs.jamaibase.com/developer-reference/framework-integration/nuxt.md)
- [NLUX + Express.js](https://docs.jamaibase.com/developer-reference/framework-integration/nlux-+-express.js.md)
- [NLUX (Frontend Only)](https://docs.jamaibase.com/developer-reference/framework-integration/nlux-frontend-only.md)
- [SvelteKit](https://docs.jamaibase.com/developer-reference/framework-integration/sveltekit.md)
- [Action Table](https://docs.jamaibase.com/using-the-platform/action-table.md)
- [Chat Table](https://docs.jamaibase.com/using-the-platform/chat-table.md)
- [Knowledge Table](https://docs.jamaibase.com/using-the-platform/knowledge-table.md)
- [Supported Models](https://docs.jamaibase.com/using-the-platform/model-providers.md): The following is the list of model and provider that are currently supported by JamAIBase.
- [Which LLM Should You Choose?](https://docs.jamaibase.com/using-the-platform/model-providers/which-llm-should-you-choose.md): A guide for choosing the best LLM API for your use case
- [Comparative Analysis of Large Language Models in Vision Tasks](https://docs.jamaibase.com/using-the-platform/model-providers/comparative-analysis-of-large-language-models-in-vision-tasks.md): Examining GPT-4 Turbo, Claude-3 Family, and Gemini for Performance and Value.
- [Frequently Asked Questions (FAQ)](https://docs.jamaibase.com/frequently-asked-questions-faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.jamaibase.com/get-started/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
