> 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/admin/alarms/alarm__alarm_groups/create-alarm-group.md).

# Create Alarm group

To create an Alarm Group:

1. Click Admin – Alarms – Alarm Groups.
2. Select system group.
3. A list of alarm groups in the system group will be displayed.

![](/files/KgDhfRZlUfXp6VXL5jtY)

5. Click “Create Alarm Group”.

<figure><img src="/files/0J6Pbem8ylunYBTCxNfA" alt=""><figcaption></figcaption></figure>

6. Select System Group, Division and Group.&#x20;
7. Select Alarm Group type. The Type can be User or Battery.
8. Enter Alarm Group Name.

![](/files/ixyKavCkaD5Yrlm9vXxL)

9. Click “Next” to define the alarm distribution.

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

10. Select the alarm distribution method. The methods available are presented in the table below. Most of them are self-explanatory but for more complex, the detailed information about the [App notification](/boomerang-3-domain-administrator-manual/admin/alarms/alarm__alarm_groups/alarm-distribution/app-notification.md)  and [Webhook](/boomerang-3-domain-administrator-manual/admin/alarms/alarm__alarm_groups/alarm-distribution/webhook.md) distribution methods can be found in [Alarm distribution](/boomerang-3-domain-administrator-manual/admin/alarms/alarm__alarm_groups/alarm-distribution.md).

| Alarm Distribution method  | Description                                                                                                                                                                                            |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| E-mail                     | Alarm distributed by e-mail.                                                                                                                                                                           |
| SMS                        | Alarm distributed by SMS.                                                                                                                                                                              |
| E-mail and SMS             | Alarm distributed by e-mail and SMS.                                                                                                                                                                   |
| Voice call                 | Alarm distributed by voice call.                                                                                                                                                                       |
| E-mail and Voice call      | Alarm distributed by e-mail and voice call.                                                                                                                                                            |
| SMS and Voice call         | Alarm distributed by SMS and voice call.                                                                                                                                                               |
| None                       | Alarm is not distributed.                                                                                                                                                                              |
| App Notification           | Alarm distributed by app notification as described in [App notification](/boomerang-3-domain-administrator-manual/admin/alarms/alarm__alarm_groups/alarm-distribution/app-notification.md).            |
| Email and App Notification | Alarm distributed by e-mail and app notification as described in [App notification](/boomerang-3-domain-administrator-manual/admin/alarms/alarm__alarm_groups/alarm-distribution/app-notification.md). |
| Webhooks                   | Alarm distributed by webhooks as described in [Webhook](/boomerang-3-domain-administrator-manual/admin/alarms/alarm__alarm_groups/alarm-distribution/webhook.md).                                      |

11. Select the period when the definition will be active using Start time, Stop time and weekdays. Select “All day” for complete day. Select “Reverse time” to set the time when the alarm group WILL BE NOT active.
12. It is possible to define escalations of the alarm if the alarm remains active for a certain time after being distributed to recipient(s). There are 3 levels of escalation.

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

13. Click “Save” and sign.
14. The alarm group is created and opened for edition.

![](/files/ZpSblCRV5OJIukw194T7)

15. Select the users that will receive the alarms.
16. To search, click “Show all Users” icon ![](/files/Zga2xDf3nVvzJr7i0ycW) and enter at least 3 consecutive characters from the username which will display a list of matches. Select the user(s) using checkboxes.

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

17. Select the sources of the alarms in the Measuring Points list on the right.

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

18. Click “Save” and sign.
19. A confirmation message shall be displayed.

![](/files/qQjtgs8ETYMy2adsmY7I)

18. Click OK.
19. The alarm group shall be visible in the active alarm group’s list.

![](/files/4nYkeaUMUQKvnwfXs47N)


---

# 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/admin/alarms/alarm__alarm_groups/create-alarm-group.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.
