# Commands

{% 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 %}

{% hint style="success" %}

### Each command table has a prefix for all of the commands

For example when the prefix (/) is shown you need to put a slash in front of all of the commands below, if the prefix is (/role) then all of the following commands require you to enter /role and then a space before the remainder of the specified command.
{% endhint %}

## Table of Contents

### Utility

* Embed Builder

### Support

* Tickets Usage

### Moderation

* Infractions
* Reports

### Management

* Suggestions
* Channels
* Roles

### Configuration

* Tickets
* Suggestions
* Reports

### Administration

* Unverified Bots

***

<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><tr><td>whois</td><td>More information about a member</td></tr></tbody></table>

### Roles

<table><thead><tr><th width="177">(/role)</th><th>Description</th></tr></thead><tbody><tr><td>create</td><td></td></tr><tr><td>add</td><td></td></tr><tr><td>remove</td><td></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/outdated-documentation/commands.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.
