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

# Welcome to Lilee

Lilee is an Operational AI platform for Utilization Management, Care Management, and Post-Decision Workflows in US healthcare.

## Quick Links

| Section                                                     | Description                            |
| ----------------------------------------------------------- | -------------------------------------- |
| [What is Lilee?](/getting-started/platform-overview.md)     | Platform overview and key capabilities |
| [Getting Started](/getting-started/new-user-orientation.md) | First-time setup and navigation guide  |

## Documentation Spaces

| Space             | Description                                          |
| ----------------- | ---------------------------------------------------- |
| **Documentation** | User guides for UM, CM, Administration, and Concepts |
| **Help Center**   | FAQ, Glossary, and troubleshooting                   |
| **Changelog**     | Release notes and product roadmap                    |

## By Role

* **Clinical Reviewers (RN)** -- Utilization Management guides
* **Care Managers** -- Care Management workflows
* **Administrators** -- System configuration and user management
* **All Users** -- Getting Started, Concepts, Reference


---

# 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:

```
GET https://docs.lilee.ai/welcome.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.
