# Management Features

{% hint style="info" %}
It is expected that you have the bot invited already before using the guide but here is a link just in case: <https://invite.goldendev.net>\
\
If you ever need to send someone a link to a specific portion of a page you can find the # symbol next to the headings and that will set your page URL (which you then copy) to take the individual that clicks the link directly to the specified content.

![](/files/HNUxT5RXhbtpdq0sLlb3)
{% endhint %}

## Video Tutorial (coming soon)

## \*DOCS UNDER DEVELOPMENT\*

## Commands

<table><thead><tr><th width="177">Command (/)</th><th>Description</th></tr></thead><tbody><tr><td>mod-logs</td><td>Set the channel for moderation related logs to be sent to</td></tr></tbody></table>

<table><thead><tr><th width="177">Command (/)</th><th>Description</th></tr></thead><tbody><tr><td>warn</td><td>Warn a member</td></tr><tr><td>mute</td><td>Mute a member</td></tr><tr><td>unmute</td><td>Unmute a member</td></tr><tr><td>kick</td><td>Kick a member</td></tr><tr><td>ban</td><td>Ban a member</td></tr><tr><td>unban</td><td>Unban a member</td></tr></tbody></table>

<table><thead><tr><th width="185.5">Command (/channel)</th><th>Description</th></tr></thead><tbody><tr><td>name</td><td>Set the name of a channel</td></tr></tbody></table>

<table><thead><tr><th width="177">Command (/role)</th><th>Description</th></tr></thead><tbody><tr><td>create</td><td>Create a role from a list of options</td></tr><tr><td>delete</td><td>Delete a specific role</td></tr><tr><td>add</td><td>Give a role to a member</td></tr><tr><td>remove</td><td>Remove a role role from a member</td></tr><tr><td>name</td><td>Set the name of a role</td></tr><tr><td>color</td><td>Set the color of a role</td></tr></tbody></table>


---

# 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://docs.goldenbot.net/guides/management-features.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.
