> 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/widgets/custom-widgets/detailed-list-of-alarms.md).

# Detailed list of alarms

The *Widget Detailed List of Alarms* in Eliona offers a detailed display of alarms triggered by specific rules. It enables flexible filtering of alarms based on selected tags to show only relevant information.

{% hint style="info" %}
This widget must be created as [-> Custom widget](/collection/english-v14/documentation/widgets/custom-widgets.md) and is created with the module [-> Alarm ](/collection/english-v14/documentation/widgets/custom-widgets/modules/alarm.md)created.
{% endhint %}

<div data-full-width="true"><figure><img src="/files/c27a233839bba543b733597e8728b5aeeb874ce6" alt=""><figcaption></figcaption></figure></div>

## **Widget**

The widget shows the alarms as in the[ -> Detailed View of Alarms](/collection/english-v14/documentation/alarms-rules-and-escalations/alarms.md#detaillierte-ansicht).

## When should this widget be used?

The display of the **Detailed List of Alarms** is used when a precise and comprehensive overview of all alarms is required. It is particularly suitable for filtering and displaying alarms based on tags. This view shows not only the alarms of an asset, but all alarms with the selected tags. If no tags are selected, all alarms are displayed. This differs from other alarm widgets, which are limited to specific asset-related alarms or simple alarm counts and are less detailed.

## Configure widget

<div data-full-width="true"><figure><img src="/files/1b89ab14f736e13c357f42ce55d6268e9ea05b8f" alt=""><figcaption></figcaption></figure></div>

<table data-full-width="true"><thead><tr><th width="86"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>[A]</strong></td><td>Primary asset</td><td>Select primary asset. This selection determines which title <strong>[A]</strong> appears in the widget</td></tr><tr><td><strong>[B]</strong></td><td>Width</td><td>Select how much space the widget should take up on the dashboard.</td></tr><tr><td><strong>[C]</strong></td><td>Tag settings</td><td><p>You can filter alarms by specific tags to display only relevant alarm data.</p><ul><li><strong>All selected required</strong>: Only alarms that have all selected tags are displayed.</li><li><strong>One of the selected</strong>: Displays alarms that have at least one of the selected tags.</li></ul></td></tr><tr><td><strong>[D]</strong></td><td>Select tags</td><td>Select the tags by which the alarms in the widget should be filtered in order to display only the relevant alarms.</td></tr></tbody></table>


---

# 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/widgets/custom-widgets/detailed-list-of-alarms.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.
