> 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-14.2-freezed/erste-schritte/4.-daten-visualisieren-and-nutzen/einen-alarm-konfigurieren.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. Termperatur steig auf über 25 ºC) wird ein Alarm erstellt.

{% hint style="info" %}
Die vollständige Dokumentation finden Sie im Kapitel [↗ Alarme, Regeln, Eskalationen](/collection/german-14.2-freezed/dokumentation/alarme-regeln-und-eskalationen.md)
{% endhint %}

<figure><img src="/files/Nl80h1loTMfQXgbk2nFh" alt=""><figcaption></figcaption></figure>

1. Klicken Sie auf **REGELN \[A]** \
   ▷ Die Regel-Übersicht öffnet sich
2. Klicken Sie auf **\[B]** \
   ▷ Das Fenster **Regeln hinzufügen \[C]** öffnet sich&#x20;
3. Geben Sie in **\[F]** an, auf welches Asset die Regel sich bezieht.
4. Geben Sie in **\[G]** den Typ des Alarms an.
5. Geben Sie in **\[H]** an, auf welches Attribut sich die Regel bezieht.
6. Geben Sie in **\[I]** und **\[I1]** die Bedingung an, die erfüllt werden muss, damit ein Alarm ausgelöst wird.
7. Geben Sie in **\[J]** an, welche Priorität ein Alarm haben wird, der durch diese Regel ausgelöst wird.
8. Geben Sie in **\[K]** an, ob ein Alarm der durch diese Regel ausgelöst wird, quittiert werden muss.
9. Optional: Weisen Sie der Regel in **\[L]** einen oder mehrere Tags zu.
10. Konfigurieren Sie in **\[M]** welche Meldung erscheinen 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-14.2-freezed/erste-schritte/4.-daten-visualisieren-and-nutzen/einen-alarm-konfigurieren.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.
