> ## Documentation Index
> Fetch the complete documentation index at: https://help.clinikehr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up your practice

> The eight-step setup checklist for a new solo or team practice, and where to go for each one.

export const Path = ({steps = []}) => <span className="ck-path">
    {steps.map((s, i) => <span key={i} className="ck-path__step">
        {i > 0 ? <span className="ck-path__sep" aria-hidden="true">
            ›
          </span> : null}
        {s}
      </span>)}
  </span>;

export const Availability = ({editions = ['all'], plans, roles, note}) => {
  const list = editions.includes('all') ? ['clinic', 'pharmacy', 'lims'] : editions;
  return <div className="ck-avail" role="note" aria-label="Feature availability">
      <span className="ck-avail__label">Available in</span>

      {list.map(e => <span key={e} className={`ck-pill ck-pill--${e}`}>
          {EDITION_LABELS[e] || e}
        </span>)}

      {plans ? <span className="ck-avail__label">Plan</span> : null}
      {plans ? <span className="ck-pill ck-pill--plan">{plans}</span> : null}

      {roles ? <span className="ck-avail__label">Who</span> : null}
      {roles ? <span className="ck-pill ck-pill--role">{roles}</span> : null}

      {note ? <span className="ck-avail__note">{note}</span> : null}
    </div>;
};

<Availability editions={['clinic']} plans="Solo and Team" roles="Owner, and any staff member with access to the step's screen" />

A new ClinikEHR workspace opens on a **Get Started** page with a checklist of eight steps. Work down it and you finish with a practice that can book clients, see them, document the visit and get paid. This section is one page per step.

<Path steps={['Sidebar', 'Get Started']} />

## Before the checklist

Two things happen before you ever see the checklist, and both trip people up.

1. **Your account does not exist until you select the link in your email.** Signing up sends a verification link; there is no automatic login. See [Create your account](/practice/get-started/create-account).
2. **You pick up a plan on the way in.** Most new practices land on a page reading **"Let's get your clinic set up"** with one button, **Start for free**, which starts a 7-day trial with no card. Some land on the plan comparison instead. Both are normal. See [Choose a plan](/practice/get-started/choose-plan).

## What you see on Get Started

The page opens with a progress ring showing your percentage, **\{completed} of \{total} done** and an estimate of the time left, plus a **Continue** button pointing at your next step. Below that:

* **Try the AI in 60 seconds** — a spotlight card with a **Start demo** button. Enter a chief complaint and watch a SOAP note draft itself. It is a demo, not a saved record, and it is limited to five runs per clinic per day.
* **Your setup** — the eight step cards, incomplete ones first. Use **Show completed steps** to see the rest.
* **Other Setup** — a second tab of optional modules: **Telehealth**, **AI Note Taker**, **Intakes configure**, **ePrescribe**, **Documents**, **Online Payments**, **Client Portal** and **Insurance setup**, each marked **Ready** or **Setup**. The **Resources** tab beside it currently reads **Coming soon**.
* **Need a hand?** — **Schedule a setup call** ("30-min walkthrough with onboarding"), **Live chat**, the **Discord community**, and **Refer a colleague** ("Get 1 month free"), which appears once you have written a note.

On your first visit a **Personalise your setup** dialog offers to reorder the list around one goal — **Try the AI**, **See patients** or **Build your team** — and asks for your specialty. It offers itself once, and **Skip for now** is fine. A specialty rewords a few steps: a behavioural-health practice is asked for a **session note**, a dental practice for a **dental note**.

Progress updates live — finish a step elsewhere in the app and the checklist ticks without a refresh. A floating **Setup** pill in the bottom-right corner of every page carries the same progress and can be minimised or dismissed; it disappears for good at 100%, where you get confetti and **You're all set up**.

## The eight steps

| # | Step                                                                       | Takes about | Ticks when                                    |
| - | -------------------------------------------------------------------------- | ----------- | --------------------------------------------- |
| 1 | [Write your first clinical note](/practice/get-started/first-note)         | 2 min       | Any note exists                               |
| 2 | [Add your first client](/practice/get-started/add-clients)                 | 1 min       | Any client exists                             |
| 3 | [Schedule your first appointment](/practice/get-started/first-appointment) | 1 min       | Any appointment exists                        |
| 4 | [Add your first service](/practice/get-started/services)                   | 3 min       | Any service exists                            |
| 5 | [Publish your booking page](/practice/get-started/booking-page)            | 2 min       | The booking page is published                 |
| 6 | [Choose a paid subscription plan](/practice/get-started/choose-plan)       | 2 min       | An active or trialing paid plan               |
| 7 | [Complete your clinic profile](/practice/get-started/practice-profile)     | 3 min       | Name, address, phone and email are all filled |
| 8 | [Invite a team member](/practice/get-started/invite-team)                  | 1 min       | A second staff member exists                  |

