> 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/overview.md).

# 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
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/overview.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.
