# Getting Started

- [API Quickstart](https://athena-10.gitbook.io/athena-api/getting-started/quickstart.md)
- [Python SDK](https://athena-10.gitbook.io/athena-api/getting-started/python-sdk.md)
- [Intro to Building a Query](https://athena-10.gitbook.io/athena-api/getting-started/publish-your-docs.md)
- [API Reference](https://athena-10.gitbook.io/athena-api/getting-started/api-reference.md)
- [News Search](https://athena-10.gitbook.io/athena-api/getting-started/api-reference/news-search.md)
- [Headlines (BETA)](https://athena-10.gitbook.io/athena-api/getting-started/api-reference/headlines-beta.md)
- [Data Model Reference](https://athena-10.gitbook.io/athena-api/getting-started/data-model-reference.md)
- [Articles](https://athena-10.gitbook.io/athena-api/getting-started/data-model-reference/articles.md)
- [Entities](https://athena-10.gitbook.io/athena-api/getting-started/data-model-reference/entities.md)
- [Supported Languages](https://athena-10.gitbook.io/athena-api/getting-started/supported-languages.md): For use with language param in/query and /query-async api endpoints.
- [Rate Limits](https://athena-10.gitbook.io/athena-api/getting-started/rate-limits.md)
- [Troubleshooting](https://athena-10.gitbook.io/athena-api/getting-started/troubleshooting.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://athena-10.gitbook.io/athena-api/getting-started.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.
