> 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/ok.md).

# Одноклассники

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

#### Интеграция позволяет:

* **подключать Группы** к Blinger.io (не личные аккаунты)
* **отвечать на сообщения**, отправляемые клиентами в Группу&#x20;

{% hint style="warning" %}
**Перед началом интеграции с Одноклассники необходимо:**

* авторизоваться в Одноклассниках под учетной записью, имеющей роли «Администратора / Супермодератора / Модератора » в подключаемой Группе
* в настройках Группы (раздел: Сообщения) **установить в поле "Сообщения могут писать" значение "Гости и участники"**
* отправить абсолютно любое сообщение данной Группе из учетной записи, **не являющейся ее участником** до момента интеграции.
  {% endhint %}

## Подключить Одноклассники Группу?

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

![](/files/-LlqAvctzb5OCngjsdci)

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

![](/files/-Llvl97XPNPofn5QvrRT)

### **Шаг 3.** Открыть Группу Одноклассники, которую планируется подключить, и перейти в «Настройки»

![](/files/-LlvldiELkYwTo7WDR5l)

### **Шаг 4.** Выбрать раздел «Сообщения» и нажать «Получить ключ доступа»

![](/files/-LlvmL1YYi6FzYicQtg_)

### **Шаг 5.**  Нажать «Получить новый ключ доступа» и скопировать сгенерированный ключ

![](/files/-Llvmb8-MZO95wrvY2nT)

### **Шаг 6.** Открыть Blinger.io и вставить ключ доступа в поле «Токен»&#x20;

![](/files/-LlvoKUUSUEbTNfY7jzX)

### **Шаг 7.** Перейти Одноклассники и скопировать значение ID Группы&#x20;

ID группы располагается между "'/group/" и "/messages". Также это значение можно скопировать в поле ID, если перейти в раздел "Основные"

![](/files/-LlvnSam3b-mlH4-c-oO)

### **Шаг 8.** Открыть Blinger.io, вставить ID в поле «Group name» и нажать «Добавить»&#x20;

![](/files/-LlvoPO7NOoZ4IzFwBRO)

{% 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/ok.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.
