> For the complete documentation index, see [llms.txt](https://docs.shelteroakland.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shelteroakland.com/readme.md).

# Shelter Oakland Documentation

Welcome to the documentation for Shelter Oakland - a shelter management system for Oakland that connects homeless individuals and families with available shelter providers.

***

## Guides

| Guide                                      | For                    | Description                                     |
| ------------------------------------------ | ---------------------- | ----------------------------------------------- |
| [User Guide](/user-guide.md)               | People Seeking Shelter | How to find and apply for shelter               |
| [Provider Guide](/provider-guide.md)       | Shelter Staff          | Managing shelters, inquiries, and registrations |
| [Super Admin Guide](/super-admin-guide.md) | System Administrators  | System-wide management and oversight            |

***

## What is Shelter Oakland?

Shelter Oakland is a web-based platform that connects people experiencing homelessness with available shelter beds in Oakland.

### For People Seeking Shelter

* Search for available shelters on an interactive map
* Apply for placement with one application per day
* Track your application status
* Browse community resources

### For Shelter Providers

* Manage your shelter capacity and bed assignments
* Process applications from people seeking shelter
* Track occupancy and communicate with applicants
* Generate reports on your operations

### For System Administrators

* Oversee all shelters and providers in the system
* Manage user accounts and permissions
* Onboard new organizations
* Access system-wide reports and analytics

***

## Need Help?

* **Seeking shelter?** See the [User Guide](/user-guide.md) or call [800-848-5533](tel:800-848-5533)
* **Shelter staff?** See the [Provider Guide](/provider-guide.md)
* **System administrator?** See the [Super Admin Guide](/super-admin-guide.md)


---

# 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://docs.shelteroakland.com/readme.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.
