> For the complete documentation index, see [llms.txt](https://katzumi.gitbook.io/katzumi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://katzumi.gitbook.io/katzumi-docs/others/commands.md).

# Commands

**Commands catégories**

* <mark style="color:orange;">**Utility**</mark>
* <mark style="color:green;">**Admin**</mark>
* <mark style="color:blue;">**Bump & Vote**</mark>
* <mark style="color:red;">**Fun**</mark>
* <mark style="color:purple;">**Games**</mark>

<table><thead><tr><th width="208">Command</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:orange;"><strong><code>become</code></strong></mark></td><td>Get instructions to get server badges.</td></tr><tr><td><mark style="color:orange;"><strong><code>bot-info</code></strong></mark></td><td>Get informations about Katzumi.</td></tr><tr><td><mark style="color:orange;"><strong><code>channel-info</code></strong></mark></td><td>Get informations about a channel.</td></tr><tr><td><mark style="color:orange;"><strong><code>creators</code></strong></mark></td><td>Get informations about Katzumi Creators.</td></tr><tr><td><mark style="color:orange;"><strong><code>emoji-info</code></strong></mark></td><td>Get informations about an emoji.</td></tr><tr><td><mark style="color:orange;"><strong><code>info</code></strong></mark></td><td>Get informations about a sytem on the bot.</td></tr><tr><td><mark style="color:orange;"><strong><code>links</code></strong></mark></td><td>Get all links related to Katzumi.</td></tr><tr><td><mark style="color:orange;"><strong><code>leaderboard</code></strong></mark></td><td>Get an interserver ranking.</td></tr><tr><td><mark style="color:orange;"><strong><code>server-info</code></strong></mark></td><td>Get informations about the server.</td></tr><tr><td><mark style="color:orange;"><strong><code>translate</code></strong></mark></td><td>Translate a text from a language to another.</td></tr><tr><td><mark style="color:orange;"><strong><code>user-info</code></strong></mark></td><td>Get informations about an user.</td></tr><tr><td><mark style="color:orange;"><strong><code>quote</code></strong></mark></td><td>Quotes a message.</td></tr><tr><td><mark style="color:green;"><strong><code>embed</code></strong></mark></td><td>Create and send an embed message.</td></tr><tr><td><mark style="color:green;"><strong><code>emoji-create</code></strong></mark></td><td>Create an emoji on the server.</td></tr><tr><td><mark style="color:green;"><strong><code>poll</code></strong></mark></td><td>Create a poll.</td></tr><tr><td><mark style="color:green;"><strong><code>say</code></strong></mark></td><td>Send a message throungh Katzumi.</td></tr><tr><td><mark style="color:green;"><strong><code>setup</code></strong></mark></td><td>Setup Katzumi in the server.</td></tr><tr><td><mark style="color:blue;"><strong><code>bump</code></strong></mark></td><td>Bump the server.</td></tr><tr><td><mark style="color:blue;"><strong><code>vote</code></strong></mark></td><td>Vote for the server.</td></tr><tr><td><mark style="color:red;"><strong><code>binary</code></strong></mark></td><td>Encode/Decode a text in binary.</td></tr><tr><td><mark style="color:red;"><strong><code>bite</code></strong></mark></td><td>Bite someone.</td></tr><tr><td><mark style="color:red;"><strong><code>canva</code></strong></mark></td><td>Generate an image.</td></tr><tr><td><mark style="color:red;"><strong><code>divorce</code></strong></mark></td><td>Divorce from your bride/husband.</td></tr><tr><td><mark style="color:red;"><strong><code>feed</code></strong></mark></td><td>Feed someone.</td></tr><tr><td><mark style="color:red;"><strong><code>hug</code></strong></mark></td><td>Give a hug to someone.</td></tr><tr><td><mark style="color:red;"><strong><code>image</code></strong></mark></td><td>Get a various type of images.</td></tr><tr><td><mark style="color:red;"><strong><code>kiss</code></strong></mark></td><td>Give a kiss to someone.</td></tr><tr><td><mark style="color:red;"><strong><code>love-calc</code></strong></mark></td><td>Get a percentage of love.</td></tr><tr><td><mark style="color:red;"><strong><code>marry</code></strong></mark></td><td>Make a marriage proposal.</td></tr><tr><td><mark style="color:red;"><strong><code>morse</code></strong></mark></td><td>Encode/Decode a text in morse.</td></tr><tr><td><mark style="color:red;"><strong><code>profile</code></strong></mark></td><td>View an user's profile.</td></tr><tr><td><mark style="color:red;"><strong><code>slap</code></strong></mark></td><td>Slap someone.</td></tr><tr><td><mark style="color:red;"><strong><code>tickle</code></strong></mark></td><td>Tickle someone.</td></tr><tr><td><mark style="color:red;"><strong><code>8ball</code></strong></mark></td><td>Ask the magic 8ball any questions.</td></tr><tr><td><mark style="color:purple;"><strong><code>connect4</code></strong></mark></td><td>Play the game of connect 4.</td></tr><tr><td><mark style="color:purple;"><strong><code>guessnumber</code></strong></mark></td><td>Play the game of guess the number.</td></tr><tr><td><mark style="color:purple;"><strong><code>tetris</code></strong></mark></td><td>Play the game of tetris.</td></tr><tr><td><mark style="color:purple;"><strong><code>tictac-toe</code></strong></mark></td><td>Play the tic-tac-toe game.</td></tr><tr><td><mark style="color:purple;"><strong><code>snake</code></strong></mark></td><td>Play the snake game.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://katzumi.gitbook.io/katzumi-docs/others/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.
