# What is a Proxy Measure?

\##Proxy Measures **What is a Proxy Measure?** A proxy is an indirect measure of the desired outcome which is itself strongly correlated to that outcome. It is commonly used when direct measures of the outcome are unobservable and/or unavailable. An organization should use a proxy measure when there is little or no data available about the program being implemented, but the outcome the program is designed to influence has an existing and commonly accepted proxy.

| This Measure                                                                        | Is a Proxy for                      | And can be found                                                                                                                                                                                                                                        |
| ----------------------------------------------------------------------------------- | ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Gross Domestic Product (GDP)                                                        | Quality of Life, Standard of Living | Department of Commerce: Bureau of Economic Analysis has [GDP by state & metropolitan statistical area](https://www.bea.gov/regional/index.htm)                                                                                                          |
| Unemployment Rate                                                                   | Economy, Labor Market               | Department of Labor's Bureau of Labor Statistics [publishes](http://www.bls.gov/bls/newsrels.htm#major) regular updates to employment, unemployment and wage data.                                                                                      |
| Air Quality Index (AQI)                                                             | Environmental Quality               | The Environmental Protection Agency (EPA) publishes [Air Quality data](http://www3.epa.gov/airdata/) by city and county.                                                                                                                                |
| Infant Deaths (Mortality)                                                           | Maternal, Infant & Child Health     | The CDC publishes [Linked Birth and Infant Death Data](http://www.cdc.gov/nchs/linked.htm) with links to local public health agencies                                                                                                                   |
| Obesity Rates                                                                       | Health & Well-being of a community  | The CDC publishes [Nutrition, Physical Activity and Obesity: Data, Trends and Maps](https://www.cdc.gov/dnpao-data-trends-maps/about/index.html) which can be viewed at the state and city level for many cities                                        |
| Homicide Rates                                                                      | Public Safety                       | Local jurisdictions are the best source for the most current crime data, but the [FBI publishes annual reports](https://www.fbi.gov/about-us/cjis/ucr/crime-in-the-u.s/2014/crime-in-the-u.s.-2014/offenses-known-to-law-enforcement/expanded-offense). |
| Reading & Math Proficiency Levels                                                   | Education Quality                   | The National Center for Education Statistics publishes [proficiency scores](http://nces.ed.gov/nationsreportcard/districts/) on standardized tests for many participating jurisdictions.                                                                |
| General Fund Personnel and Operating Expenses per Capita, FTEs per 1,000 population | Government Operations & Management  | Personnel Costs, Operating Costs, and FTE counts are usually available in government budget documents, and population is available through the [US Census Bureau](https://www.census.gov/)                                                              |


---

# 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://govex.gitbook.io/benchmarking/proxy.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.
