> 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/gestione-delle-informazioni-sulla-stagione-colturale-con-tag-etichette/caso-gestione-dei-campi-per-piu-clienti.md).

# Caso: gestione dei campi per più clienti

Se usi GeoPard per gestire aziende o campi per diversi clienti, puoi creare etichette per distinguere i campi tramite valori di nome come mostrato nella tabella sottostante per ogni cliente:![](https://lh4.googleusercontent.com/5GkL9QURQ4xPDeX75GrIwpdlActGWuh3cy-risWkICmKyE3xfq-ZjROs0tJqZmAhjCtVY4UbZYJFGrkv05yCXtno-qbwUDUzVNQ9_5kGv3lCOSDI9RF6V0Q1b9dJbXQwEch7lc17)

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

Puoi configurare la gerarchia menzionata in due modi:

1. Metodo manuale: crea tutte le etichette (coppie chiave-valore) manualmente tramite l'interfaccia e assegnale usando l'operazione in blocco. Clicca il **Modifica campi** pulsante e seleziona i campi ai quali vuoi assegnare un'etichetta, quindi clicca **Aggiungi etichette** pulsante per assegnare le etichette selezionate e poi clicca il **Termina modifica** pulsante per uscire dalla modalità di modifica.
2. Automaticamente: carica insieme i confini dei campi con .shp e .dbf, dove il .dbf contiene gli attributi con i dettagli della gerarchia.

<figure><img src="https://lh3.googleusercontent.com/3Ov8eCEa2FUAj4zTt9AlKygOVUKUhf5FOEag3LBwvs9Zy2dLt2-UPcCcI-5VPrBzlhpuNWph1QdGBLJvU3Ltpzsii1-aWFaKDazVv9Fi-ah_6ZseFw6f6RdZeQ0BH54xBGCq3Bu8" alt=""><figcaption></figcaption></figure>

Clicca **Carica** nel menu a sinistra, seleziona l'azienda dove verranno caricati i confini, seleziona il file .dbf e clicca il **Carica** pulsante.

Attendi la finestra di conferma per vedere che i confini sono stati caricati correttamente:

<figure><img src="https://lh3.googleusercontent.com/nlGv5apThqj41M-5fW0GUe2Nntju-RKcuAaGH-UwwzxoeIHRoCoghIcBPq-HtkTgrQOIUAGtayx13Qt8Vh-sGLmkpm2d7PQLpZxUeRXKP2iAaRYEeQbAGyXfIgqYhgtfKaXaFfx_" alt=""><figcaption></figcaption></figure>

Se il file .dbf conteneva le etichette, le vedrai nella vista Campi:

<figure><img src="https://lh5.googleusercontent.com/mn42M7lb6Ylt9CYx7kEup0QRfS5lXuNky-fA9OplSIEmx-S9j2HqsDtOwa2e4J98VB-SDhGdbldr9TEWKV7jReaesyq24Z7W5NCUqkKf3F6te1DrJ-Q30GG4yVvJJukydx9umtPt" alt=""><figcaption></figcaption></figure>

Per filtrare l'elenco dei campi puoi usare le etichette create – clicca il filtro e seleziona ‘Nome cliente’ -> ‘John Smith’ – per mostrare solo i campi del tuo cliente John Smith:

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

Ricorda che puoi applicare più criteri di filtro basati sulle etichette che hai creato:

<figure><img src="https://lh3.googleusercontent.com/ODKBw5rgDtuFflGHhVyfY--kl0AhcMD1TfznC1kSmNWCIMJXSKnClfzithacEIbR7p99rLSfljQYbToYeJkFgxT0EPRyJ7nvkiIC-Boz7KvS7R7Gibnoxjb118aNQrf35T6mX7Ic" 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/gestione-delle-informazioni-sulla-stagione-colturale-con-tag-etichette/caso-gestione-dei-campi-per-piu-clienti.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.
