# Developer Reference

- [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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jamaibase.com/developer-reference.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.
