# Block List

### 1. What's it?

Block List Tool is useful when you would like to **block / Hide** certain domains during debugging session.

For instance, you can use Block List in the following situations:

* Block all ads requests from particular domains
* Block all analytic requests that flood the working space
* Block all annoying ping requests from your app to reduce the number of requests that appear on Proxyman
* Hide analytic traffic from your website without blocking them.

All blocked domains in the Block List will **drop the connection.**

![Block / Hide List](/files/rDZ6Ovg386Rs6GnJ7Qwg)

### 2. Block Actions

Block List supports variables block actions that can suit your needs:

| Block Action         | Description                                                                                                                    |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Block & Hide Request | Matched requests are blocked and don't display on the app.                                                                     |
| Block & Display      | Matched requests are blocked, but display the blocked requests on the app.                                                     |
| Hide, but not Block  | Just hiding the matched requests without blocking them. It's useful if you'd hide your annoying requests but don't block them. |

![Create a Block / Hide Rule](/files/LCPchEiQy2fh14fqkJzn)

### 3. How to use it?

* **Tools** Menu -> **Block List**
* Right-click on the requests or domains -> **Tools** -> **Block List...**

{% hint style="info" %}
**⌥⌘\[** to quick open Block List Window
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.proxyman.com/~/revisions/CTFzuwrlmsieJaiDVRDD/advanced-features/blacklist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
