# iDenfy - Automatic KYC

Includes 100 iDenfy credits (no iDenfy setup required), with a cost of around $2 per verification after this. Contact HollaEx support to purchase more credits.

{% hint style="info" icon="sack-dollar" %}
Setup costs with iDenfy are in the 5 figures, but luckily, with your HollaEx plan, you can avoid this setup fee and just have to pay for the credits themselves!
{% endhint %}

## What Is It?

The HollaEx KYC plugin allows operators to run their own KYC process. Users upload their documents to a secure AWS S3 bucket, as well as give information on themselves, and then the operator (or KYC-enabled member of staff) can verify the user according to your exchange's particular policy.

The Automatic KYC plugin is a seamless way to verify the identity of your users. This plugin allows users to upload their identification documents easily through iDenfy. The KYC verification process is secure and efficient, ensuring a smooth user experience.

To get started with the Automatic KYC plugin, simply install it from the exchange app store. Fiat Ramp and Boost plan subscribers can use this plugin for free. If you're not a subscriber, you can purchase the plugin by clicking the green ‘buy’ button and proceeding with the payment.

After installing the Automatic KYC plugin, you'll need to configure the following items.

**Public**

* `error_pathPath`: This is the path where a user will be redirected after a failed identification.
* `success_pathPath`: This is the path where a user will be redirected after successful identification.
* `utility_bill`: This determines whether the user is required to attach a utility bill when uploading documents.
* `unverified_path`: This is the path where a user will be redirected after a not analyzed identification (e.g., user immediately cancels the process).

**Private**

* `manual_review`: This determines whether the document requires a final manual review by the admin.

Once it’s all done, you can see that a new section has been added to your exchange verification page. This section is used for KYC/AML verification of your users.

Additionally, the ‘manually upgrade’ feature allows you to update the plugin to a newer version by uploading a .json file. This will preserve the current plugin's configuration values, ensuring that your settings are not lost during the upgrade process.


---

# 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.hollaex.com/plugins/use-plugins/idenfy-automatic-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.
