# Using The Platform

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


---

# 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/using-the-platform.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.
