# Community Driven Moderation

Whilst your community managers as well as Modr8 settings can capture spam and bad actors in your chat, what if some is missed or an admin is not around?

The answer is to enable our community moderation module. This module will allow your community users to report bad messages to admins and if required can delete and take further action on the message based on your settings for each chat.

By enabling this module your community will be able to use the `/report` command when replying to a message.

<figure><img src="/files/YtdmRPFqNIhgJrkPGqo0" alt=""><figcaption><p>Allow your community to help protect your chat by enabling the /report command!</p></figcaption></figure>

### How To Enable The Module

<figure><img src="/files/Wlckv1sAMFdf9b5pBCv5" alt=""><figcaption><p>Complete settings for Community Driven Moderation module</p></figcaption></figure>

1. Select `"Settings"` on your chat profile
2. Select `"Edit"` on the `"Community Moderation"` card
3. Turn on`"Enable Community Moderation"` toggle
4. Amend the `"Reports Before Deletion"` to the number of times a message needs to be reported for it to be deleted from the chat and issuing a notification. We recommend this being set to 3.
5. Amend the `"Issue Notification To"` to suit your needs, usually informing the Admins & Owner of the bot about a reported message is best. They will receive a direct message from the bot to inform them the message they need to check.
6. Choose whether to enable `"Warn User After Deletion"` which will use the global warning system in your bot and take the relevant action you have specified in your general behaviour page.
7. Choose whether to `"Mute User After Deletion"` and set a duration, which can be a great way to mute a user who is spamming lots of messages prior to an admin being around to take action.

The "Advanced Settings" area contains an option to allow whitelisted reporters only, these are your trusted users that you have set to bypass the moderation system. You may wish to only allow these trusted users to use the `/report` command.

### How Do My Users Report A Message?

Once you have enabled the module in the instructions above, your bot will activate a new command for your users to run.\
\
In reply to a message your community can type `/report`

<figure><img src="/files/0PR2nGWSpV8uo7PGy3y0" alt=""><figcaption><p>Typing /report in reply to another users message will mark it as reported. Admins / Owners will be informed.</p></figcaption></figure>

The command will also display when a user types /commands in the chat.

<div data-full-width="true"><figure><img src="/files/zrOyETWE9YYzawRSvzUc" alt=""><figcaption><p>Once activated the /report command becomes available and is also shown when running /commands</p></figcaption></figure></div>

### :question:FAQ & Troubleshooting

<details>

<summary>Can users report admin messages?</summary>

No - admins bypass all of the bot filters as they are trusted in your chat. Using /report against an admin will result in the bot stating it can not report admin messages.

</details>


---

# 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.modr8.net/features/community-driven-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.
