> 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/get-started/integration-overview.md).

# Integration overview

### Available integration options

Identomat can be integrated into your systems in several ways, depending on your technical requirements and use case. Choose the option that best fits your setup:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>No-code integration</strong></mark></td><td>Customize your verification flow and send verification links to end-users directly from the Manage platform — no development work required.</td><td></td><td><a href="/pages/XhW0Q99c8xPjlnDizbRR">/pages/XhW0Q99c8xPjlnDizbRR</a></td></tr><tr><td><mark style="color:blue;"><strong>Identomat SDKs</strong></mark></td><td>Native SDKs for iOS, Android, Flutter, and React Native. Covers setup, configuration, and key functionalities for seamless in-app identity verification.</td><td></td><td><a href="/pages/pNF9o4WdcSzYieGqk7Ld">/pages/pNF9o4WdcSzYieGqk7Ld</a></td></tr><tr><td><mark style="color:blue;"><strong>Identomat API</strong></mark></td><td>A REST API for full control over session creation, configuration, and result retrieval. Ideal for custom integrations and server-side workflows.</td><td></td><td><a href="/pages/rA1jtXPZQc2eZi7l7nLP">/pages/rA1jtXPZQc2eZi7l7nLP</a></td></tr></tbody></table>

Not sure which to use? Start with the **No-code integration** if you want to get up and running quickly. Choose the **API** or **SDKs** if you need to embed verification directly into your product.


---

# 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:

```
GET https://docs.identomat.com/get-started/integration-overview.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.
