# Overview

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

Pages are customisable static verification pages that applicants or entities can access from a link that never changes, and one that you choose.

Instead of manually creating applicants or entities using the [Creating an applicant](/api-documentation/applicants/creating-an-applicant.md) or [Creating an entity](/api-documentation/entities/creating-an-entity.md) endpoints, Pages automatically creates the applicant or entity, displays your chosen verification flow for the client to go through, and the results are magically made available in your dashboard.

During setup, you can:

* Customise the page title, and favicon displayed in the browser;
* Choose your domain, and the URL path of your link;
* Select which flow to verify clients on;
* Adjust the colours, and logo, to suit your brand;
* Include your privacy policy link, or use ours; and
* Add custom code, like Google Analytics, to the HTML header of the page.

Once an applicant or entity has been verified using Pages, webhooks are sent and results can be retrieved as normal. Clients that have been automatically created with Pages are distinguished in your dashboard with the Pages symbol.

<figure><img src="/files/UWfc7n8YgHPT0Gmhmp3U" alt="" width="374"><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://manual.personr.co/api-documentation/pages/overview.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.
