> For the complete documentation index, see [llms.txt](https://builderman.theravenhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://builderman.theravenhub.com/commands/approver-commands/approve-suggestions.md).

# Incoming suggestions

### General Information

Once a suggestion has been sent by a User, it will be sent to the already configured holding-channel ([/holding-channel](/commands/owner-commands/holding-channel.md)). There an Approver or higher can review and process the suggestion.

### Requirments

* A ToDo-Channel has been configured ([/todo-channel](/commands/owner-commands/todo-channel.md))
* A Poll-Channel has been configured ([/poll-channel](/commands/owner-commands/poll-channel.md))
* The Reviewer must be an Approver or higher ([/approver-role](/commands/owner-commands/approver-role.md), [/dev-role](/commands/owner-commands/dev-role.md), [/manager-role](/commands/owner-commands/manager-role.md))

### How to use

Once a suggestion has arrived in the Channel it will look something like this:&#x20;

![](https://media.discordapp.net/attachments/731166978806644827/936461807579713556/Animated_GIF_-_Suggestions.gif?width=790\&height=702)

1. **Accept the suggestion**\
   You can accept a suggestion by pressing the "Accept" button. This will send the suggestion to the configured todo-channel. The User who sent the suggestion will also be informed by Builderman that their suggestion has been accepted.&#x20;
2. **Create a Public Vote**\
   Using the "Public Vote" button you can send the suggestion to a different Text-Channel. In there Users will have the ability to vote on the suggestions using buttons. The User who sent the suggestion will also be informed by Builderman via Direct Messages, that the suggestion has been opened for voting. Once the suggestion has either been accepted or denied, the Bot will automatically delete the vote from the Channel.
3. **Decline the suggestion**\
   You can decline a suggestion by pressing the "Decline" button. This will remove the suggestion from the channel. The User who sent the suggestion will also be informed by Builderman via Direct Messages, that their suggestion has been declined.
4. **Report to Ravenhub Support**\
   Should you feel like, the suggestion violates either Discord's or Ravenhub's TOS you can report the suggestion to our Support. Should our Staff confirm that the suggestion is against TOS, the suggester will be globally banned from using Builderman.


---

# 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://builderman.theravenhub.com/commands/approver-commands/approve-suggestions.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.
