# Infections & testing data

If your state or locality has data on testing, infections, and locations with outbreaks, surface this information on your website in a clear, easy-to-read, and visual manner. Ideally, you have some interactive graphs or visualizations that users can browse. For national and global data, there are many data resources that don’t require you to maintain that data yourself, so you can link to those. We recommend:

* [CDC - Cases in the U.S.](https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/cases-in-us.html)
* [CDC - Cases in the World](https://www.cdc.gov/coronavirus/2019-ncov/cases-updates/world-map.html)
* [Tableau COVID-19 Viz Gallery](https://public.tableau.com/en-us/s/covid-19-viz-gallery): A curation of the those impactful data visualizations about Coronavirus (COVID-19) - from Tableau, an enterprise tech company that maintains its data and info really well
* [Coronavirus Global Cases Map](https://coronavirus.jhu.edu/map.html): *\*\**&#x49;nteractive world map of COVID-19 cases from Johns Hopkins

![](https://paper-attachments.dropbox.com/s_AFB08FCF419066C006E599F7596BE2FAB19D791C3F7DE75880CBBC14F3D92746_1586557674464_image.png)

**For data specific to your state/locality that you have on your website, you may want to include:**

* How many tests have been performed
* How many test results are pending
* How many test results are confirmed positive
* How many test results are confirmed negative
* Number of deaths
* Number of recoveries
* When the data was last updated (example: `Last updated on April 4, 2020 at 4:00pm PST`)
* We also recommend including a link to a page that has information about the data source, how it was collected, and its accuracy. As an example, “latest numbers” section of the State of California’s website links to [this page](https://data.chhs.ca.gov/dataset/california-covid-19-hospital-data-and-case-statistics), which has the data sources and descriptions.

*A great* *example* *of a government with clear, easy-to-read data about COVID-19 testing and infections is the* [*South Korean national government’s site*](http://ncov.mohw.go.kr/)*.*&#x20;

![South Korean national government COVID-19 info homepage](https://paper-attachments.dropbox.com/s_AFB08FCF419066C006E599F7596BE2FAB19D791C3F7DE75880CBBC14F3D92746_1586387910296_Screen+Shot+2020-04-08+at+4.17.29+PM.png)


---

# 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://covid-websites.usdigitalresponse.org/info-to-put-on-your-site/infections-and-testing-data.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.
