> 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/platform/alarms-rules-and-escalations/rule-chains/nodes/get-data.md).

# Get Data

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

Use **Get Data** to read a value from an asset attribute.

This node provides the value to other blocks in the rule chain.

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

### What it does

The node reads heap data from a selected asset attribute.

Use it when a rule chain needs a current value as input.

### Outputs

* **Output pin** — Returns the current value of the selected attribute.

### Configurable settings

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

* **Output pins** — Define how many outputs send the value onward.
* **Asset** — Select the source asset.
* **Attribute** — Select the attribute to read.

### Typical use

Use **Get Data** before conditions, arithmetic, or output nodes.

### Related documentation

* [Asset Data](/collection/mandatory-base/assets/asset-data.md)
* [Nodes](/collection/platform/alarms-rules-and-escalations/rule-chains/nodes.md)

For the full editor flow, see [Configure Rule Chain](/collection/platform/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/platform/alarms-rules-and-escalations/rule-chains/nodes/get-data.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.
