# Awell documentation
URL: https://docs.awellhealth.com/docs

> For the complete documentation index, see [llms.txt](https://docs.awellhealth.com/llms.txt).



Care teams lose hours to work nobody should be doing: re-keying the same data into three systems,
chasing a form that never came back, remembering who was supposed to follow up. A care flow handles
that coordination.

These docs cover how to build one, how to run it, and how to connect it to the systems a team already
has.

## If you're new to Awell, start with 'Get Started' [#if-youre-new-to-awell-start-with-get-started]

[Get started](/docs/get-started) takes fifteen minutes and explains what a care flow is, how the parts
of the platform fit together, and the vocabulary the rest of these pages assume.

**Care flow authors** decide what should happen, for whom, and when, in clinical and operational
terms, without writing code.

* [Design care flows](/docs/design-care-flows) builds them in Studio.
* [Care delivery](/docs/run-care-flows) covers the day-to-day work in Awell Care and Panels.
* [Improve & analyze](/docs/improve-and-analyse) shows how a live care flow is performing.
* [Administer & secure](/docs/administer-and-secure) covers teams, roles, branding, and single sign-on.

**Engineers** wire care flows to the systems around them, so every activity has real data behind it.

* [Connect systems](/docs/connect-systems) covers electronic medical records, HL7, and calls to
  external APIs.
* [Automate with events](/docs/automate-with-events) covers webhooks in both directions.
* [Embed & host](/docs/embed-and-host) puts activities in front of patients and clinicians.
* [Data & source control](/docs/data) gets data out, and versions care flows as code.
* [API reference](/api-reference) has the exact queries, mutations, and fields.

Both paths reach [Extensions](/docs/extensions), which is how a care flow reaches another system, and
the [Marketplace](/docs/marketplace), which lists what already exists.

## Page Labels [#page-labels]

A page's purpose is clear before the first paragraph.

| Kind          | Answers                                         |
| ------------- | ----------------------------------------------- |
| **Concept**   | What is this, and why does it matter?           |
| **How-to**    | What are the steps for this one task?           |
| **Reference** | What are the exact fields, values, and options? |
| **Tutorial**  | Walk me through building something end to end.  |

Pages also say who they're mainly for, and a page that needs an engineer's help says where to hand off.
