> For the complete documentation index, see [llms.txt](https://docs.suvvy.ai/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suvvy.ai/ru/kanaly/messendzhery/max.md).

# Max

Max - российский мессенджер предоставляющий возможность обмениваться сообщениями, совершать аудио- и видеозвонки.

Интеграция Савви с аккаунтом Max позволяет агенту обрабатывать входящие сообщения.

## Подключение

1. Перейдите на вкладку "Каналы" и выберите Max.

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

2. Нажмите "Подключить".

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

{% hint style="info" %}
Обратите внимание, что подключение платное, средства спишутся со счета сразу и будут списываться в соответствии с текущими правилами
{% endhint %}

3. Введите свой номер без "+" и пробелов.

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

4. Получите код и введите его в соответствующее поле, нажмите "Подтвердить".

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

## Настройка

После подключения будет доступна вкладка "Главное", на которой можно выполнить настройку интеграции с Max.

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

При получении входящих сообщений по Max, передавать номер собеседника агенту — если флаг активирован, агент будет автоматически получать номер телефона собеседника, что позволяет использовать его в дальнейшем.

Отвечать только в новые чаты — после активации агент будет отвечать только в новых чатах.

Ответы агента — выключение флага позволяет отключить работу агента в данном канале без отключения самого канала от агента.

Для создания черного списка контактов необходимо внести номер, либо номера через запятую в поле "Номера пользователей, которым агент не будет отвечать".

{% hint style="info" %}
Обратите внимание, что номера должны вносится в том же формате, что и при подключении канала.
{% endhint %}

После выставления всех настроек необходимо нажать кнопку "Сохранить".


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.suvvy.ai/ru/kanaly/messendzhery/max.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
