> 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/agronomia/mapas-vra-de-siembra-y-nitrogeno-a-partir-de-agua-disponible-para-la-planta-y-materia-organica.md).

# Mapas VRA de siembra y nitrógeno a partir de agua disponible para la planta y materia orgánica

{% hint style="success" %}
El punto de partida es disponer de un conjunto de datos Soil Scanner (o equivalente) con capas de datos para Agua Disponible para la Planta (Plant Available Water) y Materia Orgánica.
{% endhint %}

{% hint style="warning" %}
Los tutoriales a continuación admiten varios idiomas. Elija el que mejor se ajuste a usted desde el icono de idioma <img src="/files/05f817458f63f96bb1fc24bebd35b072fc8772ec" alt="" data-size="line">.&#x20;
{% endhint %}

## Mapa VRA de siembra para maíz

A continuación, encontrará un *guía multilingüe* que muestra cómo crear un mapa VRA de siembra para maíz basado en datos de Agua Disponible para la Planta (PAW) del conjunto de datos Soil Scanner.

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

## Mapa VRA de nitrógeno junto al mapa de siembra

A continuación, encontrará un *guía multilingüe* guía que muestra cómo crear un mapa VRA de nitrógeno para maíz basado en datos de Materia Orgánica (MO) del conjunto de datos Soil Scanner.

{% hint style="success" %}
"Por lo general, la primera aplicación de nitrógeno proporciona aproximadamente el 40 % de las necesidades totales de nitrógeno del cultivo de maíz.
{% endhint %}

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

## Enviar ambos mapas en un único Plan de Trabajo a John Deere.

A continuación, encontrará una *guía multilingüe* guía que muestra cómo crear un Plan de Trabajo de John Deere que contenga tanto los mapas de siembra como los de nitrógeno en una sola operación.

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


---

# 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/agronomia/mapas-vra-de-siembra-y-nitrogeno-a-partir-de-agua-disponible-para-la-planta-y-materia-organica.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.
