> 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/esp/tour-del-producto-aplicacion-web/geopard-mcp/profundidad-optima-de-labranza.md).

# Profundidad óptima de labranza

En este caso de uso, evaluamos conjuntos de datos de compactación del suelo para comprender la intensidad de compactación a distintas profundidades y parcelas. Usando el **GeoPard MCP**, Claude recupera resúmenes estadísticos para cada conjunto de datos de compactación y parcela, ayudando a identificar capas subsuperficiales que pueden limitar el crecimiento de raíces o afectar el rendimiento del cultivo.&#x20;

Los conocimientos resultantes generan recomendaciones de profundidad de laboreo específicas por parcela que respaldan una gestión del suelo eficiente y dirigida.

{% hint style="success" %}
Asegúrese de que GeoPard MCP esté conectado antes de ejecutar este flujo de trabajo. Los detalles de configuración se proporcionan [aquí](/geopard-tutorials/esp/tour-del-producto-aplicacion-web/geopard-mcp/conectar-geopard-mcp.md).
{% endhint %}

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

A continuación, encontrará los informes y las recomendaciones de laboreo.

<figure><img src="/files/ccda844b8f2ae939b01f562b3ea497aa2d20989e" alt="Soil Compaction Report and Tillage Recommendation: All Fields"><figcaption><p>Informe de compactación del suelo y recomendación de laboreo: Todas las parcelas</p></figcaption></figure>

<figure><img src="/files/a0eddf2d7f5fb4864c6b4014575e9717d44f95ac" alt="Soil Compaction Report and Tillage Recommendation: Field 1"><figcaption><p>Informe de compactación del suelo y recomendación de laboreo: Parcela 1</p></figcaption></figure>

<figure><img src="/files/e73c9df72f9f3bc956750429f44fd7940cd34141" alt="Soil Compaction Report and Tillage Recommendation: Field 2"><figcaption><p>Informe de compactación del suelo y recomendación de laboreo: Parcela 2</p></figcaption></figure>

<figure><img src="/files/8a295f29c03a88ff15f3163098cf5b98eddb45f5" alt="Soil Compaction Report and Tillage Recommendation: Field 3"><figcaption><p>Informe de compactación del suelo y recomendación de laboreo: Parcela 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/esp/tour-del-producto-aplicacion-web/geopard-mcp/profundidad-optima-de-labranza.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.
