> ## Documentation Index
> Fetch the complete documentation index at: https://docs.celestia.rest/llms.txt
> Use this file to discover all available pages before exploring further.

# Report

> Report users or issues to the moderation team

## Overview

Report users, rule violations, or issues to the server's moderation team. Your report will be forwarded to a designated staff channel for review and action.

***

## Command Usage

<CodeGroup>
  ```bash Syntax theme={null}
  ~report <your report>
  ```

  ```bash Examples theme={null}
  ~report @user is spamming in general channel
  ~report User sending inappropriate messages in #chat
  ~report Someone is harassing me in DMs
  ~report Spam bot in voice channel
  ~report Rule violation in announcements
  ```
</CodeGroup>

***

## How It Works

<Steps>
  <Step title="Submit Your Report">
    Use the command with details about the issue

    ```bash theme={null}
    ~report @user is breaking server rules in #general
    ```
  </Step>

  <Step title="Receive Confirmation">
    You'll get a confirmation that your report was submitted
  </Step>

  <Step title="Moderator Review">
    Your report is forwarded to the moderation team who will investigate and take appropriate action
  </Step>
</Steps>

***

## Features

<CardGroup cols={2}>
  <Card title="Quick Reporting" icon="bolt">
    Fast way to report issues to staff
  </Card>

  <Card title="Direct to Mods" icon="user-shield">
    Reports sent directly to moderation channel
  </Card>

  <Card title="Confidential" icon="lock">
    Your report is seen only by staff
  </Card>

  <Card title="Attribution" icon="user-tag">
    Your username is attached for follow-up
  </Card>
</CardGroup>

***

## What to Report

<AccordionGroup>
  <Accordion title="Rule Violations" icon="gavel">
    * Spam or excessive messages
    * Inappropriate content
    * Harassment or bullying
    * Hate speech or discrimination
    * NSFW content in non-NSFW channels
  </Accordion>

  <Accordion title="Suspicious Activity" icon="triangle-exclamation">
    * Suspected bots or automated accounts
    * Scam attempts or phishing
    * Impersonation
    * Suspicious links or files
  </Accordion>

  <Accordion title="Technical Issues" icon="wrench">
    * Channel permission problems
    * Bot malfunctions
    * Server configuration issues
  </Accordion>
</AccordionGroup>

***

## Permission Requirements

<Card title="User Permissions" icon="user">
  **No special permissions required** — All members can use this command
</Card>

***

## Tips for Effective Reports

<Note>
  **Include Important Details**

  * Mention the user involved (use @mention or user ID)
  * Specify which channel the issue occurred in
  * Describe what happened clearly
  * Include when it happened (if recent)
  * Add any relevant context
</Note>

<Warning>
  **Use Responsibly**

  * Only report genuine issues or violations
  * Don't abuse the report system
  * Don't submit false reports
  * Misuse of the report command may result in consequences
</Warning>

<Info>
  **After Reporting**

  Moderators will review your report and take appropriate action. You may or may not receive a follow-up depending on the severity and nature of the issue. Trust that staff will handle it appropriately.
</Info>
