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

# Einen Alarm konfigurieren

Um einen Alarm zu konfigurieren, müssen Sie eine Regel erstellen. Wenn die Bedingungen dieser Regel erfüllt sind (z. B. steigt die Temperatur über 25 ºC), wird ein Alarm erstellt.

{% hint style="info" %}
Die vollständige Dokumentation finden Sie im Kapitel [↗ Alarme, Regeln, Eskalationen](/collection/german/plattform/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. Klicken Sie auf **REGELN \[A]**

   ▷ Die Regelübersicht öffnet sich
2. Klicken Sie auf **\[B]**

   ▷ Die **Regeln hinzufügen \[C]** Fenster öffnet sich
3. In **\[F]**, geben Sie an, auf welches Asset sich die Regel bezieht.
4. In **\[G]**, geben Sie den Alarmtyp an.
5. In **\[H]**, geben Sie an, auf welches Attribut sich die Regel bezieht.
6. In **\[I]** und **\[I1]**, geben Sie die Bedingung an, die erfüllt sein muss, damit ein Alarm ausgelöst wird.
7. In **\[J]**, geben Sie die Priorität eines Alarms an, der durch diese Regel ausgelöst wird.
8. In **\[K]**, geben Sie an, ob ein durch diese Regel ausgelöster Alarm bestätigt werden muss.
9. Optional: Weisen Sie der Regel einen oder mehrere Tags zu in **\[L]**.
10. In **\[M]**, konfigurieren Sie, welche Meldung angezeigt werden soll, wenn der Alarm ausgelöst wird.
11. Klicken Sie auf Regel hinzufügen **\[O]** um die Regel zu erstellen.


---

# 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/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.
