# Datenmodell der GeoPard API

Während das GraphQL-Schema leicht verfügbar ist für [den Download im SVG-Format](https://files.geopard.tech/materials/graphql-schema-20250502.svg), wird dringend empfohlen, das Schema und seine Abhängigkeiten mithilfe von [Altair GraphQL Client](https://altairgraphql.dev/) für ein umfassendes Verständnis zu durchlaufen. Der Einführungsleitfaden ist zu finden [HIER](/geopard-tutorials/de/api-dokumentation/erste-schritte-mit-der-geopard-api.md).

<figure><img src="/files/bfa78beb2b92f850619c5ec5bffc5cdacfb6827a" alt=""><figcaption><p>GraphQL-Schema 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/de/api-dokumentation/datenmodell-der-geopard-api.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.
