> 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/how-to-articles/exclude-projects-from-dig-alerts-and-risks.md).

# Exclude Projects From Prisma Cloud DSPM Alerts and Risks

If a project is part of your organization, you can exclude it from Prisma Cloud DSPM alerts and risks related to external projects.

### Exclude an External Project from Alerts and risks

Do the following to exclude an external project from Prisma Cloud DSPM alerts and risks.

**IMPORTANT**: When a project is excluded, it impacts all applicable risk rules and DDR (data detection and response) policies.

1. Click **Preferences** and go to the **Exclusions** tab.
2. Click **Add New**.

   ![](/files/XAx7xWlq2YjCCqMZrlAU)
3. Select the type of exclusion you want to create:
   * **Alert Exclusion**: Prevent specific alerts from triggering for designated scenarios.
   * **Risk Exclusion**: Customize your security settings by excluding specific risk factors.
4. Click **Next**.
5. Enter the Alert/Risk exclusion rule details.\
   ![](/files/EdfzUJk2bhks1hKw830Z) ![](/files/kVT2SaUCUr5m79GZsw0h)
6. Click **Create**. The Exclusion page refreshes and displays information about the newly excluded project.

### Delete an Exclusion Rule

1. Go to **Preferences > Exclusions**.
2. Go to the Exclusion rule you wish to delete, and click the **Delete** icon.

   ![](/files/5sQOJZg3jMTVVHVj8nRT)
3. Confirm by clicking **Delete** when prompted.


---

# 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/how-to-articles/exclude-projects-from-dig-alerts-and-risks.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.
