# Review completed applications

A Program Admin can review completed applications using CiviForm. Program Admins only have access to applications for the programs they are assigned to manage. For more details, go to [CiviForm data management & security](/overview/how-does-civiform-work.md).

**Tip**: To retrieve a list of all applications, click **Download**, then choose **Download CSV** or **Download JSON** from the dialog.

### Review current program applications

1. Sign in to CiviForm as a Program Admin.
2. Click **Applications** for the program you want to review.\
   You’re presented with a paginated list of applications.
3. Locate the form you want to analyze and click **View**.

### Review previous program applications

1. Sign in to CiviForm as a Program Admin.
2. Click **Applications** for the program you want to review.\
   You’re presented with a paginated list of applications.
3. Under **Applications for other versions**, locate the version number you want to examine.
4. Click **Applications**.\
   **Note**: The number following the Applications link indicates the number of applications present under that version.
5. Locate the form you want to analyze and click **View**.

### Change the status of an application

As a Program Admin, you have the ability to change the status of a given application in CiviForm. When an application is set to a status with associated email content, applicants receive an email. The applicant will also see the status of their submitted application(s) when they log into their CiviForm account.

1. Sign in to CiviForm as a Program Admin.
2. Click Applications for the program you want to review. You’re presented with a paginated list of applications.
3. Locate the form you want and click View.
4. At the top of the application, select the status you would like from the dropdown menu of options next to Status.

**Note**: A CiviForm Admin must create and publish statuses for your program. To create or modify status options for your program, contact your CiviForm Admin.


---

# 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://docs.civiform.us/user-manual/program-admin-guide/review-completed-applications.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.
