> 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/platform/alert-center/alarms/alarm-statistics.md).

# Alarm Statistics

The *Alarm Statistics* provides a comprehensive analysis of all alarms that have occurred in a tenant. It allows for a detailed evaluation of alarms by frequency, duration, and severity. This helps to recognize patterns, identify problem sources, 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 alarms
* **Alarm heatmap**, which visualizes the distribution of alarms over a period of time
* **Alarm frequency**, which shows which assets trigger alarms most often
* **Alarm duration**, which indicates how long an alarm was active at a time

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2F74OuipnLpNQuiunNnFpg%2FAlarm%20statistik%20(1).png?alt=media&#x26;token=c5195897-6600-439e-98ff-193ea98d739f" alt=""><figcaption></figcaption></figure></div>

### Filter Options

1. **\[A] Select tags** Select specific tags to filter the alarms by certain criteria.

   ◈ You can decide whether **all selected tags are required** or **at least one of the tags** should apply.

   ◈ With multiple selections and the *all required* option, 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 accumulations within specific time windows.
3. **\[C] Apply changes** Click on **Apply** to activate the selected tags and time period.

   ▷ The view is immediately updated with the new filter criteria.
4. **\[D] Reset filters** By clicking on **Reset**, all selected tags and time filters are deleted.

   ▷ The standard 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/platform/alert-center/alarms/alarm-statistics.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.
