> For the complete documentation index, see [llms.txt](https://help.quickley.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quickley.com/ru/channels/onlain-chat/ustanovka-chata-na-sait/imagecms.md).

# ImageCMS

1. Подключитесь к вашему сайту на ImageCMS с помощью FTP-клиента (можно использовать любой):

![](https://lh5.googleusercontent.com/UoSEKOvcBECj0ABFm8vmzNc9S4h9dY4csGG4eCSZuvPpVWdRQHfc2lFf0uwuEPl-GkYsx5iiKa-r5RQuSbWWLJ944t-3cYHUTsLJdZpbUTm5apYy4KeviIlUPTo9h2ibtnGmFeZ5)

2\. Откройте в текстовом редакторе код сайта (по умолчанию он находится в /templates/default/main.tpl) и найдите в нем закрывающий тег \</head>:

![](https://lh6.googleusercontent.com/Ya7htNf3ye5Z02R_zaczcbUzX7I4F9_FAvHAb1oGg5W11IaQnfmk1WIxlpVe5fVGo-9XB90OZC2jwnS--MjJOmLqbMMv81RIq2rdzUvLxDkkxFFHX3i3-lJlytnIzew6Yf9rXTbF)

3\. В новой вкладке браузера зайдите откройте страницу настройки чата Quickley и скопируйте код виджета из серой области внизу страницы:

![](https://lh3.googleusercontent.com/lQEQcdbnBldPAwzYawhrGBnT5V0xEneLcfbvKo1siOiRM-XdsWpxWyqg0tzPS2l24RCNn6i5CWSVrKPmoE9X0DYguMcbXy36gibpEa9XSPMDZwYHs0g4O9hGdLqC95OAIL0yy4zc)

4\. Вставьте скопированный код чата в шаблон сайта прямо перед тегом \</head>, который вы нашли ранее:

![](https://lh3.googleusercontent.com/P5QqvEf6YQnYAX4KXQPdczP-IWsBgFqMBKLYvXc3_4YXYJ6-n3VcePGrVDAUmi_CWyIuw3v39oqn-8T1wLNaW-6jUacwdB2FKo7JQooipNR0cqS7HWIAnXHqFqSCxv3Z0OVkCUUl)

5\. Сохраните изменения.

6\. Установка завершена — наслаждайтесь Quickley!


---

# 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.quickley.com/ru/channels/onlain-chat/ustanovka-chata-na-sait/imagecms.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.
