# Add Demographics Data to a Program Activity

The Demographics section records the demographic makeup of the participants in your program activity. The fields available depend on your reporting period and program areas.

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

## Navigate to Demographics

After completing any required custom data sections, PEARS directs you to the Demographics page. You can also access this section from the program activity detail page by clicking **Demographics** in the progress panel.

{% stepper %}
{% step %}

#### Enter Total Participants

In the **Total Participants** field, enter the total number of participants in the program activity.
{% endstep %}

{% step %}

#### Select Reach Method

In the **Method used to determine demographic makeup of participants** field, select the option that best describes how the demographic data was collected:

* **Actual Count** — Demographics were collected through sign-in sheets, surveys, or other direct methods.
* **Estimated Count** — Demographics were estimated based on observation or other indirect methods.
* **Unknown** — The method used to collect demographics is not known.

{% hint style="warning" %}
**NOTE:** For SNAP-Ed program activities, the **Unknown** option is not available. You must select either **Actual Count** or **Estimated Count**.
{% endhint %}
{% endstep %}

{% step %}

#### Select a Data Source

In the **Source of Data** field, select the source used to determine the demographic makeup of participants from the dropdown.

If the appropriate source is not listed, select **Other** and enter the source in the text field that appears.

{% hint style="warning" %}
**NOTE:** This field is required for SNAP-Ed program activities.
{% endhint %}
{% endstep %}

{% step %}

#### Enter Gender Data

Enter the number of participants for each gender category:

* **Male**
* **Female**
* **Non-binary**
* **Prefer Not to Respond**
* **Unknown**
  {% endstep %}

{% step %}

#### Enter Age Data

Enter the number of participants for each age range. The age categories available depend on your program type:

**For SNAP-Ed programs:**

* 5 - 7 years
* 8 - 10 years
* 11 - 13 years
* 14 - 17 years
* 18 - 59 years
* 60+ years

**For Extension programs:**

* 5 - 17 years (Total Youth)
* 18 - 29 years
* 30 - 59 years (Total Adults)
* 60+ years

{% hint style="info" %}
**TIP:** Only the age categories relevant to your program areas will be enabled. Categories that do not apply will be grayed out.
{% endhint %}
{% endstep %}

{% step %}

#### Enter Ethnicity Data

Enter the number of participants for each ethnicity category:

* **Hispanic / Latino**
* **Non-Hispanic / Latino**
* **Prefer Not to Respond**
* **Unknown**
  {% endstep %}

{% step %}

#### Enter Race Data

Enter the number of participants for each race category:

* **American Indian or Alaska Native**
* **Asian**
* **Black or African American**
* **Hawaiian/Pacific Islander**
* **White**
* **Prefer Not to Respond**
* **Unknown**
* **Two or More Races**

The **One Race Only** field is automatically calculated and displays the count of participants who identified with a single race.

{% hint style="warning" %}
**NOTE:** Only the race categories relevant to your program areas will be enabled. Some categories may be grayed out depending on whether your organization is SNAP-Ed, Extension, or both.
{% endhint %}
{% endstep %}

{% step %}

#### Save and Continue

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

To save without continuing, click the **Save** button instead.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** The demographic form layout changes based on the reporting period of the program activity. Program activities with reporting periods before 2023 will see a different set of age categories and demographic fields than those with 2023+ reporting periods.
{% 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/engage/program-activities/add-demographics-data.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.
