# Getting Started

This section walks you through everything you need to go from a new Welkin tenant to an operational care management environment. Follow the pages in order for the smoothest setup experience.

| Step | Page                                                                              | Who it's for      |
| ---- | --------------------------------------------------------------------------------- | ----------------- |
| 1    | [Setting up your organization](/getting-started/setting-up-organization.md)       | Administrators    |
| 2    | [Inviting users and defining roles](/getting-started/inviting-users-and-roles.md) | Administrators    |
| 3    | [Key concepts](/getting-started/key-concepts.md)                                  | Everyone          |
| 4    | [First patient workflow walkthrough](/getting-started/first-patient-workflow.md)  | Care team members |

> If your organization's Welkin environment is already configured and you're a new care team member, you can skip to [Key Concepts](/getting-started/key-concepts.md) and [First Patient Workflow](/getting-started/first-patient-workflow.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.welkinhealth.com/getting-started.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.
