# Schéma de données de l’API GeoPard

Bien que le schéma GraphQL soit facilement disponible pour [le téléchargement au format SVG](https://files.geopard.tech/materials/graphql-schema-20250502.svg), il est fortement recommandé de parcourir le schéma et ses dépendances à l’aide de [Altair GraphQL Client](https://altairgraphql.dev/) pour une compréhension complète. Le guide de démarrage se trouve [ICI](/geopard-tutorials/fr/docs-api/premiers-pas-avec-lapi-geopard.md).

<figure><img src="/files/6dcf99c48f09768b3397e909d1f7d4d3ac2d73ec" alt=""><figcaption><p>Schéma GraphQL 2 mai 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/fr/docs-api/schema-de-donnees-de-lapi-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.
