> For the complete documentation index, see [llms.txt](https://manual.personr.co/api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.personr.co/api-documentation/pages/verifying-with-pages.md).

# Verifying with Pages

Using Pages, you don't need to create applicants, or entities, generate links, or request verification - the verification process is automated.

Pages creates the applicant/entity and verifies them automatically. Once a client has been verified, you can...

* Choose to receive a webhook from us with the results (see [Setting up a webhook](/api-documentation/applicant-results/retrieving-applicant-verification-results/setting-up-a-webhook.md) for applicants, or [Setting up a webhook](/api-documentation/entity-results/retrieving-entity-verification-results/setting-up-a-webhook.md) for entities); or
* Retrieve the results manually using the [Retrieving applicant verification results](/api-documentation/applicant-results/retrieving-applicant-verification-results.md) or [Retrieving entity verification results](/api-documentation/entity-results/retrieving-entity-verification-results.md) endpoints; or
* View the results from the dashboard.

See below an example of the verification process using Pages.

#### Welcome Screen

Applicants or entities enter their details to start the onboarding process.

<div align="left"><figure><img src="/files/7HO8mkuLr2xqajQdHwvX" alt="" width="270"><figcaption></figcaption></figure></div>

#### Two Factor Authentication

A 2FA code is sent to their email, to prevent spam. We'll also send them a link in case they exit the page, or need to continue at a later date.

<div align="left"><figure><img src="/files/Q5xz1nNR3zA9l6CPxTMX" alt="" width="270"><figcaption></figcaption></figure></div>

#### Verification

Once the 2FA code has been entered, the client goes through the verification process on the flow you pre-selected when creating the page.&#x20;

<div align="left"><figure><img src="/files/SzWITIuHwWJqUzZ1zplM" alt="" width="270"><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.personr.co/api-documentation/pages/verifying-with-pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
