> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integratore-it/zone.md).

# Zone

La funzione "**Zone**" nel nomos system Controller consente di raggruppare le stanze in unità logiche come piani, ali o altre sezioni più ampie. Questo è particolarmente utile in edifici di grandi dimensioni o strutture complesse per garantire una struttura e un'organizzazione più chiare.

**Cosa sono le Zone?**

* Le zone rappresentano unità logiche più ampie all'interno di un edificio o sistema. Esempi di zone possono includere:
  * **Piani** (ad es. Piano terra, 1° Piano, 2° Piano)
  * **Ali dell'edificio** (ad es. Ala Ovest, Ala Est)
  * **Sezioni dell'edificio** (ad es. Area Amministrativa, Area Produttiva)
* All'interno di ogni zona possono essere organizzate e gestite più stanze.

**Panoramica della schermata**

* **Crea nuova zona:**
  * In alto a destra dello schermo si trova il pulsante "**Nuova Zona**".
* **Aggiungere stanze a una zona:**
  * Una volta creata una zona, è possibile assegnare stanze a questa zona per perfezionare ulteriormente la struttura.
  * Questo facilita la gestione di automazioni, scene e stati dei dispositivi, poiché è possibile controllare un'intera zona (ad es. un piano) collettivamente.

<figure><img src="/files/DuLyYF5QjS2RNySUmvrr" 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://documentation.nomos-system.com/nomos-system/integratore-it/zone.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.
