> 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/tour-del-prodotto-web-app/geopard-mcp/profondita-ottimale-di-lavorazione-del-terreno.md).

# Profondità ottimale di lavorazione del terreno

In questo caso d'uso, valutiamo i set di dati sulla compattazione del suolo per comprendere l'intensità della compattazione a diverse profondità e nei vari campi. Utilizzando il connesso **GeoPard MCP**, Claude estrae riepiloghi statistici per ogni set di dati di compattazione e per campo, aiutando a identificare gli strati subsuperficiali che potrebbero limitare la crescita delle radici o influire sulle prestazioni del campo.&#x20;

Le informazioni risultanti generano raccomandazioni sul profondità di lavorazione specifiche per campo che supportano una gestione del suolo efficiente e mirata.

{% hint style="success" %}
Assicurati che GeoPard MCP sia connesso prima di eseguire questo flusso di lavoro. I dettagli di configurazione sono forniti [qui](/geopard-tutorials/it/tour-del-prodotto-web-app/geopard-mcp/connetti-geopard-mcp.md).
{% endhint %}

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

Di seguito trovi i rapporti e le raccomandazioni per la lavorazione.

<figure><img src="/files/064c63a070a0e1ff6e347c1408ba3c5cb591e948" alt="Soil Compaction Report and Tillage Recommendation: All Fields"><figcaption><p>Rapporto sulla compattazione del suolo e raccomandazione sulla lavorazione: Tutti i campi</p></figcaption></figure>

<figure><img src="/files/cec8aaa4904f5c0019654700cde4ce88d03aad1e" alt="Soil Compaction Report and Tillage Recommendation: Field 1"><figcaption><p>Rapporto sulla compattazione del suolo e raccomandazione sulla lavorazione: Campo 1</p></figcaption></figure>

<figure><img src="/files/64350c8fdbefa98fc40261360f66040daf7135a8" alt="Soil Compaction Report and Tillage Recommendation: Field 2"><figcaption><p>Rapporto sulla compattazione del suolo e raccomandazione sulla lavorazione: Campo 2</p></figcaption></figure>

<figure><img src="/files/27d5f8eff63c798ae69f2d5d30e5dbe39513455f" alt="Soil Compaction Report and Tillage Recommendation: Field 3"><figcaption><p>Rapporto sulla compattazione del suolo e raccomandazione sulla lavorazione: Campo 3</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/tour-del-prodotto-web-app/geopard-mcp/profondita-ottimale-di-lavorazione-del-terreno.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.
