# Home

## How Do I use this bot?

Mostly, you don't! The Banned-Word-Tracker bot is largely a passive tracker. Server admins will ban some words for the server ("asdf" for example), and then the bot just waits to see how long people can go without saying that word.

Unlike your bog-standard word ban-list, this bot tries to catch users being tricky and avoiding it. We do this using the unicode confusables list to see if a word is confusable for another. As an easy example: if the banned word is 'asdf', the bot should be able to detect all of these: '-a-s-d-f-', 'á$df', 'aSdF', '|||a||||s||||d||f|||', among others.

If you're an administrator looking to add this bot: check out the [initial setup page](https://bwbdiscord.gitbook.io/banned-word-tracker/interacting-with-the-bot/how-the-bot-works).

## Useful links

[Patreon](https://www.patreon.com/mathemagician)

[Invite Link](https://discordapp.com/oauth2/authorize?client_id=355144450437021697\&scope=bot\&permissions=3072)

[Support Server](https://discord.gg/nUZsfYS)

[Top.gg Link](https://top.gg/bot/355144450437021697)


---

# 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://bwbdiscord.gitbook.io/banned-word-tracker/master.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.
