# Zero Integration

This feature allows you to generate a [KYC verification link](https://apps.faceki.com/Workflow/Verification-Link) from the user dashboard to verify users without the need for integration. The generated link can be sent directly to the users for verification.

{% hint style="info" %}
**User Dashboard/ KYC Verification screen Checks:**

* `number_of_documents` (required): The number of documents the user needs to provide for verification.
* `document_type` (required): The type of document required for verification.
* `liveliness_check` (required): Specifies whether a liveliness check should be performed during the verification process.
  {% endhint %}

Response: Upon successful generation of the KYC verification link, the API will return a response containing the generated link.

{% embed url="<https://www.youtube.com/watch?v=W44LejBvNDM>" %}

## **Step 1: Configure Verification Workflow**

1. From the [FACEKI dashboard](https://apps.faceki.com/login), navigate to **Workflow >** [**Verification Workflow** ](https://apps.faceki.com/workflow/documents-to-verify). Here, you can configure the verification workflow by selecting the desired number of documents, document type, and type a liveliness check should be performed.

<figure><img src="/files/IgDuZpyhnLBi3YvyHzDt" alt=""><figcaption></figcaption></figure>

## **Step 2: Customize Response Screens and Redirect Link**

2. Next, navigate to **Workflows >** [**Verification Screen** ](https://apps.faceki.com/Workflow/Verification-Screens)to customize the response screens that users will see once the verification process is completed. Additionally, you can specify a redirect URL (using HTTPS) where users will be redirected upon successful completion of the verification.

You can find 3 screens, Successful, Declined, and Invalid, you can edit the text field below.&#x20;

<figure><img src="/files/nIiFmVHSMQcfFLIy1PDX" alt=""><figcaption></figcaption></figure>

## **Step 3: Generate KYC Link**

Finally, go to **Workflows >** [**Verification Link**](https://apps.faceki.com/Workflow/Verification-Link) to generate the KYC verification link. Set the desired validity period for the link (how long it will remain active) and specify the usage count (how many times the link can be used, 0 for unlimited).

You can then copy the generated link and send it to the user for verification. The user will be able to follow the link to complete the KYC verification process.

By following these steps, you can easily generate and manage KYC verification links using the FACEKI web-based verification solution, providing a seamless and convenient experience for your users.&#x20;

<figure><img src="/files/X4qPJuZCd3hoQKFXNDHc" alt=""><figcaption></figcaption></figure>


---

# 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://kycdocv2.faceki.com/no-integration-option/zero-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.
