# Alert List

* [Options](#alertlist-options)
* [Filter](#alertlist-filter)
* [State filter](#alertlist-statefilter)

Use Alert list to display your alerts. You can configure the list to show the current state or recent state changes.

Customize your visualization using the following settings.

***

### Options <a href="#alertlist-options" id="alertlist-options"></a>

* **Group mode -** Choose between “Default grouping” to show alert instances grouped by their alert rule, or “Custom grouping” to group alert instances by a custom set of labels.
* **Max Items -** Sets the maximum number of alerts to list.
* **Sort order -** Select how to order the alerts displayed:
  * **Alphabetical (asc) -** Alphabetical order.
  * **Alphabetical (desc) -** Reverse alphabetical order.
  * **Importance -** By importance according to the following values, with 1 being the highest:
    * alerting: 1
    * firing: 1
    * no\_data: 2
    * pending: 3
    * ok: 4
    * paused: 5
    * inactive: 5
  * **Time (asc) -** Newest active alert instances first.
  * **Time (desc) -** Oldest active alert instances first.
* **Alerts from this dashboard -** Shows alerts only from the dashboard the alert list is in.

***

### Filter <a href="#alertlist-filter" id="alertlist-filter"></a>

These options allow you to limit alerts shown to only those that match the query, folder, or tags you choose.

* **Alert name -** Enter an alert name query.
* **Alert instance label -** Filter alert instances using label querying, ex: `{severity="critical", instance=~"cluster-us-.+"}`.
* **Folder -** Select a folder. Only alerts from dashboards in the folder selected will be displayed.
* **Datasource -** Filter alerts from the selected data source.

***

### State filter <a href="#alertlist-statefilter" id="alertlist-statefilter"></a>

Choose which alert states to display in this panel.

* Alerting / Firing
* Pending
* No Data
* Normal
* Error

***


---

# Agent Instructions: 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:

```
GET https://docs.turium.ai/home/algoreus/turium-connector-documentation/turium-fabriq-overview/how-to-guides/algology-visualisation-user-guide/visualisations/alert-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
