# Create a Review Plan

This article walks through the steps for administrators to create a new performance review plan in PEARS. A review plan defines the review year, which positions participate, assessment windows for each role, and the surveys used for evaluation.

{% hint style="info" %}
**TIP:** The red asterisk **\*** next to the heading of a field indicates that the field is required.
{% endhint %}

{% stepper %}
{% step %}

#### Navigate to Performance Reviews

From the PEARS homepage, hover over the **Plan** menu in the top navigation bar and click **Performance Review Plans**.
{% endstep %}

{% step %}

#### Click Add Review Plan

On the Performance Reviews list page, click the **Add Review Plan** button to open the review plan form.

![Screenshot: The Performance Review Plans list page with the Add Review Plan button highlighted in the top-right area](/files/Tk5tYLJPajVn26CQhuD9)
{% endstep %}

{% step %}

#### Select a Year

In the **Year** field, select the year this performance review covers. This is a required field and determines the review period for all participants.
{% endstep %}

{% step %}

#### Select Positions

In the **Positions** field, select the position(s) that will participate in this review cycle. You can select multiple positions. Only users assigned to the selected positions will be included in the review.
{% endstep %}

{% step %}

#### Set the User Assessment Window

Configure the time period during which staff members can complete their self-assessments:

* **Start Date/Time** — The date and time the self-assessment window opens.
* **Deadline Date/Time** — The date and time the self-assessment window closes.

Staff members can only submit their self-assessments during this window.
{% endstep %}

{% step %}

#### Set the Supervisor Window

Configure the time period during which supervisors can complete their reviews:

* **Start Date/Time** — The date and time the supervisor review window opens.
* **Deadline Date/Time** — The date and time the supervisor review window closes.

{% hint style="warning" %}
**NOTE:** The supervisor window should typically begin on or after the user assessment deadline so that supervisors can review completed self-assessments.
{% endhint %}
{% endstep %}

{% step %}

#### Set the Board Member Window (optional)

If your review plan includes board member participation, check the **Uses Board Members** option and configure the board member assessment window:

* **Start Date/Time** — The date and time the board member review window opens.
* **Deadline Date/Time** — The date and time the board member review window closes.

If your organization does not use board member reviews, leave the **Uses Board Members** option unchecked and skip this step.
{% endstep %}

{% step %}

#### Select the Self Assessment Survey

In the **Self Assessment Survey** field, select the survey that staff members will complete as part of their self-assessment. This is a required field.

{% hint style="info" %}
**TIP:** The survey must already exist in the Surveys module and be marked as **Active** before it can be selected here. See [Surveys](/plan/surveys.md) for instructions on creating and activating surveys.
{% endhint %}
{% endstep %}

{% step %}

#### Select the Supervisor Survey

In the **Supervisor Survey** field, select the survey that supervisors will complete when evaluating each staff member. This is a required field.
{% endstep %}

{% step %}

#### Select the Board Member Survey (optional)

If the **Uses Board Members** option is enabled, select the survey that board members will complete in the **Board Member Survey** field. This field is only required when board member reviews are enabled.
{% endstep %}

{% step %}

#### Configure Copy User Review to Supervisor (optional)

Check the **Can Copy User Review to Supervisor** option if you want the staff member's self-assessment survey responses to be pre-populated into the supervisor's survey. This allows supervisors to see the user's self-ratings alongside their own evaluation.
{% endstep %}

{% step %}

#### Configure Supporting Data (optional)

If you want staff members to include data from other PEARS modules in their self-assessments, check the **Uses Supporting Data** option. Then configure the supporting data requirements:

**Module Choices** — Select which PEARS modules staff members can pull supporting data from:

* Action Plans
* Professional Development Plans
* Action Plan Reports
* Quarterly Efforts
* Program Activities
* Success Stories

**Year** — For each selected module, specify which year of data to include relative to the review year:

* **Previous** — Data from the year before the review year.
* **Same** — Data from the same year as the review year.
* **Next** — Data from the year after the review year.

{% hint style="info" %}
**TIP:** Supporting data gives reviewers context about the staff member's work and accomplishments. Select the modules and year that are most relevant to your organization's evaluation criteria.
{% endhint %}
{% endstep %}

{% step %}

#### Save the Review Plan

Click **Save** to create the review plan. Once saved, the plan is active and participants will be able to access their assessments when their respective windows open.

![Screenshot: The review plan form showing the Year dropdown, Positions multi-select, User Assessment Window date/time fields, Supervisor Window date/time fields, Board Member settings, survey dropdowns, Copy User Review toggle, Supporting Data configuration, and the Save button](/files/z7xdaBaQ67cxuiSseSwe)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**NOTE:** Changes to assessment windows or participating positions after the review plan is created may affect users who have already started their assessments. Review all settings carefully before saving.
{% endhint %}


---

# 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://support.pears.io/plan/performance-review-plans/create-a-review-plan.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.
