> For the complete documentation index, see [llms.txt](https://docs.identomat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.identomat.com/identomat-documentation-ukr/video-kyc/create-video-kyc-session.md).

# Create video KYC session

## Перш ніж почати

Переконайтеся, що у вас є таке:

* **Обліковий запис Identomat Manage.** Якщо у вас його ще немає, зверніться до вашого адміністратора або до команди Identomat.
* **Конфігурація Video KYC.** Конфігурації визначають кроки верифікації, які пройде ваш кінцевий користувач. Ваш адміністратор налаштовує їх. Якщо жодної ще немає, запросіть її перед тим, як продовжити.

***

### Увійдіть у Manage

1. Перейдіть до Identomat [Manage](https://manage.identomat.com/).
2. Введіть вашу **електронну адресу** та **пароль**.
3. Натисніть **Sign in**, щоб отримати доступ до вашого облікового запису.

### Створіть нову сесію

Після входу та за наявності конфігурації:

1. Перейдіть на сторінку **Sessions** у лівій бічній панелі.
2. Натисніть **+ New session** у верхньому правому куті.
3. У вікні, що з'явиться, заповніть таке:
   * **Configuration** *(обов'язково)* – Оберіть робочий процес Video KYC, який ви хочете використати.
   * **Session Name** *(необов'язково)* – Додайте внутрішню мітку, щоб пізніше було легше ідентифікувати цю сесію.
4. Натисніть **Generate link**.

### Поділіться посиланням на сесію

Після генерації посилання у вас є декілька варіантів надання його кінцевому користувачу:

* **Скопіювати та поділитися вручну** — Скопіюйте URL та надішліть його через ваш бажаний канал.
* **Надіслати через SMS чи email** — Identomat може ініціювати доставку через вашу власну систему повідомлень. Щоб увімкнути це, налаштуйте URL колбеків у ваших **налаштуваннях компанії**. Після налаштування ви отримуватимете [колбеки](/identomat-documentation-ukr/kolbeki.md) для доставки посилання та дій користувача. Див. Колбеки для інструкцій з налаштування.

Декілька речей, які варто пам'ятати:

* Посилання залишається доступним у перегляді деталей сесії, якщо вам потрібно отримати його пізніше.
* Термін дії посилання контролюється вашою конфігурацією робочого процесу. Зверніться до вашого адміністратора, якщо не впевнені, як довго посилання залишається активним.


---

# 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.identomat.com/identomat-documentation-ukr/video-kyc/create-video-kyc-session.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.
