# KYC

- [ID Informations](https://docs.danaya.africa/documentation/integration-mode/rest-api/kyc/id-informations.md): This feature enables the retrieval of all information about a person knowing his NNI, ID Card Number or phone Number.
- [ID Verification](https://docs.danaya.africa/documentation/integration-mode/rest-api/kyc/id-verification.md): This feature enables the verification of ID Document
- [ID Document Verification](https://docs.danaya.africa/documentation/integration-mode/rest-api/kyc/id-document-verification.md): From a document you send us, we return the information contained in the document and a matching score performed with information from official databases.
- [User filled data verifications](https://docs.danaya.africa/documentation/integration-mode/rest-api/kyc/id-document-verification/user-filled-data-verifications.md): This feature allow to run a scoring over informations your customers provide you and informations we extracted from ID documents images you sent us.
- [Face match](https://docs.danaya.africa/documentation/integration-mode/rest-api/kyc/face-match.md): This feature allows identity verification based on a person's image present on an Identity document and a selfie.
- [Liveness check](https://docs.danaya.africa/documentation/integration-mode/rest-api/kyc/liveness-check.md): Under development. Let us know if you are interested...


---

# 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.danaya.africa/documentation/integration-mode/rest-api/kyc.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.
