> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten.md).

# Knoten

## Knoten

Knoten verbinden eine Regelkette mit Daten, Aktionen und Systemverhalten.

Verwenden Sie Knoten, um Werte zu lesen, Werte zu schreiben und Aktionen auszulösen.

### Datenknoten

* [Daten abrufen](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/daten-abrufen.md)
* [Aggregierte Daten abrufen](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/aggregierte-daten-abrufen.md)
* [Daten senden](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/daten-posten.md)
* [SQL-Abfrage](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/sql-abfrage.md)

### Aktionsknoten

* [Alarm](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/alarm-erstellen.md)
* [Ticket](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/ticket.md)
* [E-Mail senden](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/e-mail-senden.md)
* [Bericht senden](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/bericht-senden.md)
* [Skript](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/script.md)

### Ereignis- und KI-Knoten

* [Regel](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/regel.md)
* [LLM-Aufruf](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/llm-aufruf.md)
* [E-Mail-LLM senden](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/e-mail-senden-llm.md)

Für den vollständigen Rule-Chain-Workflow siehe [Regelkette konfigurieren](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/configure-rule-chain.md).


---

# 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:

```
GET https://docs.buildings.ability.abb/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
