# Moderation

Other than keeping the botters at the door, in-chat moderations are in fact the most important part in making a chat group clean and Guardian makes it easy for you to do so.

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

**Moderation**

In-chat moderation is where Guardian really shines. Type **/settings** in your group chat, choose whether to open settings in private or in group, then tap **Moderation** to access all moderation options.

**Anti-Flood** Deters message flooding in the group. The higher the security level, the stricter the rules and the harsher the punishment. Use **/antiflood 1, 2, or 3** to set the level, or choose from **Disabled**, **Standard**, **Moderate**, and **Under Attack** modes.

**Anti-Contract** Removes messages containing 0x contract addresses. Use **/wl** to whitelist contracts you want to allow.

**Anti-Link** Removes messages containing links. Use **/wl** to whitelist approved links.

**Anti-Forward** Removes forwarded messages.

**Anti-Invite** Removes messages containing group invites.

**Overwatch** Combines Guardian's internal algorithms with AI detection to remove harmful or guideline-violating messages. Enabling **Overwatch** automatically enables Anti-Phishing, Anti-Virus, Anti-NSFW, and Anti-FUD, each of which can also be toggled individually.

**Whitelist** Add words, links, or contracts that should be exempt from moderation rules.

To add an entry: use **/wl** in chat, for example **/wl** **TokenScan.app**. Guardian will confirm it has been whitelisted. To remove a single entry: use **/unwl**, for example\
&#x20;**/unwl** **TokenScan.app**. To remove all entries: tap **Clear** in the Whitelist menu.

**Blacklist** Block specific words or links from being sent in your group. Any message containing a blacklisted term will be automatically removed.

To add an entry: use **/bl** in chat, for example **/bl spamlink.com**. Guardian will confirm it has been blacklisted. To remove a single entry: use **/unbl**, for example **/unbl spamlink.com**. To remove all entries: tap **Clear** in the Blacklist menu.


---

# 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/moderation.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.
