# Suggestions

To enable the suggestion system, go to your server's dashboard, you can access it with the `/dashboard` command on your server or go to <https://flavibot.xyz/dashboard/> then select Suggestions under Engagement, like the image below:

<figure><img src="/files/xU06ErRnrHcjx7SmnEMi" alt=""><figcaption></figcaption></figure>

To create a suggestion configuration click `Add Suggestion`&#x20;

<figure><img src="/files/7cNkI0nC3YjcgGyUW77Q" alt=""><figcaption></figcaption></figure>

It will ask you how to name the suggestion configuration, this will be used only in the dashboard to recognise which configuration is which if you create multiple.

<figure><img src="/files/coMc1dYdR3KdTjT1RR0c" alt=""><figcaption></figcaption></figure>

Click `Yes` to confirm the name of the panel.

Click `Edit` to then enter the config of the suggestion.

<figure><img src="/files/MRy48WwuIYPBM49ZJXKQ" alt=""><figcaption></figcaption></figure>

You will be met with a simple configuration for your suggestions.

<figure><img src="/files/JBbow2eS7AvEEtX1RdBC" alt=""><figcaption></figcaption></figure>

Enable it by clicking the switch at the top right and select the channel where you want your suggestions to be sent to.

<figure><img src="/files/Zz6HFGPsVONImfMxmHw4" alt=""><figcaption></figcaption></figure>

To make a suggestion, the user has to do the `/suggestion create` command with the name of the suggestion panel and then the suggestion.

<figure><img src="/files/46RIwFZoIu0LGXtarqfA" alt=""><figcaption><p>Example of suggestion command</p></figcaption></figure>

After the user has sent the command, FlaviBot will send the suggestion in the channel selected and will react with thumbs up and thumbs down for users to give their opinion on the suggestion.\
\
Like this:

<figure><img src="/files/OAMMLNejJMCaNEdCetfM" alt=""><figcaption></figcaption></figure>


---

# 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://guide.flavibot.xyz/d/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.
