> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Alerts

The alert system is deactivated by default.
To use this system, select the [alert](/ops-center/monitor/alerts) you want to activate.
You can activate alerts for all components, but component-specific activation is not available.

<Accordion title="1. Activate Alerts">
  1. In the Ops Center interface, go to the **Overview** tab.
  2. In the upper-left corner, select **Alerts**.
  3. On the **Alerts** page, click **Manage Alerts**.
  4. On the **Alerts** tab, select alerts that you want to activate and apply changes.

  Applying changes, whether you are activating or deactivating alerts, can take up to 15 minutes. Wait this time before checking the Alerts list to confirm your changes.
</Accordion>

<Accordion title="2. Send Notifications">
  You can send notifications either per email or via webhooks. On the **Notifications** tab, select one of the following options from the **Notification Method** list:

  <Tabs>
    <Tab title="Email">
      1. Enter the email addresses of the users who should receive notifications when an alert is triggered.
      2. Enter one email per field. Note that you can add only 5 email addresses. Apply the changes.
    </Tab>

    <Tab title="Webhook">
      1. **Webhook URL** — enter the webhook URL of the service that should receive notifications when an alert is triggered.
      2. **Webhook Connection** — select a webhook connection or create a new connection by clicking <img src="https://mintcdn.com/cognigy-15abf2ba/3f0tglC4DBfZZ5qq/_assets/icons/plus-simple.svg?fit=max&auto=format&n=3f0tglC4DBfZZ5qq&q=85&s=a1d4baa0b2b8eaa5f6c132bebbe30dfc" alt="plus-icon" width="16" height="16" data-path="_assets/icons/plus-simple.svg" /> and configuring the following fields:
         * **Connection name** — enter a name for the webhook connection.
         * **Username** — enter a username to authenticate the webhook URL with the service.
         * **Password** — enter a password to authenticate the webhook URL with the service.
      3. Apply the changes.
    </Tab>
  </Tabs>
</Accordion>
