# Alarms Screen

## Introduction

The **Alarms** screen displays information related to alarms in the system. It helps users view, track, and manage alarms easily.

## Procedure

**Alarms (1 of 1)**\
This option indicates the number of Alarms currently displayed out of the total available Alarms.

<figure><img src="/files/7Uol12NLFAvmo8YcD7kH" alt=""><figcaption></figcaption></figure>

**Add Alarms**\
Click the **Alarms** dropdown. You will see the following options:

* **Add Tag Anomaly Detection Alarm**
* **Add Tag Expiration Alarm**
* **Add Funnel Monitoring Alarm**

Details of each option will be explained in their respective documents.

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

**Click the Refresh**\
A **Fetching Alarms…** message appears while the system retrieves and displays the updated alarm data.

<figure><img src="/files/4SH730yoR9jPiEyPRnMB" alt=""><figcaption></figcaption></figure>

The following UI elements appear on the Alarms screen.

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

| Column Name     | Description                                                    |
| --------------- | -------------------------------------------------------------- |
| Name            | Denotes the Alarm Name.                                        |
| Alarm Status    | Denotes the Alarm status.                                      |
| Monitoring Type | Denotes the type of monitoring applied to generate the alarm.  |
| Created By      | Denotes the user who created the alarm.                        |
| Updated By      | Denotes the user who updated the alarm.                        |
| Updated On      | Denotes the time and the date of the last update of the alarm. |

## Configuration of Alarms <a href="#configurationofalarms" id="configurationofalarms"></a>

You can configure one or both of these alarms:

* Tag Anomaly Detection Alarm: To notify contacts when tag anomalies occur.
* Tag Expiration Alarm: To notify contacts when a tag expires.

In Ingest Labs, you can create an alarm for tag expiration and anomaly detection. The configured contacts will receive an alert when an abnormal tag trigger is detected or when a tag expires. You can also set an advance notification for tag expiry using the **Tag Expiry Look Back** feature.


---

# 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.ingestlabs.com/tag-manager/alarms/alarms-screen.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.
