# Basics

Get an overview: [mrbonkbot.com](https://mrbonkbot.com)

A basic overview is accessible for everyone at /r/CHANNELNAME/commands.\
Streamer and their Moderators are able to edit/remove/add commands through their [/dashboard](https://mrbonkbot.com/dashboard).

## Edit command through chat

### Add a new command

```
!command add <command> <response>
```

{% hint style="warning" %}

* **dont** write **<** and **>**
* short: !cmd add
  {% endhint %}

### Delete a command

```
!command delete <command>
```

{% hint style="warning" %}

* **dont** write **<** and **>**
* short: !cmd del/remove
  {% endhint %}

### Edit a command

```
!command edit <command> <type> <new value of type>
```

{% hint style="warning" %}

* **dont** write **<** and **>**
* short: !cmd edit
* available for **response**, **prefix**, **offline**, **online**, **mod**, **description**, **cooldown**, **active**
  {% endhint %}

Available variables

{% content-ref url="/pages/-M9YtFlbJHfDaGi2ziNq" %}
[Variables](/commands/variables.md)
{% endcontent-ref %}


---

# 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://docu.mrbonkbot.com/commands/basic.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.
