# Commands

### Here are all the currents commands:

#### <mark style="color:blue;">Guild Administrator Commands:</mark>

* **/editconfig**: edit welcome/goodbye with the bot
* **/guildinvites**: give the list of all invites ( see [Invite Tracking](/welcomer-bot/invite-tracking.md#track-all-invites)**)**
* **/emitt**: Bot developper command
* **/test**: test current configuration&#x20;

#### <mark style="color:blue;">General Bot Commands:</mark>

* **/config**: explains you how to config modules
* **/invites**: get user invites ( see [Invite Tracking](/welcomer-bot/invite-tracking.md#track-user-invites) )
* **/stats**: give you detailled stats about new members and members who left.
* **/guilds**: get a list of all guilds where bot is in
* **/status**: get current bot status
* **/bot**: get some bot informations


---

# 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://imperiator.gitbook.io/welcomer-bot/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.
