> 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/mandatory-base/assets/attribute-functions.md).

# Attribute Functions

In the *Attribute sidebar*, the properties of an attribute can be viewed and configured in detail. Here we explain how to access this sidebar and what the individual sections mean.

To open the Attribute sidebar:

1. Navigate to the desired asset via: *Assets* → *\[Select asset]*

   ▷ The Asset Details view opens.
2. In the table of attribute values, click on any attribute.

   ▷ The Attribute sidebar appears on the right side.

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FL9iXfROqwGvlnyU15vTF%2FAttribut%20Sidebar.png?alt=media&#x26;token=b65046c5-1a71-4671-8be2-2f88d1d5e316" alt=""><figcaption></figcaption></figure></div>

<table data-full-width="true"><thead><tr><th width="49.60003662109375"></th><th width="188.20001220703125"></th><th></th></tr></thead><tbody><tr><td><strong>[A]</strong></td><td>Calculator</td><td>Here you define formulas for calculating the attribute value from other attributes. <a href="/pages/yuynhbnuBYjh1WN6HUHp">-> Calculate values: The Calculator</a></td></tr><tr><td><strong>[B]</strong></td><td>Unit &#x26; Value Range</td><td>You can set the unit, minimum/maximum value, and step size. More information at: <a href="/pages/eVD0XKpFPnH3h7UusNji">-> Add attributes to the asset template</a></td></tr><tr><td><strong>[C]</strong></td><td>Offset</td><td>Activate a static offset that is added to the value. <a href="/pages/hl7AUnGS5oZeLBqSz3MC">-> Configure a meter replacement</a></td></tr><tr><td><strong>[D]</strong></td><td>Filter</td><td>Allows the activation of filters for incoming values. <a href="/pages/bToZxkiCnjFk22RBaNAZ">-><br>Filter</a></td></tr><tr><td><strong>[E]</strong></td><td>Visibility</td><td>Configure the visibility of the attribute in AR markers. <a href="/pages/ktOnZuCJvPWn2poPyVmH">-><br>Augmented Reality</a></td></tr><tr><td><strong>[F]</strong></td><td>Value Mapping</td><td>Assign readable texts to numerical values (e.g. 0 = off, 1 = on). <a href="/pages/ckWJ5fqm6RY1eiwCoImm">-> Value mapping for attributes</a></td></tr><tr><td><strong>[G]</strong></td><td>Device Simulator</td><td>Activate the simulation for testing purposes. <a href="/pages/ZGviNWs7weJ16KZg0PMQ">-><br>Device simulator</a></td></tr><tr><td><strong>[H]</strong></td><td>Reset Attribute</td><td>Resets the value of the attribute to the default. <a href="/pages/yuynhbnuBYjh1WN6HUHp#reset-output-attribute">-> Reset output attribute</a></td></tr></tbody></table>


---

# 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/mandatory-base/assets/attribute-functions.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.
