# Incomplete User Verification Flows

### Verification Step Opened but Not Finished

**Issue:** The verification process was started, but the system did not receive the necessary data.

#### Possible causes:

* The **verification link expired** before the applicant completed the process.
* The applicant **lost internet connection** during verification.

#### Solution:

1. **Regenerate the verification link** for the applicant.
2. Ask them to **re-attempt the verification** from the last completed step.

***

### Phone or Email Verification Step Not Completed&#x20;

**Issue:** The phone or email verification step was opened, but the system did not receive a response.

#### Possible causes:

* The applicant may have **entered an incorrect phone number or email** and did not receive the verification code.

#### Solution:

1. **Regenerate the verification link** for the applicant.
2. Ask them to **re-attempt phone verification**, ensuring they enter the correct phone number.

***

### Applicant Cannot Complete the Questionnaire Step

**Issue:** The applicant is unable to submit the questionnaire successfully.

#### Possible Causes:

* The **size of attached files exceeds the allowed limit**, preventing submission.

#### Solution:

1. Ask the applicant to **check the file size** and ensure it is within the allowed limits.
2. Have them **re-upload the files** and try submitting the questionnaire again

***

### System Error During Verification

**Issue:** The verification process was interrupted due to a system error.

#### Possible Causes:

* A **temporary system crash or technical issue** on our side.

#### Solution:

1. **Contact our support team** for assistance.
2. Provide any relevant details, such as error messages or affected applicant IDs, to help us resolve the issue efficiently.

***


---

# 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/troubleshooting/incomplete-user-verification-flows.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.
