> 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/documentation/alarme-regeln-und-eskalationen/alarme/alarmstatistik.md).

# Alarm statistics

The *Alarm Statistics* provides a comprehensive analysis of all alarms that have occurred in a project. It enables a detailed evaluation of alarms by frequency, duration, and severity. This helps identify patterns, pinpoint sources of problems, and take targeted measures to improve system stability.

In the statistics, various charts and tables can be viewed, including:

* **Alarm distribution by severity** (e.g., High, Medium, Low, Info)
* **Weekly overview** of the alarms
* **Alarm heatmap**, which visualizes the distribution of alarms over a period of time
* **Alarm frequency**, which shows which assets trigger alarms most frequently
* **Alarm duration**, which indicates how long an alarm was active each time

<div data-full-width="true"><figure><img src="https://content.gitbook.com/content/Nyvwhz1kEMXcHf4HLuZ8/blobs/CpJUYEtKfanFgv8BO1Yc/Alarm%20statistik%20(1).png" alt=""><figcaption></figcaption></figure></div>

### Filter options

1. **\[A] Select tags**\
   Select specific tags to filter the alarms according to certain criteria.\
   ◈ You can decide whether **all selected tags are required** or **at least one of the tags** should apply.\
   ◈ When multiple selections are made and the option *all required* is selected, only alarms that **contain all selected tags** at the same time are displayed.
2. **\[B] Set time period**\
   Set the time period for the analysis – e.g. the last 7 days, a custom period, or fixed dates.\
   ◈ This makes it easier to recognize trends or clusters within certain time windows.
3. **\[C] Apply changes**\
   Click on **Apply**, to activate the selected tags and the time period.\
   ▷ The view is updated immediately with the new filter criteria.
4. **\[D] Reset filters**\
   By clicking on **Reset** all selected tags and time filters are deleted.\
   ▷ The default view with all alarms is restored.


---

# 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/documentation/alarme-regeln-und-eskalationen/alarme/alarmstatistik.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.
