# Commands

* &#x20;Fun
  * &#x20;8ball - Asks your question to the magic 8ball
  * &#x20;Embed - Sends a message in embed
  * &#x20;Say - Replies with a message you provide
  * &#x20;Start - Starts a number guessing game
  * &#x20;Roll-dice - Similar to Start, but here the number is between 1 and 6, and the number of your guesses are limited
  * &#x20;Stop - Stops your started guessing game
  * &#x20;Add - Adds an answer to a question (example: 8!add how are you? I'm fine, thanks!)
  * &#x20;Removeanswer - Removes an answer that was added by you (example: 8!removeanswer how are you? I'm fine, thanks!)
* &#x20;Moderation
  * &#x20;Kick - Kicks a member from the server (for server admins only)
  * &#x20;Ban - Bans a member from the server (for server admins only)
  * &#x20;Mute - Mutes a member of the server
  * &#x20;Purge - Deletes an amount of messages under 100
  * &#x20;Unmute - Unmutes a muted member
  * &#x20;Warn - Warns a member
* &#x20;Information
  * &#x20;Invite - Sends a link where you can add the bot to your server
  * &#x20;Botinfo - Gets some information about 8ball
  * &#x20;Changelog - Shows you the latest changes of 8ball
  * &#x20;Help - Shows a list of all commands or gets information about a specific one
  * &#x20;Ping - Pong! Shows the ping of the bot
  * &#x20;Server-info - Shows some inforamtion about the server
  * &#x20;Vote - Gets the bot's DBL link where you can upvote the bot
* &#x20;Configuration
  * &#x20;Config - Shows or sets the configuration of the server


---

# 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://pandadriver.gitbook.io/8ball/1commands.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.
