> For the complete documentation index, see [llms.txt](https://help.streamvi.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.streamvi.ru/instrukcii/chat/dobavlenie-chata-v-obs.md).

# Добавление чата в OBS

### Добавление чата поверх трансляции в OBS

{% hint style="info" %}
Этот вариант позволит показывать чат для всех зрителей
{% endhint %}

Перейдите в раздел "Настройки" и скопируйте ссылку на виджет чата

<figure><img src="/files/1vsWZ52ENIiOyYi4R3F3" alt=""><figcaption></figcaption></figure>

В программе OBS в разделе "Источники" нажмите добавить&#x20;

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

Выберите "Браузер"

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

Введите название и нажмите "Ок"

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

Вставьте скопированную ссылку на виджет на виджет чата и нажмите "Ок"

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

Переместите чат в нужное место

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

### Добавление чата в OBS для быстрого доступа

{% hint style="info" %}
Этот вариант позволит показывать чат для вас в программе OBS без показа зрителям
{% endhint %}

Перейдите в раздел "Настройки" и скопируйте ссылку на виджет чата

<figure><img src="/files/1vsWZ52ENIiOyYi4R3F3" alt=""><figcaption></figcaption></figure>

В меню программы OBS выберите "Док - панели" -> "Настраиваемые док-панели браузера"

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

Напишите название, вставьте в столбец URL скопированную ссылку на виджет чата и нажмите "Применить"

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

У вас появится панель с чатом, которую можно переместить в нужное место

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


---

# 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.streamvi.ru/instrukcii/chat/dobavlenie-chata-v-obs.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.
