> 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/ukrainian/dokumentaciya-api/diagrami-z-bazovimi-potokami/5.-vikonati-rivnyannya.md).

# 5. Виконати рівняння

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

Зазвичай рекомендується використовувати заздалегідь збережені рівняння на рівні облікового запису або організації. Рівняння завжди містить посилання на інші набори даних, такі як SoilDataset, AsAppliedDataset, YieldDataset, SatelliteImage тощо. Атрибути з цих пов’язаних наборів даних виступають змінними у рівнянні, що означає, що деталі набору даних збираються заздалегідь. Найбільш часто використовуваними наборами даних є SoilDatasets ([Запит 1 або R1](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/17.-zapit-otrimati-soildatasets.md)), AsAppliedDataset ([Запит 1 або R1](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/59.-zapit-otrimati-asapplieddatasets.md)), та YieldDataset ([Запит 1 або R1](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/16.-zapit-otrimati-nabori-danikh-vrozhainosti.md)).

Виконання рівняння ініціюється асинхронно. Перший запит запускає виконання рівняння і повертає UUID, які ідентифікують відповідний EquationMap ([Запит 2 або R2](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/75.-mutaciya-asinkhronno-zgeneruvati-equationmap.md)). Підсумок цього виконання доставляється через події підписки GraphQL через WebSocket ([Запит 3 або R3](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/1.-pidpiska-otrimati-podiyi.md)). Після доставки події споживач API GeoPard може отримати інформацію, таку як метадані, статистика та геометрії ([Запит 4 або R4](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/76.-zapit-otrimati-equationmap.md)).

Подієво-орієнтована архітектура GeoPard забезпечує надійну, ефективну та чутливу систему для виконання рівнянь та отримання їх результатів.

<figure><img src="/files/9915caf7bbece39ce22e847c6bac298bc216b6f6" 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/ukrainian/dokumentaciya-api/diagrami-z-bazovimi-potokami/5.-vikonati-rivnyannya.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.
