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

# Twitter

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

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

* **отвечать на сообщения** клиентов
* **отвечать на комментарии** клиентов под твитами, которые были размещены в ленте подключенного аккаунта

## Подключить Twitter Messages?

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

![](/files/-LlqAvctzb5OCngjsdci)

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

![](/files/-Llqm0-sifW5QHfqgjvb)

### **Шаг 3.** Нажать в появившемся окне «Начать»

![](/files/-LlqmEbnW2XVGfAKQikH)

{% hint style="info" %}
После того, как будет нажата кнопка "Начать", вы будете перенаправлены на страницу Twitter, где необходимо **разрешить доступ приложению** Blinger.io, чтобы выполнить поиск аккаунта, которым вы управляете.
{% endhint %}

### Шаг 4. Нажать «Авторизовать»

![](/files/-LEsQ0InuKcPKkCJLUyq)

... Twitter как канал добавлен в Blinger:

![](/files/-Llqn1Zq4DNVf_92wxzy)

### **Шаг 5.** Зайти в подключенный аккаунт Twitter, нажать "Еще" и выбрать пункт меню «Настройки и конфиденциальность»

![](/files/-LlqnPUosLGuG1i549ZC)

### **Шаг 6.** Перейти в раздел «Конфиденциальность и безопасность» и активировать опцию «Получать личные сообщения от любых пользователей»

![](/files/-Llqo-Eo_-d6lPQbGuia)

{% hint style="success" %}

### **Интеграция завершена!**

{% endhint %}

## Подключить Tweet Comments?

### **Шаг 1.** Нажать «Изменить» в интеграции с Twitter

![](/files/-LlqrqBrXxb1YdNAlAmC)

### Шаг 2. Активировать Enable и нажать «Сохранить»

![](/files/-LlqsJqx3IfLeyVPz8nj)

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