# Home

{% hint style="info" %}
Join the [support](https://support.interaction-bot.com) here!
{% endhint %}

### To easily use this documentation, here are some details explaining how it is designed.

* A slash command and its arguments are represented like this: <mark style="color:green;">`/test arg1 [arg2 optionnal]`</mark>&#x20;
* A role is represented like this @role.
* A channel is represented like this #channel.
* The website section describes how to use the website and configure the bot, and the commands section explain all command that can be used by the bot.

{% hint style="info" %}
Some advices are explained in this type of box.
{% endhint %}


---

# 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://doc.interaction-bot.com/home.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.
