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