> For the complete documentation index, see [llms.txt](https://covid-websites.usdigitalresponse.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://covid-websites.usdigitalresponse.org/info-to-put-on-your-site/additional-considerations.md).

# Additional considerations

Additional considerations include incorporating cities with websites, using the CDC coronavirus logo, and obtaining feedback from constituents. See the following for details:

* **If your government is a state or county and you know of cities within your jurisdiction that have their own coronavirus websites**, include a section on your homepage where you list links to those websites so that your users can easily navigate to them. An example of a website that does this centralization very well is one of the [South Korean provincial government’s coronavirus website](https://www.provin.gangwon.kr/covid-19.html). Gangwon-do is a province in Korea that has many cities in it. This page has a section that lists the coronavirus info websites for each of the cities within the province. ![South Korean Provincial website linking to city websites](https://paper-attachments.dropbox.com/s_AFB08FCF419066C006E599F7596BE2FAB19D791C3F7DE75880CBBC14F3D92746_1586559032706_Screen+Shot+2020-04-10+at+3.50.11+PM.png)
* **Logos & Images**
  * Digital.gov advises to use the [CDC’s coronavirus logo](https://phil.cdc.gov/Details.aspx?pid=2871) to provide visual continuity among all government sites about coronavirus. Do not create any separate logos for the time being.
  * Using open-source images and other visual assets can make it easier for users to quickly read and understand your coronavirus website information. The **\[Design & Technical Resources section]** of this doc lists some of them for your use.
* **Getting feedback from your constituents** - Constituent feedback is very important. Make sure your website is providing useful information that your constituents need. This will help you understand what additional information you need to publish, as well as what design or feature changes you need to make to your website. We recommend adding a “Submit feedback about this site” link to a [Google Form](https://docs.google.com/forms/u/0/?tgif=d) with the following questions:
  * *Did you find the information that you needed? Y/N*
    * *What were you looking for?*
  * *On a scale of 1-10, how easy was it to find information on this site?*
  * *What could be improved about this site?*
  * *Can we reach out to you for additional feedback? If yes, then please provide your email address.*


---

# 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://covid-websites.usdigitalresponse.org/info-to-put-on-your-site/additional-considerations.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.
