# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://serverbuilder.gitbook.io/docs/segments/suggestions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
