> 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/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami.md).

# Диаграммы с базовыми сценариями

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

1. [Регистрация поля](/geopard-tutorials/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami/1.-registraciya-polya.md)
2. [Подписка GraphQL](/geopard-tutorials/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami/2.-podpiska-graphql.md)
3. [Получение спутниковых снимков](/geopard-tutorials/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami/3.-poluchenie-sputnikovykh-snimkov.md)
4. [Загрузка наборов данных почвы | AsApplied | Урожайность](/geopard-tutorials/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami/4.-zagruzka-naborov-dannykh-po-pochve-or-vneseniyu-or-urozhainosti.md) включая проприетарные данные техники, такие как ISOXML
5. [Выполнение уравнений](/geopard-tutorials/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami/5.-vypolnenie-uravnenii.md)
6. [Генерация карты зон (ZonesMap)](/geopard-tutorials/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami/6.-generaciya-karty-zon.md)
7. [Скачать гридированные данные](/geopard-tutorials/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami/7.-skachivanie-dannykh-v-setke.md)
8. [Скачать исходные данные](/geopard-tutorials/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami/8.-skachivanie-iskhodnykh-dannykh.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/ru/dokumentaciya-api/diagrammy-s-bazovymi-scenariyami.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.
