> 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/integrator-en/administration/advanced/node-red.md).

# Node-RED

**Access and Login:**

The interface is accessible through a dedicated login screen, where the integrator's username and password must be entered.

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

**Features:**

Node-RED offers the following capabilities:

* **Creating automation flows** using simple drag-and-drop elements.
* **Managing connections and data flows** between different devices and services in the nomos system.
* **Integrating APIs and external services** for advanced automations and scenarios.

{% hint style="warning" %}
**Important Note:**

The configuration and use of **Node-RED** should only be performed by trained **integrators**. In-depth expertise is required to configure the system correctly and safely.
{% endhint %}

**Node-RED Interface**

Here you see the main interface of **Node-RED** when a user accesses the area. Integrators can create various **flows** and **automations** here.

**Features of the Node-RED Interface:**

* **Left Column:** A list of available functions and nomos components (such as motion sensors, temperature sensors, window contacts) that can be dragged and dropped into the flow.
* **Right Area:** Information about the current flow and its configuration.
* **Central Workspace:** The place where **flows** and **automations** are created and configured. Different blocks (nodes) can be connected here to create automated processes.

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

* **Important Note:** This tool is intended solely for integrators who have experience with automation and programming processes. Careless use can lead to malfunctions.
  {% endhint %}

<figure><img src="/files/Vrrr55smy2awjxzOMUjs" 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/integrator-en/administration/advanced/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.
