> 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/amministrazione/avanzate/node-red.md).

# Node-RED

**Accesso e login:**

L'interfaccia e accessibile tramite una schermata di login dedicata, dove devono essere inseriti il nome utente e la password dell'integratore.

<figure><img src="/files/WbHACWVQMPE2N9eMcHMh" alt="" width="563"><figcaption></figcaption></figure>

**Funzionalita:**

Node-RED offre le seguenti capacita:

* **Creazione di flussi di automazione** utilizzando semplici elementi drag-and-drop.
* **Gestione delle connessioni e dei flussi di dati** tra diversi dispositivi e servizi nel sistema nomos.
* **Integrazione di API e servizi esterni** per automazioni e scenari avanzati.

{% hint style="warning" %}
**Nota importante:**

La configurazione e l'utilizzo di **Node-RED** dovrebbero essere eseguiti solo da **integratori** qualificati. E necessaria una competenza approfondita per configurare il sistema in modo corretto e sicuro.
{% endhint %}

**Interfaccia Node-RED**

Qui vede l'interfaccia principale di **Node-RED** quando un utente accede all'area. Gli integratori possono creare diversi **flussi** e **automazioni** qui.

**Funzionalita dell'interfaccia Node-RED:**

* **Colonna sinistra:** Un elenco delle funzioni disponibili e dei componenti nomos (come sensori di movimento, sensori di temperatura, contatti finestra) che possono essere trascinati nel flusso.
* **Area destra:** Informazioni sul flusso corrente e la sua configurazione.
* **Area di lavoro centrale:** Il luogo dove vengono creati e configurati **flussi** e **automazioni**. Diversi blocchi (nodi) possono essere collegati qui per creare processi automatizzati.

{% hint style="warning" %}
**Nota:**

* **Nota importante:** Questo strumento e destinato esclusivamente agli integratori che hanno esperienza con i processi di automazione e programmazione. Un uso imprudente puo causare malfunzionamenti.
  {% endhint %}

<figure><img src="/files/dQ1QLQbQpwt5eZaSZ6F9" 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/amministrazione/avanzate/node-red.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.
