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

# Orion by GatherWare

Welcome to the docs for **Orion** — GatherWare's platform for facility and capital planning in healthcare.

## What is Orion?

Orion is where healthcare organizations manage their capital improvement projects. It handles everything from tracking individual renovations to managing a multi-campus, multi-year capital plan.

### What you can do

* **Plan** — Manage your project portfolio with cost, scope, and schedule data
* **Prioritize** — Score and rank projects using ROI analysis and custom criteria
* **Forecast** — Generate cash flow projections with escalation built in
* **Visualize** — GANTT charts, maps, Sankey diagrams, and dashboards
* **Compare** — Create scenarios and compare different approaches side by side
* **Report** — Build tabular and PDF reports, and schedule them for automatic delivery
* **Collaborate** — Tag team members, assign projects, share filters, and keep notes in one place

## Explore the Docs

Use the navigation at the top of the page to browse each section:

| Section           | What's inside                                                                  |
| ----------------- | ------------------------------------------------------------------------------ |
| **Documentation** | Full guide to the Orion web platform — setup, concepts, modules, and reference |
| **Changelog**     | Release notes for every Orion version                                          |
| **Help Center**   | FAQs, troubleshooting, and support                                             |

## About GatherWare

GatherWare, Inc. builds software for healthcare facility and capital planning. Orion is used by health systems across the country.

* **Website:** [gatherwareinc.com](https://gatherwareinc.com)
* **Contact:** <info@gatherwareinc.com>


---

# 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.orion.gatherwareinc.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.
