> 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/daten-abrufen.md).

# Daten abrufen

<div align="left"><figure><img src="/files/9a005601e539bec19b6fd3c4dc0402de243bc78e" alt="" width="375"><figcaption></figcaption></figure></div>

Verwenden **Daten abrufen** um einen Wert aus einem Asset-Attribut zu lesen.

Dieser Knoten stellt den Wert anderen Blöcken in der Regelkette zur Verfügung.

<div align="left"><figure><img src="/files/4e90c01d0730367084cf58be5846b606ef1be966" alt="" width="375"><figcaption></figcaption></figure></div>

### Was er tut

Der Knoten liest Heap-Daten aus einem ausgewählten Asset-Attribut.

Verwenden Sie ihn, wenn eine Regelkette einen aktuellen Wert als Eingabe benötigt.

### Ausgaben

* **Ausgabepin** — Gibt den aktuellen Wert des ausgewählten Attributs zurück.

### Konfigurierbare Einstellungen

<div align="left"><figure><img src="/files/5135409094ecc0fd5dffdd2135ee181efb66ae5b" alt="" width="375"><figcaption></figcaption></figure></div>

* **Ausgabepins** — Legen fest, wie viele Ausgaben den Wert weiterleiten.
* **Asset** — Wählen Sie das Quell-Asset aus.
* **Attribut** — Wählen Sie das zu lesende Attribut aus.

### Typische Verwendung

Verwenden **Daten abrufen** vor Bedingungen, arithmetischen oder Ausgabeknoten.

### Zugehörige Dokumentation

* [Asset-Daten](/collection/german/pflichtbasis/assets/asset-data.md)
* [Knoten](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten.md)

Den vollständigen Editor-Ablauf finden Sie unter [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, and the optional `goal` query parameter:

```
GET https://docs.buildings.ability.abb/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/daten-abrufen.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.
