> 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/importa-dati-di-agricoltura-di-precisione/importa-confini-dei-campi.md).

# Importa confini dei campi

Nel caso in cui tu abbia un file shape dei tuoi appezzamenti, puoi caricarlo utilizzando la **Importa dati** voce di menu. Vai alla scheda **Carica file** .

Tieni presente che ci sono alcune restrizioni:

* Sono supportati solo file shape WGS84 (EPSG:4326)
* 5 MB è la dimensione massima del file
* 1236 ac/500 ha è la superficie massima dell’appezzamento
* Ogni shapefile viene trattato come un singolo appezzamento
* Le etichette verranno create dal file .dbf

<figure><img src="/files/3c6855e8aa947b55e44bd1056c8d5fe39cb12670" alt=""><figcaption><p>Carica il confine dell’appezzamento come shapefile</p></figcaption></figure>

1. Seleziona l’azienda agricola su cui caricare
2. Fai clic sul pulsante **Sfoglia** e seleziona un file dal tuo computer.
3. Fai clic sul pulsante **Carica** pulsante. Quindi l’applicazione verificherà che il file soddisfi i requisiti e salverà l’appezzamento.

<figure><img src="https://lh6.googleusercontent.com/KRj9zcB08BXcSfaY4DV3jdMVxbVQNEcJVvEMIwLIb1ytnjEoZ35qxhHFso_NLWM_hohe7PQ3EedeYqvFJFEBZeb9pg98H_-DNCyvOZ9c17EakhGxGThO1dqgr8QAllzi0HCVYK0v" alt=""><figcaption></figcaption></figure>

\
Attendi la finestra di conferma per vedere che il confine è stato caricato correttamente:

<figure><img src="https://lh3.googleusercontent.com/nlGv5apThqj41M-5fW0GUe2Nntju-RKcuAaGH-UwwzxoeIHRoCoghIcBPq-HtkTgrQOIUAGtayx13Qt8Vh-sGLmkpm2d7PQLpZxUeRXKP2iAaRYEeQbAGyXfIgqYhgtfKaXaFfx_" alt=""><figcaption></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/importa-dati-di-agricoltura-di-precisione/importa-confini-dei-campi.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.
