> For the complete documentation index, see [llms.txt](https://help.blinger.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blinger.io/russian/opisanie-raboty/channels/dobavlenie-kanalov/viber.md).

# Viber

## Общая информация

Интеграция позволяет подключать Viber Bot Account (не личные аккаунты). Viber Bot Account - это не чат-боты, это специфическое название канала в Viber, которые позволяют настроить канал коммуникации компании с клиентом.&#x20;

Инструкция составлена исходя из факта того, что Viber Bot Account уже создан и его необходимо подключить к Blinger.io. Если Viber Bot Account не создан, то предлагаем воспользоваться инструкцией: [**Как создать Viber Bot Account?** ](/russian/faq-1/faq/po-kanalam/viber.md)

Ранее Viber Bot Account назывались Public Account'ами, но технология их подключения не изменилась.

## Подключить Viber Bot Account?

### **Шаг 1.** Открыть вкладку Приложения и нажать кнопку «Добавить»

![](/files/-LlqAvctzb5OCngjsdci)

### **Шаг 2.** Выбрать канал Viber и нажать «Добавить Viber»

![](/files/-LlqYOUxqRf4I_ULONpj)

### **Шаг 3.** Войти в Viber Admin Panel

**Ссылка на Viber Admin Panel:** <https://partners.viber.com/login>

Для входа необходимо ввести номер телефона, к которому привязан аккаунт Viber и нажать Login. После чего в приложении Viber на смартфоне отобразится сообщение с кодом, который необходимо ввести для входа в Viber Admin Panel.

![](/files/-LEy44NHlevKYgSdjqKq)

После чего в приложение от Viber придет 6-тизначный пароль, который надо ввести в течение 2 минут

![](/files/-LEy7XLvPdYS-GaY1moJ)

### **Шаг 4.** Нажать на раздел «Info» и скопировать значение Url

![](/files/-LEyE5LEwNk9RTPS7unj)

### **Шаг 5.** Перейти в Blinger.io и вставить в поле «Имя» скопированный Url&#x20;

![](/files/-LlqicZff4Ewy_hqbbi-)

### Шаг 6. Вернуться в Viber Admin Panel и скопировать значение Token

![](/files/-LEyJ9CQ-1s-X249JG4b)

### **Шаг 7.** Перейти в Blinger.io, вставить скопированный Token в поле «Auth key» и нажать «Добавить»

![](/files/-LlqiYLqdssgJg5FEqzr)

{% hint style="success" %}
**Интеграция завершена!**
{% 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://help.blinger.io/russian/opisanie-raboty/channels/dobavlenie-kanalov/viber.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.
