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