> For the complete documentation index, see [llms.txt](https://docs.wfolio.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wfolio.pro/site/blocks/widgets/faq.md).

# Частые вопросы по виджетам

* **Какую CMS использует ваша платформа?**\
  У конструктора сайтов Wfolio своя CMS.
* **Как подключить виджет онлайн-чата на сайте?**\
  Это можно подключить с помощью стороннего сервиса, например, [**JivoSite**](https://www.jivochat.com/). Код сервиса можно вставить в раздел **«Интеграции с сервисами»** в поле «Сторонний код в теге \<head>».
* **Как добавить комментарии?**\
  Можно подключить любой сторонний сервис комментариев. Получите код виджета с комментариями и добавьте его на составную страницу: [Как добавить HTML-код](/site/blocks/widgets/html-code.md)
* **Что такое интеграция с ВК?**\
  Можно встроить виджеты ВК на отдельную страницу сайта или на весь сайт: [Как добавить HTML-код](/site/blocks/widgets/html-code.md)\
  Список виджетов ВК [здесь](https://vk.com/dev/widgets_for_sites).
* **Как подключить CRM-систему для сбора данных о клиентах?**\
  Все уведомления из форм с обратной связью, заявки и информация об оплате клиентов приходит вам с сайта в виде уведомлений на электронную почту. CRM системы имеют функционал парсинга писем из почтовых сервисов. Настроив его, вы сможете создавать лиды и вести карточки клиентов в любой CRM системе.
* **Можно установить UTM-метки?**\
  Сайт поддерживает добавление UTM-меток. Вы можете их создавать с помощью сторонних сервисов и генераторов меток.


---

# 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:

```
GET https://docs.wfolio.pro/site/blocks/widgets/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
