# Channels & Permissions

## Discord Channels

You will need to create channels within your server that will aid in the functionality of Builderman. Create channels that correspond to the following commands listed below.

{% hint style="info" %}
*In the future, if you only want to check what you configured these to, just run the command without the channel variable attached to them.*
{% endhint %}

|                                                                                 Command                                                                                 |                                                                 Description                                                                |                                       Example                                      |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------: |
| <p><code>/holding-channel</code></p><p><em><mark style="color:orange;"><code>channel:</code></mark><mark style="color:blue;"><code>#text-channel</code></mark></em></p> |       Sets the default channel that will hold submitted bug reports and suggestions. *This can be both a public or private Channel.*       | <p><code>/holding-channel</code></p><p><code>channel:#awaiting-approval</code></p> |
|   <p><code>/todo-channel</code></p><p><em><mark style="color:orange;"><code>channel:</code></mark><mark style="color:blue;"><code>#text-channel</code></mark></em></p>  | Sets the default channel that will hold approved bug reports or suggestions to be worked on. *It is advised to make this Channel private.* |   <p><code>/todo-channel</code></p><p><code>channel:#developer-interal</code></p>  |
|   <p><code>/poll-channel</code></p><p><em><mark style="color:orange;"><code>channel:</code></mark><mark style="color:blue;"><code>#text-channel</code></mark></em></p>  |                      Sets the default channel that will send submitted suggestions that are opened for public voting.                      |         <p><code>/poll-channel</code></p><p><code>channel:#polls</code></p>        |
|  <p><code>/update-channel</code></p><p><em><mark style="color:orange;"><code>channel:</code></mark><mark style="color:blue;"><code>#text-channel</code></mark></em></p> |                                     Sets the default channel that Builderman will post all updates to.                                     |     <p><code>/update-channel</code></p><p><code>channel:#change-log</code></p>     |

## Administrative Roles

You will need to create roles within your server for users that will be used by Builderman to grant certain administrative permissions for your development team to interact with the bot. Create the roles in your Discord server that correspond to the following commands listed below.

{% hint style="info" %}
*In the future, if you only want to check what you configured these to, just run the command without the role variable attached to them.*
{% endhint %}

|                                                                           Command                                                                          |                                                             Description                                                            |                                Example                               |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------: |
|  <p><code>/manager-role</code></p><p><em><mark style="color:orange;"><code>role:</code></mark><mark style="color:blue;"><code>@role</code></mark></em></p> |                   Sets the role that Builderman will check if users possess to manage **ALL** aspects of the bot.                  |  <p><code>/manager-role</code></p><p><code>role:@Manager</code></p>  |
|    <p><code>/dev-role</code></p><p><em><mark style="color:orange;"><code>role:</code></mark><mark style="color:blue;"><code>@role</code></mark></em></p>   | Sets the role that Builderman will check if users possess to work on approved bug reports or suggestions, as well as reserve them. |   <p><code>/dev-role</code></p><p><code>role:@ServerDev</code></p>   |
| <p><code>/approver-role</code></p><p><em><mark style="color:orange;"><code>role:</code></mark><mark style="color:blue;"><code>@role</code></mark></em></p> |         Sets the role that Builderman will check if users possess to approve/decline submitted bug reports and suggestions.        | <p><code>/approver-role</code></p><p><code>role:@Approver</code></p> |


---

# 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://builderman.theravenhub.com/first-setup/channels-and-permissions.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.
