# Add Situation Assessment

The Situation Assessment section captures background context for your action plan, including whether a needs assessment was performed, the situation your programming addresses, and the public value your plan provides.

{% stepper %}
{% step %}

#### Navigate to the Situation Assessment Page

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

{% step %}

#### Indicate Whether a Needs Assessment Was Performed

In the **Was a needs assessment performed for this action plan?** field, select **Yes** or **No**.

If you select **Yes**, the **Brief description of assessment results** field appears. Enter a summary of the needs assessment findings.

{% hint style="warning" %}
**NOTE:** If you select **Yes**, the description field is required. You must provide a summary of the assessment results before continuing.
{% endhint %}
{% endstep %}

{% step %}

#### Enter a Situation Statement

In the **Situation statement** field, describe the problematic condition or issue that demands a programmatic response. This sets the context for your action plan's goals and outcomes.
{% endstep %}

{% step %}

#### Enter the Public Value (if applicable)

In the **Public Value** field, describe the public benefit that your programming provides. This field is required for state-level plans.

{% hint style="info" %}
**TIP:** If your organization has the [Public Value Editor AI tool](/administration/administration/ai-tools.md#public-value-editor) enabled, the Public Value field includes an AI-powered editor that can draft a statement based on your needs assessment results, situation statement, and any additional context you provide. Click the AI button in the editor toolbar to open the generation modal.
{% endhint %}
{% endstep %}

{% step %}

#### Save and Continue

Click **Save and Continue** to save the situation assessment and proceed to the [Outputs](/plan/action-plans/outputs.md) page.

![Screenshot: The Situation Assessment form showing the needs assessment Yes/No toggle, the assessment results text field, the Situation Statement text area, and the Public Value text area with the Save and Continue button at the bottom](/files/mGcaffRMqWXh4VAr0TZQ)
{% 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/situation-assessment.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.
