> 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/outputs.md).

# Add Outputs

The Outputs section describes the activities, products, or deliverables that will be implemented to reach your action plan's intended outcomes.

{% stepper %}
{% step %}

#### Navigate to the Outputs Page

After completing the Situation Assessment, PEARS directs you to the Outputs page. You can also access it from the action plan detail page by clicking **Outputs** in the progress panel.
{% endstep %}

{% step %}

#### Describe Your Planned Outputs

In the text editor, describe the activities, products, or deliverables you plan to implement. Be specific about what you will do to achieve the outcomes defined in your action plan.

![Screenshot: The Outputs text editor showing the rich text editing toolbar and the text area where users enter their planned outputs, with Save and Save and Continue buttons below](/files/ohbp8k2tplmmHiyLePn9)

<details>

<summary>EXAMPLE: Writing Effective Outputs</summary>

Strong outputs are specific, actionable descriptions of what you plan to deliver. For example:

* "Conduct a 6-session nutrition education series for SNAP-eligible adults at the Main Street Community Center."
* "Develop and distribute a bilingual food safety guide for new immigrants in the county."
* "Host 3 farm-to-table cooking demonstrations at local farmers markets during the summer season."

</details>
{% endstep %}

{% step %}

#### Save and Continue

Click **Save and Continue** to save the outputs and proceed to the [Outcomes and Indicators](/plan/action-plans/outcomes-and-indicators.md) page.
{% endstep %}
{% endstepper %}


---

# 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/outputs.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.
