# Mark an Action Plan as Complete

After completing all required sections of an action plan, you can mark the record as complete. The behavior differs based on the plan level.

## Check Completion Status

The **Plan Progress** panel on the right side of the action plan detail page shows your completion percentage and a checklist of required sections:

* General Information
* Collaborators
* Situation Assessment
* Outputs
* Outcomes & Indicators
* Custom Data (if required by your organization)

![Screenshot: The Plan Progress panel on the right side of the action plan detail page showing the completion percentage, a checklist of sections with green checkmarks for completed items, and the Mark as Complete button](/files/aViQM9Bdq4zGajYYgL2G)

{% hint style="info" %}
**TIP:** All items in the Plan Progress checklist must be marked as complete before you can mark the action plan as complete.
{% endhint %}

## Mark as Complete

{% stepper %}
{% step %}

#### Open the Action Plan

Navigate to the action plan detail page.
{% endstep %}

{% step %}

#### Click Mark as Complete

Click the **Mark as Complete** button. If any required sections are incomplete, PEARS displays a list of the missing items.
{% endstep %}

{% step %}

#### Confirm

Confirm that you want to mark the action plan as complete.

* **Individual and Unit plans** are marked as complete and become visible to other Extension staff.
* **State-level plans** are submitted for review. The status changes to **Submitted** and a reviewer will approve the plan or request changes.

![Screenshot: The Mark as Complete confirmation dialog showing the plan title, completion status, and the Confirm button to finalize the action plan](/files/NYRxxqKu1Yw6ZPayBiSV)
{% endstep %}
{% endstepper %}

## Approval Workflow (State-Level Plans)

State-level action plans go through a review process after submission:

{% stepper %}
{% step %}

#### Plan Submitted

When you mark a state-level plan as complete, its status changes to **Submitted** and a reviewer is notified.
{% endstep %}

{% step %}

#### Reviewer Approves or Requests Changes

The reviewer can:

* **Approve** the plan — The status changes to **Approved** and the plan is finalized.
* **Request Changes** — The status changes to **Changes Requested** and you receive an email with the reviewer's feedback. You can then edit the plan and resubmit.
  {% endstep %}
  {% endstepper %}

## Mark as Incomplete

To make changes to a completed action plan, click the **Mark as Incomplete** button on the detail page. This reverts the plan to draft status.

{% hint style="warning" %}
**CAUTION:** For state-level plans, marking as incomplete changes the status back to **Draft** and removes it from the review queue. You will need to resubmit the plan for approval after making your changes.
{% 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/action-plans/mark-an-action-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.
