> 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/data-security-posture-management/prisma-cloud-dspm-integrations/integrating-dig-with-slack.md).

# Integrate Prisma Cloud DSPM with Slack

You can integrate your preferred Slack channel or workspace with Prisma Cloud DSPM to receive real-time notifications on risks and alerts.

### Prerequisite

Before integrating a Slack channel with Prisma Cloud DSPM, create a Slack-webhook integration by following the steps in [this guide](https://api.slack.com/messaging/webhooks). You will need to create a new Slack app and allow incoming webhooks.

### Integration

1. In Prisma Cloud DSPM, go to **Preferences** > **Integrations**.
2. Under **Notifications**, select **Slack** and click **Connect**.\
   ![](/files/tbqQ5DG7jA0qfZm15kiu)
3. Enter your Slack link (the one you set to use webhooks to send messages).
4. Under **Notified On**, select whether you want to be notified on Alerts, Risks, or All.
5. Select the **Severity Threshold** for receiving notifications. The recommended severity is **Medium and above**.
6. Click **Create**.\
   ![add slack channel.png](/files/JHuL2DhhjVtjJH2qPMQZ)

Below are examples of a Risk and Alert when sent as a Slack notification:

![](/files/0l4ZsISbiI7u89eElBxV)

Note that the **Investigation link** directs you to the risk or alert page in Prisma Cloud DSPM.

**NOTE**: To prevent an overload of alerts, in case Prisma Cloud DSPM has sent more than \~30 alerts in 1 hour, it will not send any additional alerts for the next 4 hours. It will send a notification about multiple alerts created.

Once you add a Slack channel, it is listed at the bottom of the page under **Channels**. From there, you can edit the **Notified On** column or remove this channel by clicking the **X** on the right.

![channels.png](/files/4ZMouvmfwm00txvBcaLK)


---

# 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/data-security-posture-management/prisma-cloud-dspm-integrations/integrating-dig-with-slack.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.
