> 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/getting-started/4.-visualizing-and-using-data/configure-an-alarm.md).

# Configure an Alarm

To configure an alarm, you must create a rule. When the conditions of this rule are met (e.g., temperature rises above 25 ºC), an alarm is created.

{% hint style="info" %}
The full documentation can be found in the chapter [↗ Alarms, Rules, Escalations](/collection/platform/alarms-rules-and-escalations.md)
{% endhint %}

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FZfnkjw9b12Xlfxvqkauc%2FDocs%20-%20Regeln_2%20v2.png?alt=media&#x26;token=d8c4b369-d2b7-48a3-a545-5e8650dc8105" alt=""><figcaption></figcaption></figure>

1. Click **RULES \[A]**

   ▷ The rule overview opens
2. Click **\[B]**

   ▷ The **Add Rules \[C]** window opens
3. In **\[F]**, specify which asset the rule refers to.
4. In **\[G]**, specify the type of alarm.
5. In **\[H]**, specify which attribute the rule refers to.
6. In **\[I]** and **\[I1]**, specify the condition that must be met for an alarm to be triggered.
7. In **\[J]**, specify the priority of an alarm that will be triggered by this rule.
8. In **\[K]**, specify whether an alarm triggered by this rule must be acknowledged.
9. Optional: Assign one or more tags to the rule in **\[L]**.
10. In **\[M]**, configure what message should appear when the alarm is triggered.
11. Click Add Rule **\[O]** to create the rule.


---

# 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/getting-started/4.-visualizing-and-using-data/configure-an-alarm.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.
