> 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/homepage-and-overall-structure-breakdown/key-financial-and-business-resources-for-xyz-state-locality.md).

# Key financial & business resources for your locality

Many people who come to your site will be looking for financial, employment, housing, loan, food, health insurance, or other ways to get help from your government or community. People will also be looking for the best ways to help their community.

We recommend having prominent ways to access these resources from your homepage so that people can easily find them.

* **Resources for individuals in your state/locality** ([example from NYC](https://www1.nyc.gov/site/coronavirus/resources/resources-for-new-yorkers.page))
* **Resources for Businesses/Non-Profits** ([example from NYC](https://www1.nyc.gov/site/coronavirus/businesses/businesses-and-nonprofits.page))
* **Ways to Help** ([example from NYC](https://www1.nyc.gov/site/coronavirus/ways-to-help/ways-to-help.page))

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

Clicking on each of these sections can direct users to a page containing links that pertain to those resources. [NYC’s Coronavirus Information Portal](https://www1.nyc.gov/site/coronavirus/index.page) does this very well. They feature the resources prominently on their coronavirus portal homepage, and clicking on each link provides users with a page that has useful links, sorted by category.

![NYC COVID-19 Info Portal Homepage](https://paper-attachments.dropbox.com/s_AFB08FCF419066C006E599F7596BE2FAB19D791C3F7DE75880CBBC14F3D92746_1586468900175_Screen+Shot+2020-04-09+at+2.47.34+PM.png) ![NYC Covid-19 Resources for New Yorkers page](https://paper-attachments.dropbox.com/s_AFB08FCF419066C006E599F7596BE2FAB19D791C3F7DE75880CBBC14F3D92746_1586557158971_Screen+Shot+2020-04-10+at+3.19.08+PM.png)


---

# 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/homepage-and-overall-structure-breakdown/key-financial-and-business-resources-for-xyz-state-locality.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.
