> For the complete documentation index, see [llms.txt](https://support.pears.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.pears.io/plan/action-plans/edit-an-action-plan.md).

# Edit an Action Plan

Follow the steps below to edit an existing action plan record.

{% 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 Action Plans

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

{% step %}

#### Select an Action Plan

The Action Plans list displays available records. Click the action plan you want to edit.
{% endstep %}

{% step %}

#### Click Edit

On the action plan detail page, click the **Edit** button.

![Screenshot: The action plan detail page showing the plan title, status, and the Edit button in the top-right area of the page](/files/PYvK135Rh0J0l43cdBsV)
{% endstep %}

{% step %}

#### Edit the Action Plan

Use the links below the progress bar to navigate to different sections of the form. Modify the action plan details as needed. For field-specific guidance, refer to:

* [General Info](/plan/action-plans/create-an-action-plan.md)
* [Add Situation Assessment](/plan/action-plans/situation-assessment.md)
* [Add Outputs](/plan/action-plans/outputs.md)
* [Add Outcomes & Indicators](/plan/action-plans/outcomes-and-indicators.md)
  {% endstep %}

{% step %}

#### Save

Click **Save and Continue** to save changes and proceed to the next section, or click **Save** to save and return to the record detail page.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** All users within your organization can see approved State-level plans and all finished Individual/Unit-level plans.
{% endhint %}

{% hint style="warning" %}
**NOTE:** By default, the Action Plan list shows records created in the current reporting year. Click the **Filter** button to access records from other reporting periods.
{% endhint %}


---

# 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://support.pears.io/plan/action-plans/edit-an-action-plan.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.
