> 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/documentazione-api/diagrammi-con-flussi-di-base/1.-registrazione-del-campo.md).

# 1. Registrazione del campo

Il diagramma di sequenza per la Registrazione del Campo descrive il processo di registrazione di una nuova entità Campo in GeoPard.

Il primo passo prevede la creazione di un'entità Azienda agricola ([Richiesta 1 o R1](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/13.-mutation-crea-farm.md)). Un'Azienda agricola è un'entità genitore obbligatoria per il Campo, e la sua creazione è necessaria prima che un Campo possa essere registrato.

Dopo la creazione dell'entità Azienda agricola, il secondo passo comporta la registrazione del Campo ([Richiesta 2 o R2](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/14.-mutation-crea-un-field-o-modifica-il-confine-del-campo-esistente-con-etichette-opzionali.md)). Durante questo passaggio vengono forniti parametri obbligatori come l'UUID associato all'Azienda agricola e il confine del Campo. Le etichette, pur essendo opzionali durante il processo di registrazione, possono essere assegnate anch'esse.

Successivamente, le etichette possono essere assegnate o aggiornate dopo la registrazione del Campo usando [Richiesta 3 o R3](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/44.-mutation-imposta-le-etichette-dei-campi.md).

<figure><img src="/files/3d6044cc3ad5a3a45917fa9754d3ca9bf39b1663" alt=""><figcaption><p>Diagramma di sequenza: Registrazione del Campo</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/it/documentazione-api/diagrammi-con-flussi-di-base/1.-registrazione-del-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.
