> 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-bug-reports.md).

# Incoming bug reports

### General Information

Once a bug report 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))
* 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 bug report has arrived in the Channel it will look something like this:&#x20;

![](https://media.discordapp.net/attachments/731166978806644827/936479515075543060/Final_Design_for_Top.gg_Examples_1.gif?width=790\&height=702)

1. **Accept bug reports with low severity**\
   You can accept a bug report by pressing the "Low Severity" button. This will send the report to the configured todo-channel and rank the report as "Low Severity". The User who sent the report will also be informed by Builderman via Direct Messages, that their report has been accepted.
2. **Accept bug report with medium severity**\
   You can accept a bug report by pressing the "Medium Severity" button. This will send the report to the configured todo-channel and rank the report as "Medium Severity". The User who sent the report will also be informed by Builderman via Direct Messages, that their report has been accepted.
3. **Accept bug report with high severity**\
   You can accept a bug report by pressing the "High Severity" button. This will send the report to the configured todo-channel and rank the report as "High Severity". The User who sent the report will also be informed by Builderman via Direct Messages, that their report has been accepted.
4. **Decline bug reports**\
   You can decline a bug report by pressing the "Decline" button. This will remove the report from the channel. The User who sent the report will also be informed by Builderman via Direct Messages, that their report has been declined.
5. **Report to Ravenhub Support**\
   Should you feel like, the report violates either Discord's or Ravenhub's TOS you can report the bug report to our Support. Should our Staff confirm that the bug report is against TOS, the bug-reporter 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-bug-reports.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.
