> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/administration/alarm-center/set-up-email-notifications-for-alarms.md).

# Set Up Notifications for Alarms

Alarm **Settings** allow you to create notification rules to receive notifications via Email, Splunk, Webhook, Google Cloud Security Command Center (CSCC), and PagerDuty channels about the alarms generated when you are away from the Prisma Cloud console.

1. On **Alarm Center** select **Settings**.

   <figure><img src="/files/R4q25kRKAwr5H9yPnWO7" alt="alarm center 1 3"><figcaption></figcaption></figure>
2. Select **Create Notification Rule**.
3. Enter **Rule Name** and select **Alarm Type** (All, Integration, Cloud Account, or License) and **Severity** (High, Medium, or Low), to notify users on the generation of alarms based on the conditions you select.

   <figure><img src="/files/1FFALyvJbIze35jIHLx1" alt="alarms notification rule 3"><figcaption></figcaption></figure>
4. **Next**
5. Enter **Email Addresses** and select from the available **Channel** types. You have to provide at least one email address and create an email notification rule when you select **Integration** as the alarm type.

   <figure><img src="/files/2TIeAbwBPrkBHAvz02I1" alt="alarms notification rule 4 1"><figcaption></figcaption></figure>
6. **Next**
7. Review the Notification Rule summary and **Submit**.

   <figure><img src="/files/cQBEDq9vEpnUJqwB4mwf" alt="alarms notification rule 5"><figcaption></figcaption></figure>
8. The Notification Rule you created displays under **Alarm Center > Settings**.
9. Use the toggle button to disable any Notification Rule.
10. You can clone, edit, and delete an existing Notification Rule.

    After you save the notification rule, an email will be sent to the email addresses you’ve listed in the rule. Those users can take action on the alarm notification by navigating from the email.

    After you create or update a rule it may take 10 minutes to receive the email notification.


---

# 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://docs.prismacloud.io/content-collections/administration/alarm-center/set-up-email-notifications-for-alarms.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.
