> 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/dashboard.md).

# Dashboard

Your central hub for updates, quick links, and key resources — access new features, integrations, and documentation all in one place.

## Release notes

{% hint style="info" %}

17.08.2026&#x20;

<i class="fa-file-brackets-curly" style="color:$primary;">:file-brackets-curly:</i> **AnyDoc reader step now available – August 2026**&#x20;

Introducing **AnyDoc**, a new step that lets you extract structured data from any document type using AI - payslips, bank statements, utility bills, tax declarations, and more. Define the fields you want extracted, configure validity rules and confidence thresholds, and the system reads and validates the data automatically. Available in both the **No-code workflow builder** and via **API**.

<p align="right"><a href="/developer-tools/developer-guide/kyc-know-your-customer.md#anydoc-reader" class="button secondary small" data-icon="rectangle-terminal">Developer guide</a> <a href="/no-code-workflows/kyc-steps.md#anydoc-reader" class="button primary small" data-icon="arrow-up-right-from-square">Build with no-code</a></p>
{% endhint %}

{% hint style="info" %}

11.08.2026&#x20;

<i class="fa-users" style="color:$primary;">:users:</i> **Group management now available in Manage – August 2026**&#x20;

**Groups**, previously manageable only via the **API**, can now be **created, edited, and deleted directly in the Manage backoffice**. Assign and update group membership without writing any code - ideal for day-to-day operator and routing management.

<p align="right"><a href="/developer-tools/api-reference.md#other-methods" class="button secondary small" data-icon="rectangle-terminal">API reference</a> <a href="https://manage.identomat.com/groups" class="button primary small" data-icon="arrow-up-right-from-square">Go to Manage</a></p>
{% endhint %}

{% hint style="info" %}

14.01.2026

<i class="fa-nfc" style="color:$primary;">:nfc:</i> **NFC support added to SDKs – January 2026**

We’ve added **NFC reading support to our SDKs**, enabling secure chip-based verification for supported identity documents such as biometric passports and IDs.\
With this update, you can read data directly from the document's NFC chip for improved data accuracy. NFC capture can be enabled via configuration and is supported on compatible devices.

<p align="right"><a href="/developer-tools/developer-guide/kyc-know-your-customer.md#identity-document-verification" class="button secondary small" data-icon="square-code">Developer guide</a></p>
{% endhint %}

{% hint style="info" %}

25.08.2025

<i class="fa-building-columns" style="color:$primary;">:building-columns:</i>  **KYB now available - August 2025**

We’ve introduced **Know Your Business (KYB)** verification to help you onboard legal entities and organizations with the same flexibility as KYC. You can now create KYB sessions directly through the **API** or configure them seamlessly in the **No-code workflow builder**. This makes it easier than ever to integrate business verification into your processes. &#x20;

<p align="right"> <a href="/developer-tools/developer-guide.md#kyb-know-your-business" class="button secondary small" data-icon="square-code">Developer guide</a> <a href="/no-code-workflows/overview.md" class="button secondary small" data-icon="arrow-progress">Build with no-code</a></p>
{% endhint %}

## **Quick access**

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:$primary;"><strong>Product overview</strong></mark></td><td>Learn what Identomat offers, core features, and how it helps you streamline identity verification.</td><td><a href="/introduction.md">Introduction</a></td></tr><tr><td><mark style="color:$primary;"><strong>Get started</strong></mark></td><td>Step-by-step guide to set up your account, configure roles, and launch your first verification flow.</td><td><a href="/get-started.md">Get started</a></td></tr><tr><td><mark style="color:$primary;"><strong>No-code workflow builder</strong></mark></td><td>Easily design and customize verification flows without coding, using drag-and-drop configurations.</td><td><a href="/no-code-workflows/overview.md">Overview</a></td></tr><tr><td><mark style="color:$primary;"><strong>Video KYC</strong></mark></td><td>Understand how live video identification works for operators and end-users, including compliance controls.</td><td><a href="/video-kyc/overview.md">Overview</a></td></tr><tr><td><mark style="color:$primary;"><strong>Integration</strong></mark></td><td>Explore different ways to integrate Identomat into your systems — via iframe, redirect, or backoffice.</td><td><a href="/developer-tools/developer-guide.md">Developer guide</a></td></tr><tr><td><mark style="color:$primary;"><strong>API reference</strong></mark></td><td>Full technical reference for Identomat’s REST API with request/response examples.</td><td><a href="/developer-tools/api-reference.md">API reference</a></td></tr><tr><td><mark style="color:$primary;"><strong>SDKs</strong></mark></td><td>Mobile and web SDKs (iOS, Android, Flutter, React Native) with setup instructions and changelogs.</td><td><a href="/sdks/android-sdk.md">Android SDK</a></td></tr></tbody></table>


---

# 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/dashboard.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.
