# Max bot

Мессенджер Max — это новый российский суперапп от VK, объединяющий в себе мессенджер, платёжные сервисы, мини-приложения и государственные услуги, который теперь можно подключить к нашей платформе для работы с клиентами.

## **Подключение чат-бота MAX к IntellectDialog**

⚠️ Перед подключением убедитесь, что:

* ваш чат-бот уже создан в платформе MAX
* вы получили токен бота

Если вы ещё не выполнили эти шаги — воспользуйтесь соответствующими инструкциями:

* 👉 [Как создать чат-бота в MAX](https://docs.intellectdialog.com/~/revisions/gMBBfGsnJI1HQwv1a1Lr/messendzhery/max-bot/sozdanie-bota-max-bot)
* 👉 [Где посмотреть токен бота](https://docs.intellectdialog.com/~/revisions/gMBBfGsnJI1HQwv1a1Lr/messendzhery/max-bot/poluchenie-tokena-dlya-max-bot)

После выполнения этих пунктов можно переходить к интеграции с IntellectDialog.

1. Перейдите в раздел **"Провайдеры"**. Нажмите кнопку **"Добавить".**

<figure><img src="/files/ErPsAepOAYWvWVKMlOZD" alt=""><figcaption></figcaption></figure>

2. Выберите **Max bot** в разделе **"Каналы взаимодействия".**
3. Укажите наименование провайдера
4. Вставьте скопированный при создании бота Токен. Нажмите кнопку **"Сохранить"** для подтверждения внесенных настроек.

<figure><img src="/files/L4Ony6E88PMGj39mEoK9" alt=""><figcaption></figcaption></figure>


---

# 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://docs.intellectdialog.com/messendzhery/max-bot.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.
