# Getting started

## :white\_check\_mark: Invitation of the bot

First, you need to invite the bot to your discord server, you have to go to the website [<mark style="color:blue;">www.interaction-bot.com</mark>](https://interaction-bot.com)

<figure><img src="/files/o7AcJqVfnRoef6vZ41A5" alt=""><figcaption><p>Click On the button "Add to dicord"</p></figcaption></figure>

<figure><img src="/files/dfggcPQaGbmuuviia9Yl" alt=""><figcaption><p>Select your server</p></figcaption></figure>

{% hint style="success" %}

#### After clicking on *Continue* for the next steps, you have invited Interaction Bot, congratulations!

{% endhint %}

## &#x20;:robot: Usage

&#x20;First, you can run <mark style="color:green;">`/help`</mark>  to see all current commands available!

<figure><img src="/files/VOmS0uopG2WezzYZK12Z" alt=""><figcaption><p>/help command</p></figcaption></figure>

Execute your first translation by sending a basic message and adding a flag emoji below.

<figure><img src="/files/xCYFhd2tEnlkFhVz4i9G" alt=""><figcaption><p>Flag Translation</p></figcaption></figure>

You can also translate text by using the command <mark style="color:green;">`/translate message [language]`</mark>.

<figure><img src="/files/8tHYi5XMax3QcNlpri1i" alt=""><figcaption><p>/translate command</p></figcaption></figure>

There are a lot of other commands like tts and transcribe, which are documented in the commands section of the documentation, you can take a look there!&#x20;

{% hint style="warning" %}
You can also use more advanced features by configuring them on the Dashboard.
{% endhint %}

Access all pages about these features here:

{% content-ref url="/pages/1h0vByLHVhxlE9V1RYgU" %}
[🌐 Dashboard](/website/dashboard.md)
{% endcontent-ref %}

{% content-ref url="/pages/KynCY8h2mijSHDCEF1lZ" %}
[General](/commands/general.md)
{% endcontent-ref %}


---

# 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/getting-started.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.
