# Contact Tracing Playbook

We learn more about contact tracing for COVID-19 every day. This playbook distills contact tracing guidance and resources from the Center for Disease Control (CDC) and World Health Organization (WHO), as well as from governments like Massachusetts, New York, and North Dakota, who have already begun their contact tracing efforts.

We link to resources, frameworks, and templates to help you consider how to implement basic contact tracing in your community. While we include guidance for high-risk communities (e.g., correctional, healthcare, or long-term care) when we're aware of it, not all guidance shared here may be appropriate for those populations, and it is likely support for those groups will beyond additional investment beyond what we recommend here.

{% hint style="info" %}
This is a **live document** and will be changing as we learn more. Feel free to submit pull requests or [edit on github](https://github.com/harperreed/contact-tracing-playbook).
{% endhint %}

This playbook was written in collaboration with:

* [Geometer](https://geometer.io)
* [U.S. Digital Response](http://usdigitalresponse.org)
* [Lots of volunteers](https://contacttracingplaybook.org/about/authors)

Contact tracing is a core public health function, and the techniques and strategies for contact tracing are not new. The US government’s [Center for Disease Control (CDC)](https://www.cdc.gov/) and the broader public health community [have long depended on contact tracing to](https://www.cdc.gov/eis/field-epi-manual/index.html) [help control highly communicable diseases](https://www.cdc.gov/eis/field-epi-manual/index.html) like HIV/AIDS, ebola, tuberculosis, and syphilis.

In the battle against COVID-19, contact tracing is [one of five essential and interdependent public health strategies](https://www.newyorker.com/science/medical-dispatch/its-not-too-late-to-go-on-offense-against-the-coronavirus) (along with social distancing, testing, isolation & quarantine, and treatment) that will enable us to safely reopen society while continuing to flatten the curve.

While the techniques and strategies for contact tracing are not new, COVID-19's unprecedented scale and speed require we implement time-tested contact tracing strategies in new ways, using new tools and technologies. This will require substantial investments in time, resources, and budget, as well as continued collaboration across federal, state, local, tribal, and territorial health departments.

{% content-ref url="what" %}
[what](https://contacttracingplaybook.org/what)
{% endcontent-ref %}

{% hint style="success" %}
Have questions? [Get in touch with USDR](https://contacttracingplaybook.org/about/have-questions-get-in-touch-with-usdr)
{% 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://contacttracingplaybook.org/master.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.
