> 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/reflect/success-stories/add-snap-ed-data.md).

# Add SNAP-Ed Data

If your organization uses SNAP-Ed, you will need to complete the SNAP-Ed Data section for your success story. This section captures project details, framework indicators, socioecological frameworks, programming approaches, and partner types that relate to the story.

{% hint style="info" %}
**TIP:** The red asterisk **\*** next to the heading of a field indicates that the field is required.
{% endhint %}

## Navigate to SNAP-Ed Data

After completing the Story Narrative step, PEARS directs you to the SNAP-Ed Data page if your organization uses SNAP-Ed. You can also access this section from the success story detail page by clicking **SNAP-Ed Data** in the progress panel.

{% stepper %}
{% step %}

#### Select a Project (optional)

In the **Project** field, select the SNAP-Ed project associated with this success story from the dropdown.
{% endstep %}

{% step %}

#### Select Framework Indicators

In the **Framework Indicators** field, select the indicator(s) that apply to this success story. More than one indicator may be selected.

{% hint style="warning" %}
**NOTE:** At least one framework indicator is required when SNAP-Ed data is enabled for your organization.
{% endhint %}
{% endstep %}

{% step %}

#### Select Socioecological Frameworks

In the **Socioecological Frameworks** field, check the framework(s) that apply to this success story. More than one framework may be selected.

{% hint style="warning" %}
**NOTE:** At least one socioecological framework is required when SNAP-Ed data is enabled for your organization.
{% endhint %}
{% endstep %}

{% step %}

#### Select Programming Approaches

In the **Programming Approaches** field, check the approach(es) that apply to this success story. More than one approach may be selected.

{% hint style="warning" %}
**NOTE:** At least one programming approach is required when SNAP-Ed data is enabled for your organization.
{% endhint %}
{% endstep %}

{% step %}

#### Select Partner Types (optional)

In the **Partner Types** field, select the type(s) of partners involved in the program described by this success story, if applicable. More than one partner type may be selected.
{% endstep %}

{% step %}

#### Save and Continue

Click the **Save and Continue** button to save the SNAP-Ed data and proceed to the next step in the workflow.

To save without continuing, click the **Save** button instead.
{% 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/reflect/success-stories/add-snap-ed-data.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.
