> For the complete documentation index, see [llms.txt](https://docs.voicestats.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voicestats.xyz/general/settings/channel-filter.md).

# Channel Filter

The channel filter setting determines whether time spent in specific voice channels is recorded. Voice activity in filtered channels is not recorded by the bot.

{% hint style="warning" %}
Voice stats of filtered channels are not reset automatically. If there are existing stats for that channel, they will still appear in the rankings. You can completely reset the voice stats of that channel using the `/reset channel stats` command.
{% endhint %}

### How to Use?

When you select the **Channel Filter** category from the `/settings` menu, you can see the list of currently filtered channels and your total filtered channels limit. Use the **+ Add Channel** button to add a new channel to the filter, and the **- Remove Channel** button to remove an existing one.

<figure><img src="/files/IPvWajp5r3Fu6Drq4mNr" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**💎 Limit Info:** Free servers can add a maximum of **5 channels** to the blacklist. For [Premium](/general/premium.md) servers, this limit is increased up to **100 channels**.
{% endhint %}


---

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

```
GET https://docs.voicestats.xyz/general/settings/channel-filter.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.
