> For the complete documentation index, see [llms.txt](https://contacttracingplaybook.resolvetosavelives.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contacttracingplaybook.resolvetosavelives.org/checklists.md).

# Checklists

- [Contact tracing protocols & forms](https://contacttracingplaybook.resolvetosavelives.org/checklists/protocols.md): A checklist for optimizing contact tracing protocols and forms for teams standing up a contact tracing program
- [Public health workforce](https://contacttracingplaybook.resolvetosavelives.org/checklists/workforce.md): A checklist for establishing a scaled-up public health workforce for COVID-19 contact tracing.
- [Technology solutions](https://contacttracingplaybook.resolvetosavelives.org/checklists/technology.md): A checklist for using technology solutions to increase efficiency and efficacy of contact tracing efforts
- [Case reporting](https://contacttracingplaybook.resolvetosavelives.org/checklists/reporting.md): A checklist for establishing a strong system for case reporting
- [Clinical consultation](https://contacttracingplaybook.resolvetosavelives.org/checklists/consult.md): A checklist for setting up telemedicine for contacts and cases
- [Services to support people in isolation and quarantine](https://contacttracingplaybook.resolvetosavelives.org/checklists/supports.md): A checklist for establishing wrap-around policies and social support services
- [Facilities for out-of-home isolation and quarantine](https://contacttracingplaybook.resolvetosavelives.org/checklists/isolation.md): A checklist for setting up policies and facilities for out-of-home isolation and quarantine
- [Public communication](https://contacttracingplaybook.resolvetosavelives.org/checklists/communications.md): A checklist for setting up communications for community sensitization and support of contact tracing
- [Metrics & monitoring](https://contacttracingplaybook.resolvetosavelives.org/checklists/metrics.md): A checklist for establishing routine monitoring and assessment metrics of your contact tracing program
- [Privacy and data sharing](https://contacttracingplaybook.resolvetosavelives.org/checklists/privacy-and-data-sharing.md): A checklist for building privacy and data security into contact tracing programs


---

# 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://contacttracingplaybook.resolvetosavelives.org/checklists.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.
