> 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/ro/turul-produsului-aplicatia-web/geopard-mcp/explica-modelele-de-vegetatie.md).

# Explică modelele de vegetație

În acest caz de utilizare, evaluăm datele din seriile temporale NDVI pentru a înțelege dezvoltarea vegetației și variabilitatea în mai multe sole. Folosind **GeoPard MCP**, un LLM preia valorile NDVI pe intervalul de date selectat și sintetizează tendințele pentru fiecare limită de solă. Acest lucru ajută la evidențierea diferențelor de vigoare ale culturii, la detectarea perioadelor de stres și la sublinierea modelelor spațiale care pot indica nevoi de nutrienți, probleme de umiditate, presiune de dăunători sau diferențe de management.

Vizualizările rezultate arată distribuția NDVI și comparații prin boxplot, solă cu solă, permițând o interpretare clară, alăturată.

{% hint style="success" %}
Asigurați-vă că GeoPard MCP este conectat înainte de a rula acest flux de lucru. Detaliile de configurare sunt oferite [aici](/geopard-tutorials/ro/turul-produsului-aplicatia-web/geopard-mcp/conecteaza-geopard-mcp.md).
{% endhint %}

{% @arcade/embed url="<https://app.arcade.software/share/SE2q59v13CzRZTn2jv25>" flowId="SE2q59v13CzRZTn2jv25" %}

Mai jos sunt rapoartele și explicațiile.

<figure><img src="/files/7d38a3a814a5322a5477e8ff370b24c162b246ce" alt="NDVI Trend Comparison"><figcaption><p>Comparație a tendinței NDVI</p></figcaption></figure>

<figure><img src="/files/2fedf3faae61e1e4b88d27537e1794d335fd8f00" alt="NDVI Distribution per Field"><figcaption><p>Distribuția NDVI pe solă</p></figcaption></figure>

<figure><img src="/files/71f2f4c369d6be74259d8d3b732ba3b41d0d1232" alt="NDVI Comparison per Field at Key Dates"><figcaption><p>Comparație NDVI pe solă la date-cheie</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/ro/turul-produsului-aplicatia-web/geopard-mcp/explica-modelele-de-vegetatie.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.