The order is a suggestion, not a dependency chain — with two exceptions. Create your services before you publish your booking page, because the booking page is where clients pick one. And step 8 needs a **second person**: you are already the first staff member, so the step stays open until someone else exists.

## The people you see are called Clients

Your sidebar says **Clients**, the button says **Create client**, and the list is headed **Clients Management**. A few older screens still say "Patient" — the check-in sheet is titled **Check In Patient**, for instance. Where this help centre bolds a label, it is the label on your screen.

## Open a step

<Columns cols={2}>
  <Card title="Create your account" icon="https://mintcdn.com/clinikehr/nLyvBRumcl1Yk8z3/images/icons/user-plus.svg?fit=max&auto=format&n=nLyvBRumcl1Yk8z3&q=85&s=a3fbf78fb687cbc78acbe559e500b46f" href="/practice/get-started/create-account" width="24" height="24" data-path="images/icons/user-plus.svg">
    The four-step sign-up wizard, email verification, and what to do if the address is already registered.
  </Card>

  <Card title="Write your first clinical note" icon="https://mintcdn.com/clinikehr/nLyvBRumcl1Yk8z3/images/icons/notes-medical.svg?fit=max&auto=format&n=nLyvBRumcl1Yk8z3&q=85&s=0b63e6c23b8680362df593a57f628d86" href="/practice/get-started/first-note" width="24" height="24" data-path="images/icons/notes-medical.svg">
    Document a visit from a template, from scratch, or with the AI assistant.
  </Card>

  <Card title="Add your first client" icon="https://mintcdn.com/clinikehr/nLyvBRumcl1Yk8z3/images/icons/user.svg?fit=max&auto=format&n=nLyvBRumcl1Yk8z3&q=85&s=fdd8afb7b51f8405d9b0db68b4ae5f26" href="/practice/get-started/add-clients" width="24" height="24" data-path="images/icons/user.svg">
    Create a record, and the fields worth filling now rather than later.
  </Card>

  <Card title="Schedule your first appointment" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/calendar-days.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=6c01a1d8f73fa394795672dbb86d24cf" href="/practice/get-started/first-appointment" width="24" height="24" data-path="images/icons/calendar-days.svg">
    Book a slot, choose the provider and service, and send the confirmation.
  </Card>

  <Card title="Add the services you offer" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/list-check.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=047747dee72616a7e253f7265154dabe" href="/practice/get-started/services" width="24" height="24" data-path="images/icons/list-check.svg">
    Build your catalogue by hand, or apply a specialty starter set.
  </Card>

  <Card title="Publish your booking page" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/globe.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=80fb437fa57114503e6e15ce57caea44" href="/practice/get-started/booking-page" width="24" height="24" data-path="images/icons/globe.svg">
    Design the public page, publish it, and share the link.
  </Card>

  <Card title="Choose a plan" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/credit-card.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=0cb94e491d19b5f3dfd58a1eb2cfc987" href="/practice/get-started/choose-plan" width="24" height="24" data-path="images/icons/credit-card.svg">
    Start the 7-day trial, compare plans, and understand what happens after.
  </Card>

  <Card title="Complete your clinic profile" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/building.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=2fb11462a1b8cdaf272232e89a060f52" href="/practice/get-started/practice-profile" width="24" height="24" data-path="images/icons/building.svg">
    Address, phone and email — the four fields the step checks for.
  </Card>

  <Card title="Invite your team" icon="https://mintcdn.com/clinikehr/nLyvBRumcl1Yk8z3/images/icons/users.svg?fit=max&auto=format&n=nLyvBRumcl1Yk8z3&q=85&s=76abeb65605706fcc027333369b8fcd8" href="/practice/get-started/invite-team" width="24" height="24" data-path="images/icons/users.svg">
    Send an invitation, pick a role, and why you do not count as the second person.
  </Card>
</Columns>

<Card title="Take the tour first" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/map.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=c49e16f8e804fc47e294dc32c66d98f8" href="/start/tour" width="24" height="24" data-path="images/icons/map.svg">
  A walk through the sidebar, the dashboard and the words ClinikEHR uses, before you start filling anything in.
</Card>
