# Receiving and Completing Verification

When users receive a verification link, the process is designed to be seamless, user-friendly, and flexible, ensuring a smooth and uninterrupted verification journey. Here’s what happens on the user side when they receive a verification link:

* Users will receive the verification link via the specified communication channel.
* The link redirects them to the verification platform, where the process begins.
* If users need to pause the verification process, they can do so without losing their progress. Upon returning, they can resume the verification from the exact step where they left off, ensuring a smooth and uninterrupted user journey.
* Users can start the verification process on one device, such as a desktop computer, and seamlessly continue on another device, like a mobile phone:

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

* Users proceed through the various verification steps (e.g., Document Check, Liveness Check, etc.) as defined in the verification flow.
* After completing all verification steps, users reach the page specified in the Redirect URL configured during the creation of the Application.


---

# 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.allpass.ai/verify-your-users/receiving-and-completing-verification.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.
