# Slash Commands

Click on a category to view the command list:&#x20;

<table data-header-hidden><thead><tr><th width="285">Category</th><th>Description</th></tr></thead><tbody><tr><td>Category</td><td>Description</td></tr><tr><td><a href="commands/rewarding">🏅 Rewarding</a></td><td>Command which allow you to reward you users from their invites. (<a href="../pbi/what-is-a-private-bot-instance">private bot instance</a> only)</td></tr><tr><td><a href="commands/config">🌀 Config</a></td><td>Setup our bot using these intuitive commands</td></tr><tr><td><a href="commands/invites">💨 Invites</a></td><td>Everything related to invites</td></tr><tr><td><a href="commands/premium">👑 Premium</a></td><td><a href="../premium/gold">Gold</a> exclusive commands</td></tr><tr><td><a href="commands/utils">💠 Utils</a></td><td>Miscellaneous off-topic commands </td></tr></tbody></table>

{% hint style="info" %}
Documentation of these commands is not fully written yet
{% endhint %}

Still want to use old legacy message commands ? Check [here](https://docs.invitelogger.me/general-topics/commands/commands)


---

# 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.invitelogger.me/general-topics/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.
