> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/integrations/chat-na-sait.md).

# Чат на сайт

<h2 align="center"><strong>Видеоурок:</strong> Чат на сайт</h2>

Команда Nextbot подготовила видеоурок, где мы рассказываем как настраивать и работать с каналом Чат на сайт

**Посмотреть на YouTube:** <https://www.youtube.com/watch?v=voFE6PE9V58>\
**Посмотреть на Rutube:** <https://rutube.ru/video/private/04de8c7ab9dc0fb2daed6f168b4b1213/?p=PDxRC7TZ9rMaCVVh-tWp1A>

### Чат-виджет

Чат-виджет на сайт — это виджет, который можно добавить на ваш сайт. Он позволяет пользователям обмениваться текстовыми сообщениями с ИИ-агентом. Вы можете настроить внешний вид: изменить текст в заголовке, цвет фона и текста, цвет иконки, а также редактировать текст в поле для ввода сообщений, чтобы всё соответствовало стилю и настроению вашего сайта.

**Подробнее про создание и настройку вы можете узнать в статье:** [**Виджет для сайта**](/functional/integrations/chat-na-sait/vidzhet-dlya-saita.md)

### Встраивание страницы с чатом на сайт

На платформе Nextbot вы также можете создать встраиваемый чат (iFrame), что позволяет разрабатывать современные ИИ-лендинги.

**Подробнее про создание и настройку вы можете узнать в статье:** [**Чат-лендинг на веб-сайт**](/functional/integrations/chat-na-sait/chat-lending-na-veb-sait-iframe.md)

### **1С‑Битрикс: проактивная защита блокирует чат или iframe**

При подключении **чата на сайт** или **iframe** веб-антивирус (модуль “Проактивная защита”) может считать код потенциально опасным и блокировать его из HTML.

В этом случае в Битриксе достаточно добавить домен виджета `rus.nextbot.ru` в исключения веб‑антивируса.

#### Пошагово в админке Битрикс <a href="#undefined" id="undefined"></a>

1. Откройте административную панель сайта (Битрикс).
2. Перейдите: **Настройки → Проактивная защита → Веб-антивирус**.​
3. Откройте вкладку **“Исключения”**.​
4. Добавьте в список исключений домен: `rus.nextbot.ru`.
5. Нажмите **Сохранить**.


---

# 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://doc.nextbot.ru/functional/integrations/chat-na-sait.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.
