# Overview

![Preventor](https://1648610820-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQD7wU34mG7rs7Bz7vm%2F-MhPAJFk7T7qgUtP2sEN%2F-MhPBG7Hg8BHboPPsh_i%2F5ff5c0adcf29254ab0fa603b_get%20started.png?alt=media\&token=8d80a48f-2b89-4212-a2cf-73d460666455)

#### What is Preventor?

Preventor is a suite of customizable identification tools including liveness detection, document verification, facial recognition, and more. These tools are combined to estimate the authenticity of a user's true identity.&#x20;

#### **How it works**

A **User** submits a video selfie and valid identifying **Resources** during a **Verification** guided by the Preventor client-side integration. Once all the necessary **Resources** are submitted, **Data points** are extracted, digitized, and authenticated. These **Data points** then become part of the **User's Identity**. The **User** then consents to share **Resources** and/or **Data points** from their **Identity** with you. This information is passed to you and can be used to make decisions about a **User** (e.g. activate account).&#x20;

This table below explains our terminology further.

| Term                 | Description                                                                                                                                                                                                                                                                               |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Identity**         | A set of **Data points** and **Resources** related to and owned by one single **User**. This data can be accessed by you through a **Verification**                                                                                                                                       |
| **Resource**         | A source document used to generate the **Data points** for a **User** (E.g. Passport).                                                                                                                                                                                                    |
| **Data point**       | Any data about a **User** extracted from a **Resource** (E.g. Passport Number, or Age).                                                                                                                                                                                                   |
| **User**             | The owner of an **Identity.**                                                                                                                                                                                                                                                             |
| **Verification**     | A transaction through which a **User** consents to share **Data points** with you. If the **Data points** you request are not already available in the **User**'s **Identity**, the Preventor client will ask the **User** to submit the necessary **Resource** required to extract them. |
| **Client-side SDKs** | Language specific packages you can use to integrate Preventor into your website or app (E.g.Android, Web-component) .                                                                                                                                                                     |

{% hint style="info" %}

#### You can find a full list of Data points by checking out [our full API specification here](https://api-reference.preventor.com).

{% endhint %}


---

# 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.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.
