# Preventor docs

## Identity Verification

- [Overview](https://docs.preventor.com/getting-started/master.md): Welcome to Preventor ID! This documentation will show you how to integrate Preventor into your website, app, and backend and verify your customers.
- [HTML + Javascript](https://docs.preventor.com/web-client-side-sdks/html-+-javascript.md): Steps to integrate the Web SDK into HTML and JavaScript application.
- [Angular](https://docs.preventor.com/web-client-side-sdks/angular.md): Steps to integrate the Web SDK into Angular application.
- [React](https://docs.preventor.com/web-client-side-sdks/react.md): Steps to integrate the Web SDK into React application.
- [Vue.js](https://docs.preventor.com/web-client-side-sdks/vue.js.md): Steps to integrate the Web SDK into Vue application.
- [iOS](https://docs.preventor.com/mobile-client-side-sdks/ios.md)
- [Android](https://docs.preventor.com/mobile-client-side-sdks/android.md)
- [API Reference](https://docs.preventor.com/server/api-reference.md)
- [Security](https://docs.preventor.com/server/api-reference/security.md): Here you will find all security related APIs
- [Invitations link](https://docs.preventor.com/server/api-reference/invitations-link.md): Integration via identity verification API using invite links
- [IDV Tickets](https://docs.preventor.com/server/api-reference/idv-tickets.md)
- [Webhooks](https://docs.preventor.com/server/webhooks.md): This section shows you how our webhook service works, what it delivers and explains its messages.
- [IDV Tickets](https://docs.preventor.com/server/webhooks/idv-tickets.md)
- [Invitations link](https://docs.preventor.com/server/webhooks/invitations-link.md)
- [Document image quality requirements](https://docs.preventor.com/resources/document-image-quality-requirements.md): Below are the requirements for size and quality of document images captured by any device, which are necessary for successful image processing by Preventor ID API:

## Preventor Broker SDK

- [Overview](https://docs.preventor.com/preventor-broker-sdk/getting-started/master.md): Welcome to Preventor ID! This documentation will show you how to integrate Preventor broker SDK into your website.
- [HTML + Javascript](https://docs.preventor.com/preventor-broker-sdk/web-client-side-sdks/html-+-javascript.md): Steps to integrate the Preventor broker SDK into HTML and JavaScript vanilla application.
- [React](https://docs.preventor.com/preventor-broker-sdk/web-client-side-sdks/react.md): Steps to integrate the Web SDK into React application.
- [Vue.js](https://docs.preventor.com/preventor-broker-sdk/web-client-side-sdks/vue.js.md): Steps to integrate the Web SDK into Vue application.

## Compliance Platform

- [Introduction](https://docs.preventor.com/compliance-platform/introduction.md): Welcome to Preventor! This documentation will show you how to integrate Preventor into your website, app, and backend and verify your customers.


---

# 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.preventor.com/getting-started/master.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.
