# 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)
- [OpenClaw AI/ML](https://docs.aimlapi.com/quickstart/openclaw.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: 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.
