> 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/view-application-stats.md).

# How to View Application Submissions and Stats

### 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**: At least one application must 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 **Review** next to an application to open its dashboard.

#### Check application volume

The dashboard shows how many applications have been started to date, and ring charts for **Applied this Week**, **Applied this Month**, and **Applied this Year**. The **Last Answered** date shows when the most recent submission came in.

#### Review recent submissions and pending approvals

Two tables appear on the dashboard:

* **Application Responses** — the most recent submissions with their status and completion percentage. Click **view all** to see all responses.
* **Pending Approval** — applications waiting for a decision. Click **view all** to see all pending.

To view all individual responses with full filtering options, click **View Responses** in the top-right. See: [How to Review Membership Applications](/products/control-panel-overview/applications-overview/review-applications.md) for details on filtering by status, date range, completion, and more.

#### Share the application link

The **Share** sidebar provides a **Preview Your Page** link and **Copy URL** button for the application link, a downloadable **QR Code**, and options to set up **Text Message** keywords — use these to distribute the application to prospective members.

### What Happens Next

* **Next step**: [How to Batch Update Application Statuses and Programs](/products/control-panel-overview/applications-overview/batch-update-applications.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/view-application-stats.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.
