> For the complete documentation index, see [llms.txt](https://govex.gitbook.io/cultivating-talent/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/cultivating-talent/readme.md).

# Introduction

Talent isn't everything, but it sure helps. Governments need diverse workforces full of hardworking individuals and motivated teams, but they also need specific skills to drive change and get results. For years, government managers have been shopping for talent with the same grocery list: public policy degrees, business acumen, altruistic internships and previous employment in government. However, it is time to bring 21st century talent into city hall by rethinking how to find and keep top talent.

In this guide, the [Center for Government Excellence (GovEx)](https://govex.jhu.edu/) describes the core competencies that help modern governments accellerate the effective use of data and evidence. It provides sample position descriptions and ideas for where to recruit top talent. There are tips for taking advantage of existing talent by launching an analytics fellowship, along with sample assessments to help separate the wheat from the chaff. Chapters on building effective teams will help any manager create an environment for collaborative success and empowerment. Throughout the document, GovEx provides concrete examples of these tools in practice in cities across the country.

To assist cities in cultivating talent, the [Center for Government Excellence at Johns Hopkins University](http://govex.jhu.edu/), a partner in the [What Works Cities initiative](http://www.whatworkscities.org/), has created this guide. By learning from the experiences of other cities and following best practices developed by the Center, cities will be able to hire, motivate, and keep the talent necessary to provide better services to constituents.


---

# 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/cultivating-talent/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.
