# Where do I publish COVID-19 information?

Guidance for federal agencies from [**digital.gov**](https://digital.gov/resources/coronavirus-covid19-guidance-for-us-government/) suggests to stand up an `agency.gov/coronavirus` page. For states and localities, it should be something like `sanantonio.gov/coronavirus` in accordance with this structure.

All information about coronavirus from your agency should be housed on this page so that your public has one single source of truth to access. This page should communicate information that is specific to your state/ locality, like announcements about Stay At Home orders or state/ locality-specific resources. For all other information, it should link to authoritative information from other government agencies. Digital.gov advises to not copy-paste information from other sites, and to prominently link to information instead. Guidance on **what information to put on your coronavirus site is** [**here**](/info-to-put-on-your-site.md).

Once you have this page, you should link to it from your main website, as this is one of the most important resources that the public should be made aware of. The **State of California** is a great example of this. On the homepage of their main website, ca.gov, a banner at the top lets visitors know that there is a Coronavirus response site. This makes it easy for anyone who visits their website to be able to go straight to COVID-19 info.

![California’s main homepage](https://paper-attachments.dropbox.com/s_AFB08FCF419066C006E599F7596BE2FAB19D791C3F7DE75880CBBC14F3D92746_1586309208330_Screen+Shot+2020-04-07+at+6.25.33+PM.png)

### &#x20;<a href="#who-is-my-audience" id="who-is-my-audience"></a>


---

# 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/getting-started/where-do-i-publish-covid-19-information.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.
