> For the complete documentation index, see [llms.txt](https://docs.expirenza.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expirenza.com/features/delivery/r_keeper.md).

# Налаштування r\_keeper

## 1. Додайте нову "валюту"

Для підключення послуги Expirenza Delivery, необхідно створити окремий тип оплати. Його налаштування дещо відрізняються від базового типу оплати "Expirenza".

1. Перейдіть в розділ "Гроші" → "Валюти";
2. У списку виберіть тип "Кредитні карти";
3. Створіть нову валюту;
4. У блоці "Головне" встановіть такі значення:
   1. "Назва" = EXPZ Delivery;
   2. "Статус" = Активний;
5. У блоці "Основне" встановіть такі значення:
   1. "Враховувати в звітах" = 31 Так, крім заліку передоплат;
6. У блоці "Обмеження" включите такі пункти:
   1. Немає в решті;
   2. Без решти;
   3. Повернення страв.
7. Скопіюйте значення з поля "Головне" → "Код" і вставте в параметр "DELIVERY\_PAY\_CODE" в конфігураційному файлі properties.txt

## 2. Налаштування кур'єрів

{% hint style="warning" %}
Якщо ви плануєте користуватись лише опцією замовлення “З собою” - пропустіть цей пункт.&#x20;

Якщо ж плануєте, також, використовувати опцію замовлення з “Доставкою” - цей пункт критично важливий для корректної роботи.
{% endhint %}

Expirenza автоматично завантажує і синхронізує список співробітникив з вашої POS-системи. З-поміж цих співробітників ви зможете призначити курʼєрів.&#x20;

Expirenza завантажує дані лише тих співробітників, у кого заповнене поле “Моб. телефон”:

1. В меню "Персонал" виберіть "Працівники" → "Розширені властивості"&#x20;
2. Переконайтеся, що всі ваші курʼєри наявні в списку співробітників;
3. Додайте кожному курʼєру номер телефону в форматі "+380671112222" в поле "Моб. телефон" і збережіть зміни.

***


---

# 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://docs.expirenza.com/features/delivery/r_keeper.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.
