# Read here / Читай тут

### Ukrainian / Українською

У бібліотеці зібрані готові шаблони документів для щоденної роботи бізнесу: замовлень, доставок, воронок, складських операцій та інших процесів.

Шаблони створені з використанням HTML, CSS та [Twig](https://twig.symfony.com/doc/). Доступні теги, фільтри та функції описані в нашому [довіднику](https://help.keycrm.app/uk/process-automation-api-and-more/dovidnik-dostupnikh-funktsii-ta-fil-triv-twig).

> **Зверніть увагу!** Обирайте шаблон саме для потрібного розділу. Змінні відрізняються в різних типах шаблонів, тому шаблони для замовлень, наприклад, не будуть працювати у воронках.

**Інструкції по роботі з шаблонами:**

* [Для шаблонів замовлень та доставок](https://help.keycrm.app/uk/work-with-orders#druk-dokumentiv-po-zamovlenni);
* [Для шаблонів воронок](https://help.keycrm.app/uk/work-with-pipeline#druk-dokumentiv-po-kartci);
* [Для складських документів](https://help.keycrm.app/uk/products-and-warehouse-management#druk-dokumientiv-po-sklads-kim-opieratsiiam).

Якщо ви не знайшли шаблон, який відповідає вашим потребам, ви можете використати один із готових варіантів та адаптувати його самостійно або за допомогою програміста. У більшості випадків це не потребує складних доопрацювань.

Якщо ви створили власний шаблон, який суттєво відрізняється від представлених у бібліотеці, ви можете надіслати нам його код. Ми розглянемо можливість додавання шаблону до каталогу, щоб він став доступним для інших користувачів.

### English

The library contains ready-made document templates for day-to-day business operations: orders, deliveries, pipelines, warehouse operations, and other processes.

The templates are built using HTML, CSS, and [Twig](https://twig.symfony.com/doc/). The available tags, filters, and functions are described in our reference [guide](https://help.keycrm.app/uk/process-automation-api-and-more/dovidnik-dostupnikh-funktsii-ta-fil-triv-twig).

> **Please note!** Be sure to select the template for the specific section you need. Variables differ across different types of templates, so templates for orders, for example, will not work in pipelines.

**Instructions for working with templates:**

* [For order and delivery templates](https://help.keycrm.app/en/orders#printing-of-documents-for-order);
* [For pipeline templates](https://help.keycrm.app/en/working-with-pipelines-applications-leads-deals#printing-documents-and-exporting);
* [For warehouse documents](https://help.keycrm.app/uk/products-and-warehouse-management#druk-dokumientiv-po-sklads-kim-opieratsiiam).

If you haven’t found a template that meets your needs, you can use one of the ready-made options and adapt it yourself or with the help of a programmer. In most cases, this doesn’t require complex modifications.

If you have created your own template that differs significantly from those in the library, you can send us its code. We will consider adding the template to the catalog so that it becomes available to other users.

### Russian / Русский

В библиотеке собраны готовые шаблоны документов для повседневной работы бизнеса: заказов, доставок, воронки продаж, складских операций и других процессов.

Шаблоны созданы с использованием HTML, CSS и [Twig](https://twig.symfony.com/doc/). Доступные теги, фильтры и функции описаны в нашем [справочнике](https://help.keycrm.app/ru/keycrm-api/spravochnik-dostupnykh-tieghov-funktsii-i-fil-trov-twig).

> **Обратите внимание!** Выбирайте шаблон именно для нужного раздела. Переменные различаются в разных типах шаблонов, поэтому шаблоны для заказов, например, не будут работать в воронках.

**Инструкции по работе с шаблонами:**

* [Для шаблонов заказов и доставок](https://help.keycrm.app/ru/order-management#pecat-dokumentov-po-zakazu);
* [Для шаблонов воронок](https://help.keycrm.app/ru/rabota-s-zaiavkami#pecat-dokumentov-po-zaavke);
* [Для складских документов](https://help.keycrm.app/ru/products-and-warehouse-management#pecat-dokumentov-po-sklads-kim-operaciam).

Если вы не нашли шаблон, который соответствует вашим потребностям, вы можете использовать один из готовых вариантов и адаптировать его самостоятельно или с помощью программиста. В большинстве случаев это не требует сложных доработок.

Если вы создали собственный шаблон, который существенно отличается от представленных в библиотеке, вы можете прислать нам его код. Мы рассмотрим возможность добавления шаблона в каталог, чтобы он стал доступен для других пользователей.


---

# Agent Instructions: 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://templates.keycrm.app/start.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.
