> 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/barra-di-navigazione.md).

# Barra di navigazione

In alto a destra del dashboard del nomos system Controller, trovera la barra di navigazione, che fornisce un accesso rapido alle funzioni essenziali.

Elementi della barra di navigazione

* **nomos App:**
  * **Funzione:** Cliccando su "nomos App" si passa direttamente alla versione mobile o web app del nomos system Controller.
  * **Utilizzo:** Consente una transizione rapida tra la vista del dashboard e la vista dell'app, mantenendo l'utente connesso.
* **Amministratore:**
  * **Funzione:** Mostra l'utente attualmente connesso al sistema. In questo caso, si tratta dell'utente "Amministratore."
* **Ricerca (Icona lente di ingrandimento):**
  * **Funzione:** Permette di effettuare ricerche all'interno del dashboard. Gli utenti possono cercare dispositivi, automazioni, messaggi e altri elementi.
* **Icona di spegnimento:**
  * **Funzione:** Consente di riavviare o disconnettersi dal nomos system Controller.
* **Aiuto:**
  * **Funzione:** Apre direttamente la sezione di aiuto della pagina attualmente aperta.
* **Pulsante ON/OFF:**

  * **Funzione:** Questo pulsante appare a seconda del dispositivo o del processo attivo. Consente di attivare o disattivare protocolli, dispositivi o automazioni direttamente dalla vista.

  <div align="center"><figure><img src="/files/uuDznOJT09odE5h3xSp8" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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/barra-di-navigazione.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.
