> 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/english-v14/getting-started/4.-visualize-and-use-data/configure-an-alarm.md).

# Configure an alarm

To configure an alarm, you must create a rule. If 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/english-v14/documentation/alarms-rules-and-escalations.md)
{% endhint %}

<figure><img src="/files/55ba8910eeb5e4ac23e416843ed51f39b2f84b28" alt=""><figcaption></figcaption></figure>

1. Click on **RULES \[A]** \
   ▷ The rule overview opens
2. Click on **\[B]** \
   ▷ The window **Add rules \[C]** opens&#x20;
3. Enter in **\[F]** which asset the rule refers to.
4. Enter in **\[G]** the type of the alarm.
5. Enter in **\[H]** which attribute the rule refers to.
6. Enter in **\[I]** and **\[I1]** the condition that must be met for an alarm to be triggered.
7. Enter in **\[J]** what priority an alarm triggered by this rule will have.
8. Enter in **\[K]** whether an alarm triggered by this rule must be acknowledged.
9. Optional: Assign the rule in **\[L]** one or more tags.
10. Configure in **\[M]** which message should appear when the alarm is triggered.
11. Click Add rule **\[O]**&#x74;o 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/english-v14/getting-started/4.-visualize-and-use-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.
