> 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/alapfolyamatokat-bemutato-diagramok.md).

# Alapfolyamatokat bemutató diagramok

Az oldal vizuális útmutató a GeoPard API fogyasztója által végrehajtott alapvető műveletekhez és folyamatokhoz. Az oldal diagramokból áll, amelyek tömören ábrázolják a kulcsfeladatok folyamatát. Minden diagram rögzíti a GeoPard API eseményvezérelt természetét, bemutatva, hogyan lépnek kölcsönhatásba az egyes entitások és hogyan reagálnak a változásokra valós időben, ezáltal átfogó képet adva az API működéséről.

1. [Tábla/Parcella regisztrálása](/geopard-tutorials/hu/api-dokumentacio/alapfolyamatokat-bemutato-diagramok/1.-tabla-regisztralasa.md)
2. [GraphQL előfizetés](/geopard-tutorials/hu/api-dokumentacio/alapfolyamatokat-bemutato-diagramok/2.-graphql-elofizetes.md)
3. [Műholdképek lekérése](/geopard-tutorials/hu/api-dokumentacio/alapfolyamatokat-bemutato-diagramok/3.-muholdfelvetelek-lekerese.md)
4. [Talaj | Kijuttatott anyag | Terméshozam adatok feltöltése](/geopard-tutorials/hu/api-dokumentacio/alapfolyamatokat-bemutato-diagramok/4.-talaj-asapplied-es-hozamadatkeszletek-feltoltese.md) tulajdonjogot igénylő gépadatokkal, pl. ISOXML
5. [Képletek végrehajtása](/geopard-tutorials/hu/api-dokumentacio/alapfolyamatokat-bemutato-diagramok/5.-egyenletek-futtatasa.md)
6. [Zónatérkép generálása](/geopard-tutorials/hu/api-dokumentacio/alapfolyamatokat-bemutato-diagramok/6.-zonaterkep-letrehozasa.md)
7. [Rácsosított adatok letöltése](/geopard-tutorials/hu/api-dokumentacio/alapfolyamatokat-bemutato-diagramok/7.-racsozott-adatok-letoltese.md)
8. [Eredeti adatok letöltése](/geopard-tutorials/hu/api-dokumentacio/alapfolyamatokat-bemutato-diagramok/8.-eredeti-adatok-letoltese.md)
9. Műholdképek megjelenítése\*

{% hint style="info" %}
A \*-gal jelölt diagramoknál (pl.: *Műholdképek megjelenítése\**) a GeoPard képességek rendelkezésre állnak, a részletes leírás hamarosan érkezik.
{% endhint %}


---

# 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/alapfolyamatokat-bemutato-diagramok.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.
