> For the complete documentation index, see [llms.txt](https://docs.airtok.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airtok.ai/airtokbot-setup-guide/installation.md).

# Installation

Getting started with AirtokBot is really easy. If you have ever installed any Telegram bot to your group in the past, such as a buy bot or RoseBot then the process is pretty much the same.&#x20;

Simply add @AirtokBot to your Telegram group. Make sure you only use the official bot here as some scamers attempt to replicate the look and feel of legitimate bots in order to gain control of groups.

{% embed url="<https://t.me/AirtokBot>" %}
<https://t.me/AirtokBot> (@AirtokBot)
{% endembed %}

## Add bot to your group

1. **Go to the Group** where you want to add the bot.
2. Tap the **Group Name** at the top to open group settings.
3. Scroll down and select **Add Members**.&#x20;

<figure><img src="/files/sbruJlnzXbaebHQkT6wX" alt="" width="375"><figcaption></figcaption></figure>

4. Search for the bot’s username, select it, and add it to the group.

<figure><img src="/files/KKIEj4QQctRQlLx52cqZ" alt="" width="375"><figcaption></figcaption></figure>

## Make bot an admin

* After adding the bot, go to the **Group Settings** again by tapping on the group name.
* Tap **Edit** in the top right of the screen.
* Tap **Administrators**.
* Tap **Add Admin.**
* Find your bot in the member list and select it.

<figure><img src="/files/8xhu3cpwWxNs1yLErV4v" alt="" width="375"><figcaption></figcaption></figure>

* Enable the required permissions. It is best to leave the default permissions to avoid errors.&#x20;

<figure><img src="/files/8A1NVJtcVVS5I77NyZrv" alt="" width="368"><figcaption></figcaption></figure>

* We recommend giving your bot a custom title that your members can name the bot, we like to call ours "Tok". This has no impact on the functionality of the bot.
* You can set your own /tok alias in the bot settings after installation is complete.
* Tap **Done** to confirm the changes.

## Activate the bot

Send the command "/start" to activate the bot.


---

# 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://docs.airtok.ai/airtokbot-setup-guide/installation.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.
