> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/rules/suppression.md).

# Suppression

Suppression helps you mark particular resources inside a rule to signal Resmo to ignore them. For example, if you have an S3 bucket or another resource you left intentionally public, you might suppress it inside a rule. This way, you will only see the resources that are not intentionally against your Resmo rule and needs closer investigation.

**Note:** If you add a reason to your suppression or suppression removal, your suppression will be visible in the rule activity by others.

### How to add a suppression

1. Log in to your Resmo account.
2. Navigate to the Rules page and select the rule you wish to suppress a resource from.

![](/files/1zCwiEOUeh7Yz9gQxlEQ)

3\. On the Activity tab, click on the Rule Status and a modal window will open.

![](/files/lfwYSUBzGuGWkOgwyykx)

4\. To suppress a resource in that list, just hit the bell icon on its left side.

5\. Another modal will ask you the reason for your suppression.&#x20;

6\. Click the Add Suppression button and it's all done!

![](/files/yr7H03rsGALfUDoI3L15)

### How to remove a suppression

1. Open the Rule details where the suppression exists.

![](/files/DeJ7A7tgR3rAKTHHivbo)

2\. Click the Suppression tab on the Rule Detail page.

3\. Now, click the remove icon (-) next to the suppression you wish to delete.

![](/files/AheGes8vU8Xlx8cxiv70)

4\. Type in the reason for your suppression removal and click Remove Suppression.

![](/files/nu9SxqB3SZGVwZ4wONYp)

### Support

If you have any questions about suppression, contact us via live chat on our website or email us at <contact@resmo.com>.


---

# 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://resmocom.gitbook.io/product/rules/suppression.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.
