# Esquema de dados da API do GeoPard

Embora o esquema GraphQL esteja prontamente disponível para [download em formato SVG](https://files.geopard.tech/materials/graphql-schema-20250502.svg), é altamente recomendado navegar pelo esquema e suas dependências usando [Altair GraphQL Client](https://altairgraphql.dev/) para um entendimento abrangente. O Guia Inicial pode ser encontrado [AQUI](/geopard-tutorials/pt-br/docs-da-api/primeiros-passos-com-a-api-do-geopard.md).

<figure><img src="/files/27fc1f24bb7639d4f1d81946adaf3da10407a031" alt=""><figcaption><p>Esquema GraphQL 2 de maio de 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/pt-br/docs-da-api/esquema-de-dados-da-api-do-geopard.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.
