# Add Outcomes & Indicators

The Outcomes and Indicators section defines the changes you expect your programming to produce and the measurable indicators that will track progress. Outcomes are organized by time frame: short-term, medium-term, and long-term.

## Navigate to the Outcomes and Indicators Page

After completing the Outputs section, PEARS directs you to the Outcomes and Indicators page. You can also access it from the action plan detail page by clicking **Outcomes & Indicators** in the progress panel.

![Screenshot: The Outcomes and Indicators page showing the Short Term, Medium Term, and Long Term tabs, with the Add Outcome button and the list of existing outcomes with their indicators](/files/HNBcT4fapbCAHGd46dr0)

## Add an Outcome

{% stepper %}
{% step %}

#### Select an Outcome Term

Click the tab for the time frame of the outcome you want to add:

* **Short Term** — Changes expected in the near term (e.g., increased knowledge or awareness).
* **Medium Term** — Changes expected over several months (e.g., behavior changes).
* **Long Term** — Changes expected over a year or more (e.g., health or economic outcomes).
  {% endstep %}

{% step %}

#### Enter the Outcome

Click **Add Outcome** and enter the following:

* **Short Name** — A brief label for the outcome (up to 100 characters).
* **Full Name** — A detailed description of the expected change.
  {% endstep %}

{% step %}

#### Add Indicators to the Outcome

Each outcome must have at least one measurable indicator. Click **Add Indicator** and enter:

* **Indicator Name** — A description of how the outcome will be measured.
* **Type** (if available) — Some organizations include a Type field to choose how the indicator is reported in the Action Plan Report. Select **Qualitative** (a textbox is provided for reporting) or **Quantitative** (a number field is provided for reporting). Selecting **Quantitative** reveals the Denominator field.
* **Denominator** — For quantitative indicators, optionally enter a denominator value.
* **Survey Question** — Optionally link the indicator to a specific survey question for automated data collection.

![Screenshot: The Add Indicator form showing the Indicator Name text field, Type dropdown with Qualitative and Quantitative options, Denominator field, and Survey Question dropdown](/files/pPC0byhYYSSW5VHFe3g0)

{% hint style="info" %}
**TIP:** Linking indicators to survey questions allows PEARS to automatically pull response data into your action plan reports.
{% endhint %}
{% endstep %}

{% step %}

#### Add Additional Outcomes and Indicators

Repeat the steps above to add all outcomes and their indicators across each time frame. You can add multiple outcomes per term and multiple indicators per outcome.
{% endstep %}

{% step %}

#### Continue

Click **Continue** to proceed to the [Mark as Complete](/plan/action-plans/mark-an-action-plan-as-complete.md) page.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**NOTE:** Every outcome must have at least one indicator before the Outcomes and Indicators section can be marked as complete. If any outcome is missing an indicator, PEARS will display a validation warning.
{% 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/outcomes-and-indicators.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.
