# /report

Bot command /report is able users in your chat to send reports to the chat's moderators and/or administrators.

It's a simple tool for the manual moderation of your community that will suit those who want to take the community themselves.

### Configuration of the command

1. Press the button "Chat settings" near the selected chat on the ["My chats" page](https://fullyst.com/my_chats)
2. Open "Moderation" settings by clicking the corresponding menu item
3. Enable /report command on the page and choose chat's moderators and administrators who will receive the reports

<figure><img src="/files/VsxyfFy9ebyo5sfK0veo" alt=""><figcaption><p>Moderation settings</p></figcaption></figure>

### Command usage

To send the report, users should send this command as a reply to the target message.&#x20;

<figure><img src="/files/V3kKBasvPhPTA5gAKaPH" alt=""><figcaption><p>How to send a report to a message</p></figcaption></figure>

When the report is sent, administrators and/or moderators selected in settings will receive the report message with the chat name and text of the reported message.

<figure><img src="/files/qMCsd85viVNcZeReDMev" alt=""><figcaption><p>Received report</p></figcaption></figure>


---

# 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.fullyst.com/fullyst-bots-commands/report.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.
