> For the complete documentation index, see [llms.txt](https://serverbuilder.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://serverbuilder.gitbook.io/docs/segments/suggestions.md).

# Suggestions

## \*Setting A Suggestions Channel:

To set your suggestion channel, simply run this command:

```
%set_suggest {channel}
```

{% hint style="info" %}
If you do not provide a channel, your suggestions channel will be set as the channel the command is sent in.
{% endhint %}

## User Suggestions:

Users can now easily make suggestions by saying:

```
%suggest <suggestion>
```

The suggestion will automatically be sent to your suggestion channel along with voting reactions.&#x20;

![This image shows a user suggestion.](/files/-M_3p-W3qZSvl-qow5RG)

## \*Anonymous Suggestions:

If users would prefer to have suggestions made *anonymous*, you can enable it using the following command:

```
%anon
```

{% hint style="info" %}
This is a toggle command, meaning if anonymous suggestions are enabled *before* the command is run, the feature will be disabled and vice versa.
{% endhint %}
