> 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/missions/mission-handling/mission-alarms.md).

# Mission alarms

Mission alarms work the same way as alarms on regular measuring points (MPs).

They use the same concepts:

* alarm and warning limits
* alarm filters
* signing workflow

### Prerequisites

Assign an alarm range to the mission MP.

See [Alarm limits](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-limits.md) and [Alarm filter](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-filter.md).

### How mission alarms are shown

After mission readings are saved for an MP that has alarm limits configured, the system evaluates the mission.

Missions that have alarms are highlighted with a red background in the mission list.

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

If you select a mission with alarms, a red bell icon <img src="/files/Sel5by44jMzgeBiQUfds" alt="" data-size="original"> appears on the right side of the mission list.

An example of a mission with an active alarm is shown below.

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

Alarm trigger moments are shown on the graph as vertical red lines. This is the same as for regular MPs.

### Handling mission alarms

Handle and sign mission alarms the same way as other alarms:

* [Alarms and warnings handling](/boomerang-3-user-manual/dashboard/alarms_and_warnings.md)
* [Alarm signing](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-signing.md)
* [Mission activity log](/boomerang-3-user-manual/dashboard/missions/mission-handling/mission-activity-log.md)

{% hint style="info" %}
If you move a mission to another MP, alarms will be recalculated using the target MP limits.

See [Move mission](/boomerang-3-user-manual/dashboard/missions/mission-handling/move-mission.md).
{% 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:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/dashboard/missions/mission-handling/mission-alarms.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.
