# Setup Moderation

**To continue assume, that the Bot has the Permissions for running Mod commands like Kick,Ban, Mute.**

### **Activate Moderation System:**

* `%modsetup enable ->` **will enable the moderation system**
* `%modsetup disable ->` **will disable the moderation system**

### Add Moderation Log:

* `%modsetup log #channel |`**give a channel id or mention the channel**
* **will add a moderation log for logging Mod actions**

### **Add a Mute-role:**

* **Assume that you have a existing mute role!**
* `%modsetup mute @role ->` **add a existing mute role, mention the role**

### [Add Moderators to perform Actions.](https://bumpreminder.gitbook.io/bump-reminder/moderation-system/add-remove-moderators-or-roles)


---

# 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://bumpreminder.gitbook.io/bump-reminder/moderation-system/setup-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.
