> 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/add-remove-application-pages.md).

# How to Add or Remove Pages from an Application

### 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).
* **Application Form**: An application must already exist. See: [How to Set Up a Membership Application Form](/products/control-panel-overview/applications-overview/setup-application-form.md).

### Instructions

1. Navigate to [**ENGAGE > Survey & Forms > Manage Applications**](https://control.peoplevine.com/survey/groups).
2. Click the **Review** button next to the application you want to modify.
3. Click **View Flow** (top-right) to see the current list of forms in the application.

#### To add a page

4. Select a form from the list by clicking its radio button, or click **SETUP NEW FORM:** to create a new one.
5. Click **ADD** to add the form to the flow.
6. Assign a number to specify the page's position in the sequence.
7. Click **Save**.

#### To remove a page

4. Locate the form you want to remove from the flow.
5. Check the **Remove** box next to the appropriate page.
6. Click **Save**.

> **Note**: Removing a form from the flow does not delete the form itself — it only removes it from this application. The form remains available in ENGAGE > Survey & Forms > Manage Forms.

### What Happens Next

* **On the system side**: The updated flow takes effect for new applicants. Changes may affect in-progress applications.
* **Next step**: Preview the application as an applicant to verify the flow. See: [How to Publish or Deactivate an Application](/products/control-panel-overview/applications-overview/publish-deactivate-application.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/add-remove-application-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.
