> For the complete documentation index, see [llms.txt](https://govex.gitbook.io/setting-performance-targets-getting-started-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://govex.gitbook.io/setting-performance-targets-getting-started-guide/readme.md).

# Introduction

Everyone sets targets. Some people set fitness and savings goals. Students want better grades. CEOs aim for certain profit margins. Principals want higher graduation rates. Across every domain, people use performance measures and targets to shape choices. Performance measures provide people quantifiable information about something they care about achieving or maintaining. Targets help them know where to aim.

Governments are no different than individuals. Many governments have been told they need [S.M.A.R.T. goal statements](/setting-performance-targets-getting-started-guide/glossary.md) and strong targets. However, not every jurisdiction, department, and program understands how to set achievable targets that will inspire people to improve, and setting the right target for each measure can be difficult.

The Center for Government Excellence at Johns Hopkins University (GovEx), a partner in Bloomberg Philanthropies’ What Works Cities initiative, created this practical guide to help governments advance performance management practices by setting stronger targets. The guide includes: tips for dealing with five common categories of target-setting scenarios; an in-depth example for practicing accuracy in target setting; links to benchmarking and proxy measure resources; and a robust glossary of terms.

![](https://raw.githubusercontent.com/govex/govex.github.io/master/images/WWC_ResourceStamp_web.png)


---

# 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://govex.gitbook.io/setting-performance-targets-getting-started-guide/readme.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.
