# Allow List

## 1. What's it?

The Allow List Tool is a handy tool to help you define which domains you **allow to appear** on the Proxyman app.

The unmatched requests won't go through Proxyman (by-pass)

It's useful in the following situations:

* Ignore all domains except your debugging domains (e.g. producthunt.com)
* Reduce the number of unnecessary requests, and focus on the domains you need to track

If you would like to block certain domains, please visit [Block Tool](/advanced-features/blacklist.md)

## 2. How to use?

* **Tools** menu -> **Allow List**
* Right-click on the selected request -> **Tools** -> **Allow List**

![](/files/-M9vMwKLNrpxZ9PLmi7O)

{% hint style="success" %}
**⌥⌘]** to quickly open the Allow 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/advanced-features/whitelist.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.
