> 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/configurazione-di-azienda-utenti-e-accessi/disegna-un-nuovo-campo.md).

# Disegna un nuovo campo

Disegna manualmente i confini del campo per avviare mappatura, analisi e flussi di prescrizione.

Ora, dopo aver creato la tua prima azienda agricola, puoi procedere a creare (disegnare) i tuoi campi.

Puoi aggiungere un campo alla tua azienda agricola in due modi: caricando un file .shp oppure disegnando manualmente un campo. Per ora ci concentreremo sul disegno manuale dei campi.

1. Fai clic sul pulsante per creare un campo.

<figure><img src="https://lh3.googleusercontent.com/ge6fnIr4qs_BJe68pueg3MPzfc5HWfUn_NhZ7gFyghVsYdWAyXkAL3fKRn9nGA5ixSt6FCDpJyXNbQvkkYmAVG4XOW7ePWmJRPmU_AyiiJRB_JgrQuSTNkvme0w8sqTo5__bZoeJ" alt=""><figcaption></figcaption></figure>

2. Nel passaggio successivo, inserisci un nome per il campo e seleziona l’azienda agricola che hai creato in precedenza.

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

3. Quindi, fai clic **Disegna** sulla destra.

<figure><img src="https://lh4.googleusercontent.com/pZqMWBOkwcoM6zHuM79-_pvsY9KJ4TqgU7MEpmmrSSLdX7jRC8dIBfQ1OQeTP1FxTzg0Tnxty3ReAblnikOnqlQy3_AbNWPBF1ncfkI11RaI47js5f-PoNZeEZOPVCsByGh18WJ8" alt=""><figcaption></figcaption></figure>

4. Puoi raggiungere facilmente la posizione desiderata usando il campo ‘Cerca’. La ricerca consente di cercare sia per nome sia per coordinate. È anche possibile utilizzare la navigazione standard della mappa, tramite il cursore e i pulsanti “+” e “-”.
5. Dopo aver raggiunto l’area desiderata, fai clic in qualsiasi punto dell’area selezionata (funzionano sia il clic destro sia il clic sinistro) per procedere al disegno manuale. Si inizia con un punto (un pallino) e si continuano ad aggiungere punti per tracciare i confini del campo.
6. Per completare il disegno, basta collegare l’ultimo punto con il primo oppure fare doppio clic con il pulsante sinistro del mouse.

<figure><img src="https://lh4.googleusercontent.com/xBGAi0UzG3PHFBxG-0GzsLrOCoT3BanD2WcqiS7ECbu465MTkLiOKI8O5WOgatN_lgp_g-0SV3el6ItWbCnRDAT4JDivkNITsg4p-Vl62AbDt1sn1ODuf2TL08hI0pZElLlBCBoO" alt=""><figcaption></figcaption></figure>

7. L’applicazione calcolerà automaticamente la superficie dell’area selezionata. Fai clic sul pulsante per salvare la forma che hai disegnato per il tuo campo.

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

Vedrai un messaggio informativo che indica che le prime immagini satellitari storiche saranno disponibili tra un paio di minuti, e il set di dati completo in circa 1 ora o meno.

<figure><img src="https://lh3.googleusercontent.com/3pke3sv5ofThJkozjn0aOb2EVqBgkHmjhqBP8BzhnDLu-sc1X7_NuzrD_uMoQjCa0tgE7ev-z6T9ZjygFaDFNnaIpZsqkFEDH0v14e1AvLXoFl1Zf3HVHufeNLNXRCcrj8kjvxsn" alt=""><figcaption></figcaption></figure>

Puoi andare direttamente al campo creato facendo clic sul pulsante corrispondente oppure continuare a disegnare nuovi campi.


---

# 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/configurazione-di-azienda-utenti-e-accessi/disegna-un-nuovo-campo.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.
