> For the complete documentation index, see [llms.txt](https://help.zenky.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.zenky.io/website.md).

# САЙТ

- [Переход на новый шаблон](https://help.zenky.io/website/migration.md): Рассказываем, как перейти на новый шаблон сайта.
- [Конструктор сайта](https://help.zenky.io/website/builder.md): Как пользоваться конструктором сайта
- [Подготовка](https://help.zenky.io/website/builder/podgotovka.md)
- [Настройка главной страницы](https://help.zenky.io/website/builder/nastroika-glavnoi-stranicy.md)
- [Настройка второстепенных страниц](https://help.zenky.io/website/builder/nastroika-vtorostepennykh-stranic.md)
- [Страница "О компании"](https://help.zenky.io/website/builder/nastroika-vtorostepennykh-stranic/stranica-o-kompanii.md)
- [Страница "Доставка и Оплата"](https://help.zenky.io/website/builder/nastroika-vtorostepennykh-stranic/stranica-dostavka-i-oplata.md)
- [Глобальные настройки](https://help.zenky.io/website/builder/globalnye-nastroiki.md)
- [Визуальное оформление](https://help.zenky.io/website/builder/vizualnoe-oformlenie.md)
- [Домен для сайта](https://help.zenky.io/website/domains.md): Домен — это адрес сайта, по которому сайт можно найти в сети. Если вы хотите подключить собственный домен (то есть чтобы сайт открывался по адресу вида http://mysite.com), нужно сделать 3 шага.
- [Служебные файлы](https://help.zenky.io/website/static-files.md)
- [Яндекс.Метрика](https://help.zenky.io/website/metrika.md): Рассказываем про Яндекс.Метрику для сайтов на Zenky.
- [Яндекс.Вебмастер](https://help.zenky.io/website/yandex-webmaster.md)
- [ВКонтакте пиксель](https://help.zenky.io/website/vkontakte-piksel.md): Установка кода ретаргетинга на сайт для сбора данных об эффективности таргетинговой рекламы Вконтакте
- [Facebook пиксель](https://help.zenky.io/website/facebook-piksel.md): Установка Facebook пикселя для сбора данных вашей рекламной кампании
- [reCAPTCHA v3](https://help.zenky.io/website/recaptcha.md): Узнайте как защитить ваш сайт с помощью reCAPTCHA v3.


---

# 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://help.zenky.io/website.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.
