# Multiple Filters

## 1. What's it?

From build 2.22.0+, you can combine many filters at one time.

* Easily and quickly filter the request/response with complex filtered criteria
* Persist your last filter configs
* Handy Shortcuts
* Various Filters: URL, Request Header, Response Header, Body, Status Code, Method, Color, and Comment
* Combine with AND / OR all filters

![Mulitple Filter](/files/-MWwF9FpSzI60WypwUFV)

### 2. Shortcut

| Shortcut | Description                                  |
| -------- | -------------------------------------------- |
| ⌘F       | Display the filter and focus on the last one |
| ⌘N       | Clone new filter                             |
| ⇧⌘N      | Remove current Filter                        |
| ⌘↑       | Focus on the previous filter                 |
| ⌘↓       | Focus on the next filter                     |
| ESC      | Dismiss the filter                           |

{% hint style="info" %}
Proxyman limit the maximum filters is 10

For a Freemium version, it's limited at 2
{% 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/multiple-filters.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.
