> 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/bg/api-dokumentaciya/diagrami-s-osnovni-potoci.md).

# Диаграми с основни потоци

Страницата е визуален пътеводител за основните операции и процеси, изпълнявани от потребител на GeoPard API. Тази страница съдържа диаграми, които кратко и ясно илюстрират потокa за ключови задачи. Всяка диаграма улавя событийния характер на API на GeoPard, показвайки как различни обекти си взаимодействат и реагират на промени в реално време, като така дава цялостно разбиране за работата на API-то.

1. [Регистрация на парцел](/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/1.-registraciya-na-pole.md)
2. [GraphQL абонация](/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/2.-graphql-abonament.md)
3. [Търсене на сателитни изображения](/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/3.-poluchavane-na-satelitni-izobrazheniya.md)
4. [Качване на данни за почви | AsApplied | Добиви](/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/4.-kachvane-na-nabori-ot-danni-soil-or-asapplied-or-yield.md) включително собствени данни от машини като ISOXML
5. [Изпълнение на уравнения](/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/5.-izplnenie-na-uravneniya.md)
6. [Генериране на карта на зони](/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/6.-generirane-na-zonesmap.md)
7. [Изтегляне на гридирани данни](/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/7.-izteglyane-na-reshetchni-danni.md)
8. [Изтегляне на оригинални данни](/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/8.-izteglyane-na-originalni-danni.md)
9. Рендиране на сателитни изображения\*

{% hint style="info" %}
За диаграмите маркирани със \* (например: *Рендиране на сателитни изображения\**), възможностите на GeoPard са налични и описанието предстои.
{% 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/bg/api-dokumentaciya/diagrami-s-osnovni-potoci.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.
