> ## 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.

# Suggest

> Submit suggestions to the server staff

## Overview

Submit suggestions to the server's suggestion channel for staff review. Your suggestion will be forwarded to a designated channel where staff can review and consider it.

***

## Command Usage

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

  ```bash Examples theme={null}
  ~suggest Add a music bot to the server
  ~suggest Create a gaming channel for Valorant
  ~suggest Host weekly events on Fridays
  ~suggest Add more custom emojis
  ```
</CodeGroup>

***

## How It Works

<Steps>
  <Step title="Submit Your Suggestion">
    Use the command with your suggestion text

    ```bash theme={null}
    ~suggest Add a movie night channel
    ```
  </Step>

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

  <Step title="Staff Reviews">
    Your suggestion is forwarded to the server's designated suggestion channel where staff can review it
  </Step>
</Steps>

***

## Features

<CardGroup cols={2}>
  <Card title="Easy Submission" icon="paper-plane">
    Simple command to submit ideas
  </Card>

  <Card title="Staff Review" icon="clipboard-check">
    Suggestions sent directly to staff channel
  </Card>

  <Card title="Confirmation" icon="circle-check">
    Instant confirmation of submission
  </Card>

  <Card title="Attribution" icon="user-tag">
    Your username is attached to the suggestion
  </Card>
</CardGroup>

***

## Permission Requirements

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

***

## Notes

<Note>
  **Suggestion Guidelines**

  * Be clear and specific about your suggestion
  * Explain why you think it would benefit the server
  * Keep suggestions appropriate and constructive
  * One suggestion per command (don't combine multiple ideas)
</Note>

<Info>
  **Staff Review**

  All suggestions are sent to a designated staff channel. Staff members will review and consider each suggestion, though not all suggestions may be implemented.
</Info>
