# Census Dashboards Overview

Census Comparison dashboards display geographical maps that compare your program reach data against American Community Survey (ACS) census data at the county level.

## Access Census Dashboards

{% stepper %}
{% step %}

#### Navigate to Impact Dashboards

From the PEARS homepage, hover over the **Analyze** menu and click **Impact Dashboards**.
{% endstep %}

{% step %}

#### Click Census Comparison

On the Impact Dashboards page, click the **Census Comparison** button. The dashboard loads, displaying geographical maps broken down by county.
{% endstep %}
{% endstepper %}

## View County Data

Hover your mouse cursor over any county on the map to see a popup displaying:

* A color indicator showing whether your reach is over or under the census proportion
* The county name
* The percentage of population for that demographic
* The percentage of total reach for your programs

## Filters

Use the filter options to customize the data view, such as filtering by specific user names or program areas.

{% hint style="info" %}
**TIP:** Bookmark the dashboards page for quick access. User permissions apply — you only see data you are authorized to view. By default, only your own created records are displayed.
{% endhint %}

{% hint style="warning" %}
**NOTE:** Not all dashboard buttons appear for every agency type. For example, SNAP-Ed agencies will not see Extension-specific options. Individuals counted in multiple programs may show reach exceeding 100% for a demographic category.
{% 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/impact-dashboards/census-dashboards.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.
