# Action Plans

An **Action Plan** in PEARS is a strategic document that outlines your programming goals, intended outcomes, and planned activities for a reporting period. Action plans connect your situation assessment to measurable outcomes and serve as the foundation for action plan reports.

## Getting Started

To access Action Plans, hover over the **Plan** menu in the top navigation bar and click **Action Plans**. The Action Plans list displays all of your records with options to search, filter, sort, and create new entries.

![Screenshot: The Action Plans list view showing the table of action plan records with columns for title, reporting period, level, status, and program areas, along with the search bar, filter options, and Add Action Plan button at the top](https://2560412328-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff0820LrBGQ9ZA8SC4BR1%2Fuploads%2Fgit-blob-cff48b2f49c2a80b36f6b10e96f24e3d74b122fe%2Faction-plans-list-view.png?alt=media)

## Workflow

Creating a complete action plan involves several steps. PEARS guides you through each section in order:

{% stepper %}
{% step %}

#### General Information

Enter the plan title, reporting period, level, type, program areas, and other basic information.

[Create an Action Plan](https://support.pears.io/plan/action-plans/create-an-action-plan)
{% endstep %}

{% step %}

#### Collaborators

Add other PEARS users who contributed to or should have access to this action plan.

[Collaborators](https://support.pears.io/plan/action-plans/collaborators)
{% endstep %}

{% step %}

#### Custom Data (if applicable)

If your organization has custom data sections configured, complete the required custom data fields.
{% endstep %}

{% step %}

#### Situation Assessment

Describe the needs assessment results, situation statement, and public value for the plan.

[Situation Assessment](https://support.pears.io/plan/action-plans/situation-assessment)
{% endstep %}

{% step %}

#### Outputs

Describe the activities, products, or deliverables that will be implemented to reach the plan's intended outcomes.

[Outputs](https://support.pears.io/plan/action-plans/outputs)
{% endstep %}

{% step %}

#### Outcomes & Indicators

Define the short-term, medium-term, and long-term outcomes you expect, along with measurable indicators.

[Outcomes and Indicators](https://support.pears.io/plan/action-plans/outcomes-and-indicators)
{% endstep %}

{% step %}

#### Mark as Complete

Once all required sections are finished, mark the action plan as complete. State-level plans are submitted for review.

[Mark an Action Plan as Complete](https://support.pears.io/plan/action-plans/mark-an-action-plan-as-complete)
{% endstep %}
{% endstepper %}

## Additional Actions

* [Copy an Action Plan](https://support.pears.io/plan/action-plans/copy-an-action-plan) — Duplicate an existing plan to a new reporting period or level.
* [Action Plan Reports](https://support.pears.io/reflect/action-plan-reports/action-plan-reports) — Report on progress toward your action plan's outcomes.

{% hint style="info" %}
**TIP:** The **Plan Progress** panel on the right side of the action plan detail page shows your completion percentage and a checklist of remaining sections.
{% 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.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.
