> 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/esporta-scarica/esporta-mappa-vra-in-formato-isoxml.md).

# Esporta mappa VRA in formato ISOXML

GeoPard supporta l’esportazione nei formati dati ISOBUS / ISOXML ([ISO 11783-1:2017](https://www.iso.org/standard/57556.html)).

{% embed url="<https://www.loom.com/share/3e2e3a9bd68144c38dc72a85db282421>" %}
GeoPard - Esportazione in formato ISOBUS / ISOXML
{% endembed %}

Passaggi per esportare:

1. Fai clic **Vai alla pagina della Mappa delle zone**

   <figure><img src="/files/c8654cf9233a4668045e76509a9b593bd08f6352" alt=""><figcaption></figcaption></figure>
2. Fai clic su **Esportazione**

   <figure><img src="/files/cf668bdaba54a11f8965d5fc1c03a49e506d91fb" alt=""><figcaption></figcaption></figure>
3. **Scarica** ISOXML

   <figure><img src="/files/025dccbf8656f407801b7fa052b4577c141df214" alt=""><figcaption></figcaption></figure>
4. Il file `.zip` scaricato dovrebbe apparire così. Contiene tutte e tre le varianti ISOXML. Controlla le specifiche del monitor per scegliere quella corretta.

<figure><img src="/files/098f1133d24060b753f90f547563271a565c70b9" alt=""><figcaption><p>Il file ZIP di esportazione ISOXML risultante appare così</p></figcaption></figure>

<br>


---

# 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/esporta-scarica/esporta-mappa-vra-in-formato-isoxml.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.
