# Grand Archive API Documentation

## Grand Archive API Documentation

- [Getting started](https://api-docs.gatcg.com/knowledge/getting-started.md)
- [Frequently Asked Questions](https://api-docs.gatcg.com/knowledge/faq.md): This page aims to answer common questions developers have about data presented by the API. This page is by no means exhaustive - if you have a question, ask away on the #api-issues channel on Discord.
- [Using the Grand Archive auth flow](https://api-docs.gatcg.com/knowledge/using-the-grand-archive-auth-flow.md)
- [Definitions](https://api-docs.gatcg.com/endpoints/definitions.md)
- [Multiple cards](https://api-docs.gatcg.com/endpoints/multiple-cards.md)
- [Individual cards](https://api-docs.gatcg.com/endpoints/individual-cards.md)
- [Featured set groups](https://api-docs.gatcg.com/endpoints/featured-set-groups.md)
- [Images](https://api-docs.gatcg.com/endpoints/images.md)
- [Dynamic Thema scores](https://api-docs.gatcg.com/endpoints/dynamic-thema-scores.md)
- [API metadata](https://api-docs.gatcg.com/endpoints/api-metadata.md)
- [Omnidex](https://api-docs.gatcg.com/endpoints/omnidex.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://api-docs.gatcg.com/knowledge/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.
