> For the complete documentation index, see [llms.txt](https://help.peoplevine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.peoplevine.com/products/control-panel-overview/applications-overview/setup-confirmation-page.md).

# How to Create a Confirmation Page

### Before you begin (Prerequisites)

* **Permissions**: You must be an **Administrator**, **Supervisor**, **Manager**, **Support**, or **Account Rep**. See: [How to Manage Users and Permissions](/products/control-panel-overview/admin-overview/manage-roles-permissions.md).

### Instructions

1. Navigate to [**ENGAGE > Content > Manage Pages**](https://control.peoplevine.com/pages?page_type=content).
2. Click **CREATE A PAGE** (green button, top right).
3. In **The Basics**, enter:
   * **Page Name** — Internal label. Not visible to applicants.
   * **Page Title** — Displayed in the member portal and search results.
4. In **Settings**, configure:
   * **Set Posting Date** — Optional. Schedule the page to go live at a future date and time.
   * **Page Status** — Controls visibility of the page.
   * **Add a Form** — Optional. Attach a form to prompt visitors when they visit the page.
   * **Assign to a Category** — Optional. Groups the page for internal organisation.
5. In **Permissions & Owner**, set **Visibility** to **Anyone (Public)** so applicants redirected after submitting can access the page without logging in.
6. Click **CREATE NOW**. The page editor opens.
7. Build the page content. A confirmation page typically includes:

   * A thank-you message
   * What happens next (e.g., "You will hear from us within 5 business days")
   * Contact details for the membership team

   Use the **Content Blocks** panel on the left to drag and drop pre-built blocks onto the canvas. Alternatively, click **HTML EDITOR** in the top right toolbar to edit the page directly in HTML.
8. When done, click **SAVE / EXIT** (top right).

> **Note**: For help building or styling the page, contact your Peoplevine account manager or support team.

### Best Practice

Keep the confirmation page specific to the application it supports. Include a realistic timeline and a direct contact so applicants know what to expect and who to reach if they have questions.

### What Happens Next

* **On the applicant side**: Applicants are redirected to this page immediately after submitting an application.
* **Next step**: Assign the page to an application by selecting it in the **Confirmation Page** dropdown on the application edit page. See: [How to Set Up a Membership Application](/products/control-panel-overview/applications-overview/setup-application-form.md).

*Last updated: 2026-05-24*


---

# 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://help.peoplevine.com/products/control-panel-overview/applications-overview/setup-confirmation-page.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.
