> 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-presentation.md).

# Alarm presentation

Active alarms and warnings are visible in several places.

### Dashboard: Measuring Points button

* **Green**: no active alarms or warnings
* **Yellow**: at least one active warning, no active alarms
* **Red**: at least one active alarm

The number in the center shows how many active alarms are in scope.

See [Measuring Points button](/boomerang-3-user-manual/dashboard/dashboard-buttons/measuring-points-button.md).

<figure><img src="/files/fvQO0hirZ2vyKWm9pJjo" alt="Dashboard with green Measuring Points button"><figcaption><p>No active alarms (green)</p></figcaption></figure>

<figure><img src="/files/9ZCSGocHhnhgFptU2e0M" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7TX7HfDMJgpaiWQ3oSpk" alt="Dashboard showing yellow and red Measuring Points button states"><figcaption><p>Warning (yellow) and alarm (red) present</p></figcaption></figure>

### Organisation tree

Groups with active alarms show a red marker and an alarm count.

<figure><img src="/files/P2cZpG82HuX1Ld0DGgXt" alt="Organisation tree showing active alarm counts"><figcaption><p>Alarm counts in the organisation tree</p></figcaption></figure>

Examples at object level:

<figure><img src="/files/d0yuagbX35M5aDDZuihG" alt="Object showing two active alarms"><figcaption><p>Two active alarms on an object</p></figcaption></figure>

<figure><img src="/files/neSMOdkhHMeyAoRnizee" alt="Object showing one active warning"><figcaption><p>One active warning on an object</p></figcaption></figure>

### Alarm list

Click the [Measuring Points button](/boomerang-3-user-manual/dashboard/dashboard-buttons/measuring-points-button.md) to open the alarm list.

<figure><img src="/files/7ExKpzE1nSIteMf9bXRb" alt="Measuring point alarms list"><figcaption><p>Alarm list</p></figcaption></figure>

### Object view: Activity log

In an object view, alarms are also visible in the [Activity log tab](/boomerang-3-user-manual/dashboard/object_view/detailed-object-view/activity-log-tab.md).

Click an alarm icon to see details.

<figure><img src="/files/hkaXCDtBwaXABMAqCu5t" alt="Alarm details in activity log" width="486"><figcaption><p>Alarm details</p></figcaption></figure>


---

# 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-presentation.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.
