> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/hu/api-dokumentacio/geopard-api-attekintes.md).

# GeoPard API áttekintés

<figure><img src="/files/cf78041fc86dccff477f0cc5eade0ee4dc279cdb" alt="GeoPard - Precision Agriculture API"><figcaption><p>A GeoPard egy precíziós mezőgazdasági platform, amelynek minden funkciója API-n keresztül elérhető</p></figcaption></figure>

A GeoPard API zökkenőmentes kapcsolódást biztosít GraphQL és REST végpontokon keresztül is. Passzív és aktív felületként egyaránt működik, így más alkalmazások programozottan kérhetik elemzési származtatott adatok létrehozását, és értesítéseket kaphatnak az összetett adatfeldolgozáshoz kapcsolódó frissítésekről.

A GeoPard API-n keresztül minden nyers adat - beleértve a betakarítást, a gépeket, a talajmintavételeket és szkennereket, a műholdfelvételeket és a domborzati adatokat - valamint az olyan elemzési származtatott eredmények, mint a művelési zónák, egyenlettérképek, ajánlások és raszterfelületek, azonnal elérhetők, minden további beállítás nélkül.

A GeoPard API sokféle megjelenítési lehetőséget támogat a geoadatokhoz, és mind a Raszter (`jpg`, `png`, `geotiff`) és Vektor (`shp`, `geojson`, `isoxml`) formátumokat kezeli. Az API átfogó áttekintéséhez tekintse meg a [blogbejegyzésünket](https://geopard.tech/blog/upkdhsnyk1-precision-agriculture-api/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/hu/api-dokumentacio/geopard-api-attekintes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
