# Identomat documentation

## Identomat documentation

- [Dashboard](https://docs.identomat.com/dashboard.md): Your central hub for updates, quick links, and key resources — access new features, integrations, and documentation all in one place.
- [Introduction](https://docs.identomat.com/introduction.md): Welcome to Identomat's documentation!
- [Get started](https://docs.identomat.com/get-started.md): Create an account and learn how to use and integrate Identomat.
- [Account setup](https://docs.identomat.com/get-started/account-setup.md): Create a personal account to get started with Identomat.
- [User roles overview](https://docs.identomat.com/get-started/user-roles-overview.md): Learn about the different user roles in the Identomat system—Administrator, Operator, Call center operator, and End-user—and their specific access levels and functions to support various workflows.
- [Receiving calls](https://docs.identomat.com/get-started/user-roles-overview/receiving-calls.md): Call center operators can receive end-user calls and conduct the video verification process.
- [Integration overview](https://docs.identomat.com/get-started/integration-overview.md): Whether you're looking for a lightweight, front-end solution or a more comprehensive server-side integration, we've got you covered.
- [API access](https://docs.identomat.com/get-started/api-access.md): To begin integrating with Identomat, you’ll need API keys to authenticate requests
- [Overview](https://docs.identomat.com/no-code-workflows/overview.md): No-code configurations allow you to create and customize identity verification workflows without writing any code. Use the intuitive interface to define steps that align with your business needs.
- [Getting started](https://docs.identomat.com/no-code-workflows/overview/getting-started.md): Prerequisites to create no-code configurations.
- [Configuration settings](https://docs.identomat.com/no-code-workflows/configuration-settings.md): Understanding configuration settings on the first tab of no-code builder
- [KYC steps](https://docs.identomat.com/no-code-workflows/kyc-steps.md): Understanding steps for KYC configuration on the second tab of no-code builder
- [KYB steps](https://docs.identomat.com/no-code-workflows/kyb-steps.md): Understanding steps for KYB configuration on the second tab of no-code builder
- [Developer guide](https://docs.identomat.com/developer-tools/developer-guide.md): The Developer Guide provides comprehensive instructions and best practices for integrating with our platform.
- [KYC (Know Your Customer)](https://docs.identomat.com/developer-tools/developer-guide/kyc-know-your-customer.md): The KYC flow verifies the identity of individual users through document checks, liveness detection, and automated data validation.
- [KYB (Know Your Business)](https://docs.identomat.com/developer-tools/developer-guide/kyb-know-your-business.md): The KYB flow verifies the legitimacy of business entities, including company details, registration documents, and associated representatives.
- [API reference](https://docs.identomat.com/developer-tools/api-reference.md): The API Reference documentation provides detailed information on the available endpoints, request parameters, response formats, and authentication methods for integrating with Identomat.
- [Callbacks](https://docs.identomat.com/developer-tools/callbacks.md): Learn how to receive and handle real-time status updates and event notifications from the verification flow using callbacks.
- [Additional information requests](https://docs.identomat.com/platform-concepts/additional-information-requests.md): Request additional verification steps from applicants within an existing session, without losing audit history.
- [Document data review](https://docs.identomat.com/platform-concepts/document-data-review.md): Enable end-users and operators to review and correct OCR-extracted document data within a verification session, with a full audit trail of all changes.
- [Android SDK](https://docs.identomat.com/sdks/android-sdk.md): Welcome to the Identomat Android SDK documentation! Here, you'll find everything you need to integrate our ID verification and KYC/AML solutions into your Android application seamlessly.
- [Android SDK changelog](https://docs.identomat.com/sdks/android-sdk/android-sdk-changelog.md): Keep track of changes and upgrades to the Identomat Android SDK.
- [iOS SDK](https://docs.identomat.com/sdks/ios-sdk.md): Welcome to the Identomat iOS SDK documentation! Here, you'll find everything you need to integrate our ID verification and KYC/AML solutions into your iOS application seamlessly.
- [iOS SDK changelog](https://docs.identomat.com/sdks/ios-sdk/ios-sdk-changelog.md): Keep track of changes and upgrades to the Identomat iOS SDK.
- [React Native SDK](https://docs.identomat.com/sdks/react-native-sdk.md): Welcome to the Identomat React Native SDK documentation! Here, you'll find everything you need to integrate our ID verification and KYC/AML solutions into your React Native application seamlessly.
- [React Native SDK changelog](https://docs.identomat.com/sdks/react-native-sdk/react-native-sdk-changelog.md): Keep track of changes and upgrades to the React Native SDK.
- [Flutter SDK](https://docs.identomat.com/sdks/flutter-sdk.md): Welcome to the Identomat Flutter SDK documentation! Here, you'll find everything you need to integrate our ID verification and KYC/AML solutions into your Flutter application seamlessly.
- [Flutter SDK changelog](https://docs.identomat.com/sdks/flutter-sdk/flutter-sdk-changelog.md): Keep track of changes and upgrades to the Flutter SDK.
- [Overview](https://docs.identomat.com/video-kyc/overview.md): Live single participant and multi-participant video call solution with built-in eKYC modules.
- [Create video KYC session](https://docs.identomat.com/video-kyc/create-video-kyc-session.md): This guide walks you through creating and sharing a Video KYC session in Identomat Manage — from signing in to sending the verification link to your end user.
- [End-user side](https://docs.identomat.com/video-kyc/end-user-side.md): This page explains what end users will experience during a Video KYC session — from opening the link to completing verification.
- [Operator side](https://docs.identomat.com/video-kyc/operator-side.md): What happens after operator receives the call


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.identomat.com/dashboard.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.
