# Schemat danych API GeoPard

Podczas gdy schemat GraphQL jest łatwo dostępny do [pobrania w formacie SVG](https://files.geopard.tech/materials/graphql-schema-20250502.svg), zdecydowanie zaleca się przeglądanie schematu i jego zależności za pomocą [Altair GraphQL Client](https://altairgraphql.dev/) w celu pełnego zrozumienia. Przewodnik startowy można znaleźć [TUTAJ](/geopard-tutorials/pl/dokumentacja-api/pierwsze-kroki-z-api-geopard.md).

<figure><img src="/files/e297554e7247a107e9cb0a1e1ae49efa88ac69ed" alt=""><figcaption><p>Schemat GraphQL 2 maja 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/pl/dokumentacja-api/schemat-danych-api-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.
