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

# Enable a Member Suggestions Channel in Your Server

> Use Quarky to create a suggestions channel where members submit ideas with upvote and downvote voting, and admins can approve, reject, or reset suggestions.

Quarky's suggestions system gives your community a dedicated space to submit ideas and vote on them. Members post suggestions with a single command, and Quarky logs each one to your chosen channel with upvote and downvote buttons. As an admin, you can approve, reject, clear the status, or reset votes on any suggestion.

## Setup

<Steps>
  <Step>
    Use `/admin-suggest setup` to open the setup wizard. This command sets up the channel where all suggestion logs will be posted.\
    You can also customize the upvote and downvote buttons’ labels, emojis, and colors.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/quarky-8d700a8b/assets/suggestions/a1.png" alt="" />
  </Step>

  <Step>
    Select the **Logs Channel** where you want all community suggestions to be logged.
  </Step>

  <Step>
    Click **Utility Buttons** to access the configuration options for the voting buttons.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/quarky-8d700a8b/assets/suggestions/a2.png" alt="" />
  </Step>

  <Step>
    Click **Upvote Button**, then choose its label, color, and emoji.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/quarky-8d700a8b/assets/suggestions/a3.png" alt="" />
  </Step>

  <Step>
    Click **Downvote Button**, then choose its label, color, and emoji.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/quarky-8d700a8b/assets/suggestions/a4.png" alt="" />
  </Step>
</Steps>

## Slash commands

### Member commands

| Command                 | Description                                                                  |
| ----------------------- | ---------------------------------------------------------------------------- |
| `/suggest [suggestion]` | Submit a suggestion that gets posted to the logs channel with voting buttons |

### Admin suggestion commands

| Command                                  | Description                                                             |
| ---------------------------------------- | ----------------------------------------------------------------------- |
| `/admin-suggest approve [suggestion_id]` | Mark a suggestion as approved and update its status in the logs channel |
| `/admin-suggest reject [suggestion_id]`  | Mark a suggestion as rejected and update its status                     |
| `/admin-suggest clear [suggestion_id]`   | Remove the current approval/rejection status without affecting votes    |
| `/admin-suggest reset [suggestion_id]`   | Reset the suggestion by clearing status and removing all votes          |
