# Kairos API Documentation

## v0.2

- [Introduction](https://docs.kairos.com/documentation/overview/introduction.md)
- [Getting started](https://docs.kairos.com/documentation/overview/getting-started.md)
- [Recommendations & File Formats](https://docs.kairos.com/documentation/overview/recommendations-and-file-formats.md): How to get the best results and optimize success rate
- [Supported ID Documents](https://docs.kairos.com/documentation/overview/supported-id-documents.md)
- [Digital Identity Verification](https://docs.kairos.com/documentation/product-details/digital-identity-verification.md)
- [Quick Start](https://docs.kairos.com/documentation/full-api-reference/quick-start.md): Making your first API call
- [Full ID Verification](https://docs.kairos.com/documentation/full-api-reference/full-id-verification.md)
- [Profile Use Case](https://docs.kairos.com/documentation/full-api-reference/full-id-verification/profile-use-case.md): By configuring the profile parameter appropriately, you can ensure that the verification process aligns with your security requirements and use case scenarios.
- [ID Document Verification](https://docs.kairos.com/documentation/full-api-reference/id-document-verification.md)
- [Biometric Verification](https://docs.kairos.com/documentation/full-api-reference/biometric-verification.md)
- [Liveness Verification](https://docs.kairos.com/documentation/full-api-reference/liveness-verification.md)
- [Demo](https://docs.kairos.com/documentation/resources/demo.md)
- [App/SDK](https://docs.kairos.com/documentation/resources/app-sdk.md): Kairos – Secure Identity Verification

## v0.1

- [Introduction](https://docs.kairos.com/documentation/api-documentation-v0.1/overview/introduction.md)
- [Getting started](https://docs.kairos.com/documentation/api-documentation-v0.1/overview/getting-started.md)
- [Recommendations & File Formats](https://docs.kairos.com/documentation/api-documentation-v0.1/overview/recommendations-and-file-formats.md): How to get the best results and optimize success rate
- [Supported ID Documents](https://docs.kairos.com/documentation/api-documentation-v0.1/overview/supported-id-documents.md)
- [Digital Identity Verification](https://docs.kairos.com/documentation/api-documentation-v0.1/product-details/digital-identity-verification.md)
- [Quick Start](https://docs.kairos.com/documentation/api-documentation-v0.1/full-api-reference/quick-start.md): Making your first API call
- [Full ID Verification](https://docs.kairos.com/documentation/api-documentation-v0.1/full-api-reference/full-id-verification.md)
- [Profile Use Case](https://docs.kairos.com/documentation/api-documentation-v0.1/full-api-reference/full-id-verification/profile-use-case.md): By configuring the profile parameter appropriately, you can ensure that the verification process aligns with your security requirements and use case scenarios.
- [ID Document Verification](https://docs.kairos.com/documentation/api-documentation-v0.1/full-api-reference/id-document-verification.md)
- [Biometric Verification](https://docs.kairos.com/documentation/api-documentation-v0.1/full-api-reference/biometric-verification.md)
- [Liveness Verification](https://docs.kairos.com/documentation/api-documentation-v0.1/full-api-reference/liveness-verification.md)
- [Demo](https://docs.kairos.com/documentation/api-documentation-v0.1/resources/demo.md)
- [App/SDK](https://docs.kairos.com/documentation/api-documentation-v0.1/resources/app-sdk.md): Kairos – Secure Identity Verification


---

# 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.kairos.com/documentation/overview/introduction.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.
