> 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-domain-administrator-manual/dashboard/alarms_and_warnings/alarm-signing.md).

# Alarm signing

An alarm event will stay active until it is not signed by a user.

There are 5 active alarm events in every group in the example below.

![](/files/2lC5KMOIXkDhWonplLlo)

Click the Measuring Points red button on the Dashboard to see the alarm details.

![](/files/OMz0ASD8d6LtpriV4rFf)

Click the checkbox on top of the checkbox column to select all the alarm events to sign them at once.

![](/files/9AQBLN2sqoRpF6h88bzW)

Click the checkbox on the event line to select a single alarm event you want to sign.

![](/files/ERMxkM5l8WUY7AK6VrEY)

Click ‘Sign Alarm’ button.

Enter your username and password. You may optionally add a comment.

![](/files/mxNZzf78zLAobiAO8h7p)

Click ‘Sign’.

The signed alarm events will disappear from the active events list and will be moved to ‘All’ events listing. In the example the active events after signing a single alarm look as below.

![](/files/eMaPh2WvNBsVtSelEJz7)

The signed alarms are shown in the activity log of the measuring point.

![](/files/taNWxsLtomoht562La4s)

The warnings are auto signed by the system when the reading returns within the limits.

{% hint style="warning" %}
The user must always perform corrective actions to restore values ​​to valid ranges or eliminate missing readings before signing.&#x20;

If the conditions that caused the alarm persist, the alarm will be retriggered again after signing.
{% 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-domain-administrator-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.
