# Full API Reference

- [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)


---

# Agent Instructions: 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.kairos.com/documentation/full-api-reference.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.
