> For the complete documentation index, see [llms.txt](https://docs.airwavy.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airwavy.xyz/spanish/vision-general/comandos/sugerencia/suggestion.md).

# Suggestion

The **Suggestion** command allows server administrators to configure and manage the suggestion system.

{% hint style="danger" %}
You need the **ManageGuild** permission to use this command.
{% endhint %}

***

## Configuration Options

1. **Status**
   * Enable or disable the suggestion system.
2. **Channel**
   * Select a channel where new suggestions will be sent.
3. **Approved Channel**
   * Set a channel where approved suggestions will be sent.
4. **Rejected Channel**
   * Set a channel where rejected suggestions will be sent.
5. **Top Rated Suggestions**
   * **Status:** Enable or disable the top-rated suggestions feature.
   * **Channel:** Select a channel where top-rated suggestions will be sent.
   * **Limit:** Set the minimum number of upvotes required for a suggestion to be considered top-rated.
6. **Instructions**
   * Set a locked message at the bottom of the suggestion channel with instructions on how to submit suggestions.
7. **Staff Role**
   * Assign staff roles that will be able to manage suggestions using buttons (Approve, Reject, Delete).

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.airwavy.xyz/spanish/vision-general/comandos/sugerencia/suggestion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
