> 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/nor/produktomvisning-nettapp/geopard-mcp/forklar-vegetasjonsmonstre.md).

# Forklar vegetasjonsmønstre

I denne bruksituasjonen vurderer vi tidsseriedata for NDVI for å forstå utviklingen i vegetasjonen og variasjonen på tvers av flere jorder. Ved å bruke den tilkoblede **GeoPard MCP**, henter en LLM NDVI-verdier for det valgte datointervallet og oppsummerer trendene for hver jordgrense. Dette gjør det lettere å se forskjeller i avlingskraft, oppdage stressperioder og fremheve romlige mønstre som kan tyde på behov for næring, fuktproblemer, skadegjørere eller forskjeller i driftstilpasning.

De resulterende visualiseringene viser NDVI-fordeling og boksplott-sammenligninger jord for jord, noe som gir en tydelig side-ved-side-tolkning.

{% hint style="success" %}
Sørg for at GeoPard MCP er tilkoblet før du kjører denne arbeidsflyten. Oppsettdetaljer er gitt [her](/geopard-tutorials/nor/produktomvisning-nettapp/geopard-mcp/koble-til-geopard-mcp.md).
{% endhint %}

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

Nedenfor finner du rapportene og forklaringene.

<figure><img src="/files/3b0eb0506121261f7021da68e70182d60e7c1104" alt="NDVI Trend Comparison"><figcaption><p>Sammenligning av NDVI-trend</p></figcaption></figure>

<figure><img src="/files/b092e17386838cc03d5f4f4755479b9f5164e3e7" alt="NDVI Distribution per Field"><figcaption><p>NDVI-fordeling per jord</p></figcaption></figure>

<figure><img src="/files/f65690536a54af317db10b85bfedbc59156ed3f9" alt="NDVI Comparison per Field at Key Dates"><figcaption><p>Sammenligning av NDVI per jord på nøkkeldatoer</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/nor/produktomvisning-nettapp/geopard-mcp/forklar-vegetasjonsmonstre.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.
