# Chat Filters

{% hint style="info" %}
**Available on all tiers** — Free tier: 10 filtered actions per day. Premium: unlimited. [Compare plans →](/securitybot-knowledge-hub/plans-and-pricing/plans-and-pricing.md)
{% endhint %}

SecurityBot's chat filters are designed to protect your community from scams, spam, and impersonation attempts by automatically scanning messages in real time. These tools help you enforce trust and safety without requiring constant manual moderation.

This section explains how to configure and manage the various filters available, including:

* Blocking unauthorized crypto addresses (ADA, EVM, BTC)
* Filtering unapproved domains and Discord invites
* Preventing impersonation via reserved names and protected avatars
* Controlling where filtered messages are allowed

{% hint style="info" %}
**Note**: Only admins can manage filter settings. Check [SecurityBot Admin](/securitybot-knowledge-hub/bot-guide/administering-securitybot/securitybot-admin.md) to review your current configuration.
{% endhint %}

***

### What’s Included

* **Address Filters**\
  Automatically block wallet addresses not explicitly whitelisted.
* **Handle & Name Filters**\
  Block unauthorized ADA Handles, usernames, and reserved tags.
* **Link & Invite Filters**\
  Prevent unapproved Discord invites or domains from being posted.
* **Bypass Settings**\
  Configure exceptions using allowlists, exempt roles, or ignored channels.

***

Whether you're protecting a launchpad community or managing a high-volume NFT server, SecurityBot’s filters help you stop malicious messages before they spread.


---

# 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://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/chat-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.
