> For the complete documentation index, see [llms.txt](https://docs.aimlapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aimlapi.com/quickstart.md).

# Quickstart

- [Documentation Map](https://docs.aimlapi.com/quickstart/readme.md): Learn how to get started with the AI/ML API
- [Quickstart](https://docs.aimlapi.com/quickstart/simple-model.md): Access leading AI models (GPT-4o, Gemini, and others) through a single unified API. Initial setup takes just a few minutes.
- [Requesting more advanced models](https://docs.aimlapi.com/quickstart/simple-model/requesting-more-advanced-models.md)
- [Supported SDKs](https://docs.aimlapi.com/quickstart/supported-sdks.md): A description of the software development kits (SDKs) that can be used to interact with the AIML API.


---

# 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 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.aimlapi.com/quickstart.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.
