# Підготовка до інтеграції

## З чого почати?

Перший крок для початку інтеграції - це заповнити анкету та познайомитись з нами. \
Ми розглянемо анкету і зв'яжемось з вами для обговорення деталей інтеграції.

{% hint style="success" %}
[Анкета](https://docs.google.com/forms/d/e/1FAIpQLSegXbHggWFJipjpPOyEqS2kMF5vp_itJ34R5hX8S6ai-kUTiQ/viewform)
{% endhint %}

***

## Наступний крок

Після знайомства ми:

1. Створимо для вас тестовий ресторан
2. Надамо облікові дані для доступу в [Expirenza admin-panel](https://admin.expirenza.com)
3. Надамо файл з ключами до **API Expirenza** \
   (properties.txt - цей файл також доступний в Адмін панелі) &#x20;

Файл має наступний вигляд:&#x20;

```
RESTO_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
SECRET_KEY=***
```

Після цього відбувається [етап технічної інтеграції](/api/integration/techplan.md).

{% hint style="info" %}
На протязі інтеграції (і після) ми будемо мати з вами окремий чат, у якому ви зможете ставити питання стосовно інтеграції та нашого API.
{% endhint %}


---

# 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://docs.expirenza.com/api/integration/prepare.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.
