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

# Suggestions Forum

> Send all suggestions to a forum channel, where users can vote or discuss, or post suggestions.

To set up the suggestions forum, run [`/setup`](/commands/setup) and either choose an existing forum channel or press "Automatically Create" to create a new one.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/suggestions/_CZPZnT78kWrl8jp/images/suggestions-forum-light.png?fit=max&auto=format&n=_CZPZnT78kWrl8jp&q=85&s=9f5c406e588937fda75e8426a494e4d3" width="1520" height="970" data-path="images/suggestions-forum-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/suggestions/_CZPZnT78kWrl8jp/images/suggestions-forum-dark.png?fit=max&auto=format&n=_CZPZnT78kWrl8jp&q=85&s=bcdea598cf191412be1350bb6d21727c" width="1514" height="962" data-path="images/suggestions-forum-dark.png" />
</Frame>

There is a pinned post with [top suggestions](/features/top-suggestions) and each suggestion has its own post where users can vote on it.
Users can post to the forum and their post will automatically be converted to a suggestion that is reposted by the bot, to allow for voting.

## Example Suggestion Post

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/suggestions/_CZPZnT78kWrl8jp/images/suggestions-forum-post-light.png?fit=max&auto=format&n=_CZPZnT78kWrl8jp&q=85&s=cb1a8ff80e6f804914846f471b0c438e" width="1280" height="616" data-path="images/suggestions-forum-post-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/suggestions/_CZPZnT78kWrl8jp/images/suggestions-forum-post-dark.png?fit=max&auto=format&n=_CZPZnT78kWrl8jp&q=85&s=113e624d519deeccbad9471be67ba9f5" width="1290" height="612" data-path="images/suggestions-forum-post-dark.png" />
</Frame>

# Auto Sync

Actions taken within the suggestions forum will be automatically applied to your servers configuration.

* Creating/Deleting Posts —> Creates/Deletes the respective suggestion
* Applying/Removing Tags —> Applies/Removes the [tag](/features/suggestion-tags) from the respective suggestion
* Creating/Editing/Deleting Tags —> Applies changes to the server configuration for [tags](/features/suggestion-tags)
* Changing who can create posts —> Applies changes to [allowed roles](/features/allowed-roles)
* Changing the tag requirement setting —> Applies the change to the server configuration for requring [tags](/features/suggestion-tags#requiring-tags)

This means when you run [`/setup`](/commands/setup) or [`/suggestions`](/commands/suggestions) or view the [top suggestions post](/features/top-suggestions) you will see that all changes are automatically applied.

<Warning>Deleting suggestion posts that are a few weeks old doesn't reliably auto-delete the suggestion. To make sure the suggestion is also deleted from the bot use the [Delete Suggestion](/commands/delete-suggestion) command instead.</Warning>
