# Filters

Set message filters in the chat group for auto-replies

{% embed url="<https://app.supademo.com/demo/cmjmjbfvh000xwb0jc4lyncyk?utm_source=link>" %}

**Filters**

Filters let you set up automatic replies to specific keywords or phrases in your group. They're useful for answering frequently asked questions, sharing links, or responding to common requests.

For example, if someone types "website", Guardian can automatically reply with your project's URL.

**/filter** : Create a new filter and auto-reply **/filters** : View all active filters **/remove "filter"** : Remove a filter

To add a button to a filter reply, append the following to the end of the reply text: /\* Button Label \*/

**Disable/enable commands**

If a Guardian command conflicts with another bot, you can disable it with **/disable** and re-enable it with **/enable**.


---

# 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.tokenscan.app/guardian/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.
