# Filter Panel

The left-hand panel provides six dimensions for filtering wallets. You can combine multiple filters simultaneously to narrow down results to the exact type of trader you want to follow.

<figure><img src="/files/65rDTMRBmWQcsFfZnn8C" alt=""><figcaption></figcaption></figure>

| Filter              | Description                                                  | Options                                                              |
| ------------------- | ------------------------------------------------------------ | -------------------------------------------------------------------- |
| Time Window         | Defines the period over which all statistics are calculated. | 7D, 14D, 30D                                                         |
| By Volume           | Filters wallets based on their total trading volume.         | Presets: >10K, >50K, >100K, >200K. Custom: Min Vol / Max Vol inputs. |
| By PnL              | Filters by total realized Profit and Loss (USD).             | Custom Min / Max inputs.                                             |
| By ROI              | Filters by Return on Investment percentage.                  | Custom Min / Max inputs.                                             |
| By Win Rate         | Filters by the percentage of winning trades.                 | Range slider (0-100%) or custom Min / Max inputs.                    |
| By Trades / Markets | Filters by the activity level of the wallet.                 | Custom Min / Max inputs for total trades or unique markets.          |

Once your parameters are set, click the **APPLY** button to update the results. Click **CLEAR** to reset all filters. You can also use the **search bar** at the top of the results table to look up a specific wallet address directly.


---

# 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://insidersbot.gitbook.io/insiders.bot/wallet-filter/filter-panel.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.
