> 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/5.-izplnenie-na-uravneniya.md).

# 5. Изпълнение на уравнения

Диаграмата на последователността Execute Equations илюстрира процеса на изпълнение на уравнения в решението GeoPard.

Обичайно се препоръчва да се използват предварително запазени уравнения от ниво акаунт или организация. Уравнението винаги съдържа връзки към други набори от данни, като SoilDataset, AsAppliedDataset, YieldDataset, SatelliteImage и т.н. Атрибутите от тези свързани набори от данни служат като променливи в уравнението, което означава, че подробностите за наборите от данни се събират предварително. Най-често използваните набори от данни са SoilDatasets ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/17.-zayavka-poluchavane-na-soildatasets.md)), AsAppliedDataset ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/59.-zayavka-poluchavane-na-asapplieddatasets.md)), и YieldDataset ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/16.-zayavka-poluchavane-na-yielddatasets.md)).

Изпълнението на уравнението се иницира асинхронно. Първата заявка задейства изпълнението на уравнението и връща UUID-та, които идентифицират съответния EquationMap ([Заявка 2 или R2](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/75.-mutaciya-generirane-na-equationmap-asinkhronno.md)Резюмето на това изпълнение се доставя чрез GraphQL subscription събития по WebSocket ([Заявка 3 или R3](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/1.-abonament-poluchavane-na-sbitiya.md)След доставянето на събитието, потребителят на GeoPard API може да извлече информация като метаданни, статистики и геометрии ([Заявка 4 или R4](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/76.-zayavka-poluchavane-na-equationmap.md)).

Събитийно-ориентираната архитектура на GeoPard осигурява стабилна, ефективна и реагираща система за изпълнение на уравнения и извличане на техните резултати.

<figure><img src="/files/50910f3f6f805d1bdea2d94ea2e7b7023f62ea42" alt=""><figcaption><p>Диаграма на последователността: Execute Equation</p></figcaption></figure>


---

# 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/5.-izplnenie-na-uravneniya.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.
