# Mark a Performance Review Plan as Complete

Marking a performance review plan as complete finalizes the plan. You can reverse this action if further edits are needed.

{% stepper %}
{% step %}

#### Navigate to Performance Review Plans

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

{% step %}

#### Open the review plan

Click the performance review plan you want to mark as complete.
{% endstep %}

{% step %}

#### Click Mark as Complete

Click the **Mark as Complete** button on the plan details page.
{% endstep %}

{% step %}

#### Confirm

On the confirmation page, click **Mark as Complete** again to finalize. The plan status updates and the button changes to **Mark as Incomplete**.

![Screenshot: The review plan detail page after marking as complete, showing the updated status and the red Mark as Incomplete button that replaces the Mark as Complete button](/files/XpSs860x4Xi5Wh15ZSBu)
{% endstep %}
{% endstepper %}

## Reversing Completion

To make further edits to a completed plan:

1. Open the review plan.
2. Click the red **Mark as Incomplete** button.
3. The plan returns to an editable state.

{% hint style="warning" %}
**NOTE:** You can edit a review plan until its start date. Once the start date has passed, changes can no longer be made regardless of completion status.
{% 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/mark-a-review-plan-as-complete.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.
