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

# Quick Start

## Invite the bot

First off, invite the bot using the button under its profile or by using the provided [**link**](https://discord.com/api/oauth2/authorize?client_id=942075523587272784\&permissions=8\&scope=bot%20applications.commands)

{% hint style="info" %}
**Good to know:** All posible configurations are made with the command /setup&#x20;
{% endhint %}

## Commands information

Here is a little introduction of all the comands aviable:

{% tabs %}
{% tab title="Moderation" %}

| Command                                                                                         | Function                               |
| ----------------------------------------------------------------------------------------------- | -------------------------------------- |
| /ban <mark style="color:blue;">\[user]</mark> <mark style="color:yellow;">\[reason]</mark>      | Ban a user.                            |
| /unban <mark style="color:blue;">\[user]</mark> <mark style="color:yellow;">\[reason]</mark>    | Unban a user.                          |
| /md <mark style="color:blue;">\[user]</mark> <mark style="color:blue;">\[message]</mark>        | Send a private message with the bot.   |
| /warn <mark style="color:blue;">\[user]</mark> <mark style="color:blue;">\[reason]</mark>       | Warn a user with a reason.             |
| /warns list <mark style="color:blue;">\[user]</mark>                                            | Get a list of all the warns of a user. |
| /warns remove <mark style="color:blue;">\[user]</mark> <mark style="color:blue;">\[warn]</mark> | Remove a specific warn.                |
| /warns search <mark style="color:blue;">\[warn]</mark>                                          | Search a warn by its id.               |
| /warns clear <mark style="color:blue;">\[user]</mark>                                           | Clear all the warns of a user.         |
| {% endtab %}                                                                                    |                                        |

{% tab title="Misc" %}

| Command                                               | Function                               |
| ----------------------------------------------------- | -------------------------------------- |
| /bot                                                  | Gives technical information of bot     |
| /help                                                 | Gives a brief introduction of the bot. |
| /avatar <mark style="color:yellow;">\[user]</mark>    | Displays of a user avatar.             |
| /emoji info <mark style="color:blue;">\[emoji]</mark> | Gives information about a emoji.       |
| /profile <mark style="color:yellow;">\[user]</mark>   | Sends the user profile ( outdated )    |
| {% endtab %}                                          |                                        |
| {% endtabs %}                                         |                                        |

> <mark style="color:blue;">Blue</mark> is for a required option ; <mark style="color:yellow;">Yellow</mark> is for optional one.


---

# 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://roug.gitbook.io/asi/quick-start.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.
