# Moderation

{% hint style="warning" %}
TidyLabs needs to be added as a moderator to your DLive Channel to remove messages from your chat.

To add TidyLabs as a moderator, either click the username and select "Set Moderator" or type int your chat:
{% endhint %}

```
/mod @tidylabs
```

### Adding Bad Words

You can add as many words as you like to your list that you want to be automatically removed by the TidyLabs bot.  The chat bot will scan every message for any word that matches.

![](/files/-Lw9zot4OW_p3wSXVAqO)

1\) Click the **Bad Words** tab on the TidyLabs Chat Bot page\
2\) Enter the word you want to be automatically removed\
3\) Selection the action you want taking when TidyLabs detects the word (Only remove now)\
3\) Click **Add Bad Word**

### Removing Bad Words

To remove a bad word from your list, click the Delete button next to the word you want to remove.

{% hint style="success" %}
Please allow up to 60 seconds for any bad words added / removed to update the global bot.
{% endhint %}


---

# 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.tidylabs.stream/tidylabs-chat-bot/global-chat-bot/moderation-bad-words.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.
