> 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/it/documentazione-api/diagrammi-con-flussi-di-base/5.-esegui-equazioni.md).

# 5. Esegui equazioni

Il diagramma di sequenza Esegui Equazioni illustra il processo di esecuzione delle Equazioni all'interno della soluzione GeoPard.

Tipicamente, è consigliato utilizzare Equazioni salvate in precedenza a livello di account o organizzazione. Un'Equazione contiene sempre collegamenti ad altri dataset, come SoilDataset, AsAppliedDataset, YieldDataset, SatelliteImage, e così via. Gli attributi di questi dataset collegati fungono da variabili all'interno dell'equazione, indicando che i dettagli dei dataset vengono raccolti in anticipo. I dataset più comunemente usati sono i SoilDataset ([Richiesta 1 o R1](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-dellapi-geopard/17.-query-recupera-soildatasets.md)), Set di Dati AsApplied ([Richiesta 1 o R1](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-dellapi-geopard/59.-query-recupera-asapplieddatasets.md)), e il YieldDataset ([Richiesta 1 o R1](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-dellapi-geopard/16.-query-recupera-yielddatasets.md)).

L'esecuzione dell'Equazione viene avviata in modo asincrono. La prima richiesta avvia l'esecuzione dell'Equazione e restituisce UUID che identificano l'EquationMap corrispondente ([Richiesta 2 o R2](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-dellapi-geopard/75.-mutazione-genera-in-modo-asincrono-equationmap.md) ). Il riepilogo di questa esecuzione viene fornito tramite eventi di sottoscrizione GraphQL su WebSocket ([Richiesta 3 o R3](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-dellapi-geopard/1.-sottoscrizione-recupera-eventi.md)). Al momento della consegna dell'evento, il consumer dell'API GeoPard può recuperare informazioni come metadata, statistiche e geometrie ([Richiesta 4 o R4](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-dellapi-geopard/76.-query-recupera-equationmap.md)).

L'architettura event-driven di GeoPard garantisce un sistema robusto, efficiente e reattivo per l'esecuzione delle equazioni e il recupero dei relativi risultati.

<figure><img src="/files/8b1cf6ea27a9e79e1acdaeceed6d5cf68c0f45c5" alt=""><figcaption><p>Diagramma di sequenza: Esegui Equazione</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/it/documentazione-api/diagrammi-con-flussi-di-base/5.-esegui-equazioni.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.
