# Alert Management

## Introduction

Alert Management is a vital system within Automate that facilitates the notification of users through various channels regarding events that may not be directly visible on-screen but require attention or intervention.

The primary purpose of Alert Management is to keep users informed about critical events or situations within the system, ensuring timely responses and actions.

***

## What is Alert Management?

Alert Management comprises two core stages: Actioneer Profile and Alert Profile. These stages collectively enable the system to send notifications to users based on predefined rules and conditions.

{% hint style="info" %}

### Key Features

* **Actioneer Profile :** Create notification channels such as email for alert notifications.
* **Alert Profile :** Define rules for triggering alerts and associate them with specific actioneer profiles.
* **Dynamic Content :** Customize alert messages with dynamic fields for detailed notifications.
  {% endhint %}

***

## Usage of the Component

### Actioneer Profile

Actioneer profiles list user-defined notification channels through which alerts are sent by the system.

{% hint style="info" %}

### Key Features

* **Edit Profile**
  * Click on the **"Edit"** option under the action's column of the desired profile.
  * Update the profile details as needed.
  * Click the **"Save"** button to apply the changes.
* **Delete Operation**
  * To delete a profile, click the **"Delete"** option under the action's column.
  * Confirm the deletion by clicking the "Delete" button in the pop-up.
* **Adding Actioneer Profile**
  {% endhint %}

**Create new notification** channels for sending alerts to users.

{% stepper %}
{% step %}

#### Click the **"Add Actioneer Profile"** button.

{% endstep %}

{% step %}

#### Fill in the required fields in the pop-up

* **Name:** Specify the name of the actioneer profile.
* **Description:** Provide a brief description of the notification channel.
* **Type:** Currently supports "email" notifications.
* **Host, Port, Sender, To, CC, Subject, Body:** Configure email-specific settings.
  {% endstep %}

{% step %}

#### Test the email configuration using the **"Test E-mail"** button.

{% endstep %}

{% step %}

#### Click the **"Add"** button to save the profile.

{% endstep %}
{% endstepper %}

***

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

### Alert Profile

Alert profiles determine the conditions under which users will receive notifications.

<details>

<summary><strong>Edit Profile</strong></summary>

1. Click on the **"Edit"** option under the action's column of the desired profile.
2. Modify the profile settings as required.
3. Click the **"Save"** button to update the profile.

</details>

<details>

<summary><strong>Add Alert Profile</strong></summary>

1. Click the **"Add Alert Profile"** button.
2. Fill in the following fields in the pop-up:
   1. **Alert Name:** Name of the alert profile.
   2. **Description:** Description of the alert profile.
   3. **Rules:** Select conditions for triggering alerts.
   4. **Select All/Custom:** Choose to apply rules to all or selected Automs.
   5. **Actioneer Profile:** Select the notification channel (Actioneer Profile).
3. Click the **"Add"** button to create the alert profile.

</details>


---

# 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://docs.autommate.com/userguide/product-features/management/alert-management.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.
