# Integration

- [Overview](https://docs.elkyc.com/home/integration/master.md): This guide helps you integrate the Allpass.ai SDK into your Web Application and start the verification flow
- [Get Started](https://docs.elkyc.com/home/integration/requirements.md): Here you will find an overview of the major steps required to integrate Allpass.ai into your application. You can find more details on each step in the relevant sections.
- [How to use](https://docs.elkyc.com/home/integration/how-to-use.md): To enable applicant verification, you need to obtain a token. There are two methods for initiating the verification process: through the workplace interface or by using our automated SDK.
- [Installation](https://docs.elkyc.com/home/integration/installation.md)
- [Initialize](https://docs.elkyc.com/home/integration/usage.md)
- [Render](https://docs.elkyc.com/home/integration/steps-usage.md)
- [Webhooks](https://docs.elkyc.com/home/integration/webhooks.md)
- [Applicant Webhooks](https://docs.elkyc.com/home/integration/webhooks/applicant-webhooks.md): The "Applicant" serves as a centralized repository consolidating all data pertinent to an individual user within the platform collected with the help of webhooks.
- [Webhook Timestamp Validation Requirement](https://docs.elkyc.com/home/integration/webhooks/webhook-timestamp-validation-requirement.md)
- [Open API](https://docs.elkyc.com/home/integration/open-api.md)
- [Dictionary](https://docs.elkyc.com/home/integration/dictionary.md): Here we describe types and enums, which we are using in our system
- [Enums](https://docs.elkyc.com/home/integration/dictionary/enums.md)
- [Entities](https://docs.elkyc.com/home/integration/dictionary/entities.md)
- [Term & Abbreviations](https://docs.elkyc.com/home/integration/dictionary/term-and-abbreviations.md): In this section of our technical documentation, we provide a comprehensive breakdown of key terminology related to the usage of our products and services.
- [Supported Countries & Documents](https://docs.elkyc.com/home/integration/dictionary/supported-countries-and-documents.md)
- [Sanctions & PEP Data Sources](https://docs.elkyc.com/home/integration/dictionary/sanctions-and-pep-data-sources.md)
- [Encryption](https://docs.elkyc.com/home/integration/encryption.md): This guide provides detailed instructions on how to send and receive data securely using encryption keys.


---

# 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.elkyc.com/home/integration.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.
