# Commands

{% hint style="warning" %}
**PLEASE NOTE:** Be sure to have the permission to perform the command before reporting any issue.
{% endhint %}

### General

<table><thead><tr><th width="145.66666666666666">Command</th><th width="379">Description</th><th>Permission</th></tr></thead><tbody><tr><td>/help</td><td>Display the help message with list of commands and few useful links.</td><td>None</td></tr><tr><td><a href="/pages/HOHy8U8sYd1PM56JbMXs#how-work-ai-credits">/checkvote</a></td><td>Allow to get more AI credits for FREE.</td><td>None</td></tr><tr><td>/about</td><td>Display useful information about CharacterWeaver itself and your discord server.</td><td>None</td></tr></tbody></table>

### Admin

<table><thead><tr><th width="153.66666666666663">Command</th><th width="372">Description</th><th>Permission</th></tr></thead><tbody><tr><td><a href="/pages/JIyj9x9cLeM7f2YRw0NS">/character</a></td><td>Manage your characters.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/rqR6gD1kWbxw0YJgWRhX">/behavior</a></td><td>Manage your behaviors.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/qpPjPOUvnErlHJYBnTV8">/placeholder</a></td><td>Display the available placeholders.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/wGPLOjhmxpEMmGzh34Tb">/import</a></td><td>Import templates on your server.</td><td>MANAGE_SERVER</td></tr><tr><td><a href="/pages/LkDBpKBjB4ko1d0rHz9D">/chat</a></td><td>Create a AI Chat discussion thread.</td><td>MANAGE_SERVER</td></tr><tr><td>/config</td><td>Configure general settings of the bot.</td><td>MANAGE_SERVER</td></tr></tbody></table>

{% hint style="info" %}
Every commands are supporting [`Slash Commands`](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ)`.`
{% endhint %}


---

# 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.characterweaver.com/fundamentals/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.
