# Message Report Configuration

Lightning includes a powerful, easy-to-use message reporting system.

## Set Up

Type `@Lightning reportsetup`.

Click or tap the Set report channel button. Then, select the channel you want reports sent to.

**This channel should be accessible only to your server's moderators and admins.**

Once you finished, your server's members will now be able to report suspicious or rule breaking messages.

## How to report messages

Right-click on a message, hover over Apps, and click Report Message.

Once you get a confirmation, the message will show up in your configured reports channel.

Included below is an example of how to report messages.

![Reporting a message](/files/Lo5sq7PtzyiUc6VlJgnW)

### Message Report Dashboard

When a member reports a message, a new message will appear in your configured reports channel. This will allow your moderators to decide what to do with the message.

![Report Dashboard](/files/jmxv6QlCYzBnkkhsjt8g)

Here's a quick breakdown of all the buttons you will see.

#### Action

This button will allow you to set some sort of punishment for the reported message author.

#### View Reporters

This button will allow you see who reported the message and their reasoning for reporting it.

#### Dismiss

This button will allow you to dismiss the report. You can re-open it again if you accidentally dismissed it.

#### View Reported Message

This button will show you where exactly the message was and its full contents.


---

# 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://lightning.lightsage.dev/guide/reports-configuration.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.
