# Why do state or local governments need good COVID-19 information websites?

There is some information that is specific to states or localities, such as:

* Whether or not there is a Stay At Home order from the state.
* Who should get tested for COVID-19 and how.
* What local resources are available such as hospitals or financial help.
* Infections, testing, and tracking data that is specific to your locality.

The [Information to put on your site](/info-to-put-on-your-site.md) section of this doc describes what types of information you should have on your coronavirus website, which is specific to your state/locality, vs. what can be linked or embedded from an authoritative source.


---

# 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/why-do-state-or-local-governments-need-good-covid-19-information-websites.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.
