> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-signing.md).

# Alarm signing

Alarms remain **active** until a user signs them.

Warnings close automatically when the alarm condition disappears.

{% hint style="warning" %}
Do corrective actions before signing.

If the condition persists, the alarm can trigger again after signing.
{% endhint %}

{% stepper %}
{% step %}

### Open the alarm list

On the Dashboard, click the [Measuring Points button](/boomerang-3-user-manual/dashboard/dashboard-buttons/measuring-points-button.md).

<figure><img src="/files/2lC5KMOIXkDhWonplLlo" alt="Organisation tree showing active alarms"><figcaption><p>Active alarms in groups</p></figcaption></figure>

<figure><img src="/files/OMz0ASD8d6LtpriV4rFf" alt="Measuring point alarms list"><figcaption><p>Alarm list</p></figcaption></figure>
{% endstep %}

{% step %}

### Select alarms

* Select all using the checkbox in the header.

<figure><img src="/files/9AQBLN2sqoRpF6h88bzW" alt="Select all alarms checkbox"><figcaption><p>Select all alarms</p></figcaption></figure>

* Or select individual alarms.

<figure><img src="/files/ERMxkM5l8WUY7AK6VrEY" alt="Select one alarm checkbox"><figcaption><p>Select an alarm</p></figcaption></figure>
{% endstep %}

{% step %}

### Sign

1. Click **Sign Alarm**.
2. Add a comment.
3. Sign the action.

Signing is described in [Sign](/boomerang-3-user-manual/common_elements/sign.md).

<figure><img src="/files/OEUG2CQQ5PzXzQM7iRre" alt="Sign Alarm dialog with comment"><figcaption><p>Sign Alarm</p></figcaption></figure>
{% endstep %}

{% step %}

### Check the result

Signed alarms disappear from the active list.

<figure><img src="/files/eMaPh2WvNBsVtSelEJz7" alt="Active list after signing"><figcaption><p>Active list after signing</p></figcaption></figure>
{% endstep %}

{% step %}

### Verify in history

Signed alarms remain visible in the object’s [Activity log tab](/boomerang-3-user-manual/dashboard/object_view/detailed-object-view/activity-log-tab.md) when you filter to **All**.

<figure><img src="/files/oWCnciLBu7Yrx7LLHnkV" alt=""><figcaption><p>Signed alarms in history</p></figcaption></figure>
{% endstep %}

{% step %}

### Warnings

Warnings are automatically signed when the reading returns within limits.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can also sign active alarms in the object view, from the Activity log tab.
{% endhint %}


---

# 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://help.boomerang3.com/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-signing.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.
