# Alarm Groups

This is the part where the alarm groups are defined. Once you have created alarm groups, you can link your alarms to any group. This allows you to manage your alarms more effectively.

![Figure 1 : Alarm Groups](/files/-LjXbZw0l5rB7ygZjhAC)

You can perform Export, Import, Add, Edit and Delete operations by means of the buttons shown in Figure 2.

![Figure 2 : Alarm Export, Import, Add, Edit, Delete](/files/-LjXdfjpUoOEiCPo2lbl)

## Alarm Group Add/Edit Form

As shown in Figure 3, you must enter the parameters in the drop-down form to add an alarm group.&#x20;

![Alarm Group Add/Edit Form](/files/-LjXclZBGvUbOZxIV1wJ)

#### Project

You can select the project to which you want to add an alarm group.

#### Name

The name of the alarm group.

#### Description

Description of your alarm group.

#### Priority

You can set priority for your alarm groups. In this way, alarms connected to your alarm group are monitored firstly.

#### On Script

You can define an on-script for your alarm groups. This allows you to run a script when any alarm connected to your alarm group is on.

#### Off Script

You can define an off-script for your alarm groups. This allows you to run a script when any alarm connected to your alarm group is off.

#### Ack Script

You can define ack-script for your alarm groups. This allows you to run a script when any alarm connected to your alarm group is acknowledged by the user.

#### On No Ack Color

You can set the display color for the unconfirmed ON status of alarms connected to your alarm groups.

#### On Ack Color

You can specify the display color for the ON status of alarms connected to your alarm groups.

#### Off No Ack Color

You can specify the display color for the unconfirmed OFF status of alarms connected to your alarm groups.

#### Off Ack Color

You can specify the display color for the approved OFF status of alarms connected to alarm groups.

#### Print When On

If the alarms connected to your alarm groups are ON, you can print them to the Line Printer.

#### Print When Off

In case of alarms connected to your alarm groups are OFF, you can print them to Line Printer.

#### Print When Ack

When the alarms connected to your alarm groups are confirmed, you can print them to the Line Printer.


---

# Agent Instructions: 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://inscada.gitbook.io/ins/en-1/user-interface/development/alarm-groups.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.
