> 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/application-security/get-started/application-security-settings/enable-notifications.md).

# Enable Notifications

Prisma Cloud enables you to send notifications for new code and CI/CD security issues detected during periodic scans of your environments to messaging systems that you have integrated with Prisma Cloud. Supported messaging systems include Microsoft Teams, Slack, Splunk, JIRA, ServiceNow notification systems, as well as for webhooks.

VCS pull request scans do not initiate notifications, as PR scans already provide notifications within the PR itself in the form of comments. Nevertheless, if a PR is merged and introduces new findings on the default branch, these findings will generate alerts during the next periodic scan.

You must integrate your notification systems before enabling notifications for both code and CI/CD security notifications - see [Configure External Integrations on Prisma Cloud](https://github.com/PaloAltoNetworks/pc-docs-md/tree/main/enterprise-edition/content-collections/administration/configure-external-integrations-on-prisma-cloud/configure-external-integrations-on-prisma-cloud.md).

## Enable Code Security Notifications

1. Select **Settings** > **Application Security** > **Code Security** tab > scroll down to **Notifications**.

   **Code Security** is selected by default.

   <figure><img src="/files/LF5gT3jbTXrE2pItfpqe" alt="notifications code security"><figcaption></figcaption></figure>
2. Toggle the **Enabled** button **ON**.
3. Create a rule.
   1. **Rule name** (required): Provide a name for the rule in the designated field.
   2. Provide values for these fields.
      * **Integrations** (required): Select a messaging system that you have integrated
      * **Enable for severities higher than** (required): Limit notifications to issues with a severity level greater than the configured value
      * **Enable for repositories** (required): Limit notifications to selected repositories
      * **Exclude policies** (optional): See [Manage Rules](#manage-rules) below
4. Select **Save**.

## Enable CI/CD Security Notifications

1. Select **Settings** > **Application Security** > **CI/CD Security** tab > scroll down to **Notifications** > select the **CI/CD Security** tab.

   <figure><img src="/files/2Pc81s1hfQRbTBwGfyMj" alt="notifications ci cd2.0"><figcaption></figcaption></figure>
2. Toggle the **Enabled** button **ON**.
3. Create a rule.
   1. **Rule name** (required): Provide a name for the rule in the designated field.
   2. Provide values for these fields.
      * **Integrations** (required): Select a messaging system that you have integrated
      * **Enable for severities higher than** (required): Limit notifications to issues with a severity level greater than the configured value
      * **Enable for repositories** (required): Limit notifications to selected repositories. Maximum 300 per integration.
      * **Enable for systems** (optional): Limit notifications to selected systems
      * **Enable for security categories** (optional): Limit notifications to selected CI/CD security categories
      * **Exclude policies** (optional): See [Manage Rules](#manage-rules) below
4. Select **Save**.

## Manage rules

* **Add additional rules**: Select **Add Rule** and repeating the Code Security or CI/CD Security setup above
* **Delete Rules**: Except for the initial rule, all rules can be deleted: Select **Delete Rule**
* **Exclude policies**: Exclude specific policies from triggering notifications: Select the required policy from the **Exclude Policies** field. Multi-select is supported


---

# 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/application-security/get-started/application-security-settings/enable-notifications.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.
