# Guardian commands list

### Guardian - Telegram command reference

Type **/list** in your group chat to pull up this command list at any time.

#### General settings and modes

<table><thead><tr><th width="249.52911376953125">Command</th><th>Description</th></tr></thead><tbody><tr><td>/settings</td><td>Open the settings menu</td></tr><tr><td>/setup</td><td>Setup the portal</td></tr><tr><td>/delsetup</td><td>Delete the current portal setup</td></tr><tr><td>/service</td><td>Activate/Deactivate service messages</td></tr><tr><td>/antiflood</td><td>Enable/Disable Anti-Flood mode</td></tr><tr><td>/attack</td><td>Activate/Deactivate under attack mode</td></tr><tr><td>/language</td><td>Change the bot language</td></tr><tr><td>/disclaimer</td><td>Disclaimer</td></tr><tr><td>/disable</td><td>Disable the use of certain commands</td></tr><tr><td>/enable</td><td>Re-Enable the use of certain commands</td></tr><tr><td>/export</td><td>Export the current in-chat settings</td></tr><tr><td>/import</td><td>Import an in-chat setting from backup</td></tr><tr><td>/backups</td><td>Backups of all the groups' settings</td></tr></tbody></table>

#### Welcome message

<table><thead><tr><th width="250.171875">Command</th><th>Description</th></tr></thead><tbody><tr><td>/welcome</td><td>Activate/Deactivate the welcome message</td></tr><tr><td>/setwelcome</td><td>Reply to a message to set it as the welcome message</td></tr><tr><td>/delwelcome</td><td>Reset the welcome message</td></tr></tbody></table>

#### Filters & auto-replies

<table><thead><tr><th width="249.9410400390625">Command</th><th>Description</th></tr></thead><tbody><tr><td>/filter</td><td>Create auto-replies</td></tr><tr><td>/remove</td><td>Remove auto-replies</td></tr><tr><td>/filters</td><td>Show the current list of filters</td></tr></tbody></table>

#### Blacklist / Whitelist / Anti-FUD

<table><thead><tr><th width="249.866455078125">Command</th><th>Description</th></tr></thead><tbody><tr><td>/bl</td><td>Show the current blacklist, Add a word/phrase to blacklist</td></tr><tr><td>/unbl</td><td>Remove word/phrase from the blacklist</td></tr><tr><td>/wl</td><td>Show the current whitelist, Add a word/phrase to whitelist</td></tr><tr><td>/unwl</td><td>Remove word/phrase from the whitelist</td></tr><tr><td>/antifud</td><td>Enable/Disable Anti-FUD mode</td></tr></tbody></table>

#### Moderation

<table><thead><tr><th width="249.8948974609375">Command</th><th>Description</th></tr></thead><tbody><tr><td>/ban</td><td>Ban a user by the username or reply to a message</td></tr><tr><td>/unban</td><td>Unban a user by the username</td></tr><tr><td>/mute</td><td>Mute a user by the username or reply to a message</td></tr><tr><td>/unmute</td><td>Unmute user by the username</td></tr><tr><td>/muteall</td><td>Mute the chat</td></tr><tr><td>/purge</td><td>Delete from selected message until last sent</td></tr></tbody></table>

Last updated 1 year ago


---

# 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/guardian-commands-list.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.
