# EARS Report

PEARS automatically generates Education and Administrative Reporting System (EARS) form tables that SNAP-Ed administrators must submit annually to the Food and Nutrition Service (FNS). The EARS report compiles data from across PEARS modules into the required format.

![Screenshot: EARS Report page showing the reporting period dropdown, unit selector, optional filters, and reach calculation method options](/files/GXN5xLwDnWe72ZVOvYfS)

## Run the EARS Report

{% stepper %}
{% step %}

#### Navigate to EARS Data

From the **Analyze** menu, select **EARS Data**.
{% endstep %}

{% step %}

#### Select a reporting period

Choose a **Reporting Period** from the dropdown. The current reporting period is selected by default.
{% endstep %}

{% step %}

#### Select a unit

Select a **Unit** to scope the report. Choose the state-level unit for organization-wide reporting, or select a specific unit to limit the report.
{% endstep %}

{% step %}

#### Set optional filters

* **Reported by** — Optionally filter the report to a specific person.
* **Start/End dates** — Optionally limit the report to a date range within the reporting period.
* **Include incomplete records** — Optionally include records that have not been marked as complete. These are included for reference only.
  {% endstep %}

{% step %}

#### Choose a reach calculation method

Select how reach should be calculated for item 5, column F:

* **Estimate Unique Reach** (default) — Uses an algorithm that compares PSE Site Activity reach against Program Activity reach at each site, avoiding double-counting across interventions.
* **Duplicated Reach** — Sums reach across all reported activities, campaigns, and indirect activities without deduplication.
  {% endstep %}

{% step %}

#### Run the report

Click **Run Report**. The report generates in a new browser tab. Depending on the volume of data, this may take several minutes.
{% endstep %}
{% endstepper %}

![Screenshot: Generated EARS report output showing the completed form tables in a browser tab](/files/K8f0HGXSK9RPQ1LPRxFX)

## State-Level Reporting

Organizations with state-level access can run EARS reports that aggregate data from multiple Implementing Agencies:

1. Click your username in the top navigation bar and select **Switch Organization**.
2. Select the state-level organization.
3. Run the EARS report as described above. The report will include data from all agencies within the state organization.

{% hint style="info" %}
**TIP:** The EARS report is available for SNAP-Ed organizations.
{% 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/analyze/ears-report.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.
