# Reports

As groups grow, so do their moderation problems. We're all busy people who don't have time to monitor groups 24/7. Moderators are asleep, and some jerk comes in and starts spamming all over the place? Moderators broke the rules? Who Moderates the moderators? Often users dispute moderation actions by admins and have no recourse.&#x20;

Susie enables crowd-sourced moderation using [Reality.eth and Kleros](https://shotaro.gitbook.io/kleros-moderate/products/oracle).

When users are reported, a question is created on Reality.Eth asking 'did the user break the rules?'. The question can be answered yes/no with a bond (5 DAI). Successful reports result in penalties (1 day ban, 1 week ban, 1 year ban).

Answers to reports can be disputed, creating a case in the [Kleros court](https://shotaro.gitbook.io/kleros-moderate/products/court).

#### User Commands

`/report` Reply to a message to report it

`/getreports` Returns active reports

`/getreports` \<reply to user> Returns reports history for user


---

# 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://shotaro.gitbook.io/kleros-moderate/products/moderate/susie/reports.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.
