# GeoPard API Data Schema

While the GraphQL schema is readily available for [download in SVG format](https://files.geopard.tech/materials/graphql-schema-20250502.svg), it's highly recommended to navigate through the schema and its dependencies using [Altair GraphQL Client](https://altairgraphql.dev/) for a comprehensive understanding. The Starting Guide can be found [HERE](/geopard-tutorials/api-docs/getting-started-with-the-geopard-api.md).

<figure><img src="/files/LD3T9NRwbXDuCk5CbO4b" alt=""><figcaption><p>GraphQL Schema 2 May 2025</p></figcaption></figure>

<br>


---

# 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.geopard.tech/geopard-tutorials/api-docs/geopard-api-data-schema.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.
