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

# Account setup

> Create a haau3 account and onboard a patient profile so you can run the share workflow end to end.

To test the haau3 caregiver app's share workflow end to end, you first create a haau3
account and onboard at least one patient profile, the same way a caregiver or patient would.
This page walks through that one-time setup so you arrive at an active patient context, which
is what the [Generate a SMART Health Link](/app/kill-the-clipboard/generate-smart-health-link)
flow operates on.

Each signed-in user represents the person managing care. A single account can manage several
patient profiles (the user themselves, a loved one, or both), and most downstream workflows,
including sharing and SMART Health Link generation, operate within the currently selected
**patient context**.

<Steps>
  <Step title="Create a haau3 account">
    Go to [haau3.com](https://haau3.com) and choose **Sign up** to open the account creation
    modal.

    <Frame>
      <img src="https://mintcdn.com/haau3/upvBcXEW4AcogDKH/images/app/account-setup/create-account-modal.png?fit=max&auto=format&n=upvBcXEW4AcogDKH&q=85&s=02da5f9f866494a5b07a3a246d553739" alt="Create your account modal" width="585" height="881" data-path="images/app/account-setup/create-account-modal.png" />
    </Frame>

    After creating your account, you are redirected to onboarding, where haau3 collects a
    small amount of information about the signed-in user.

    <Frame caption="If you signed in with Google, fields such as name and email may be pre-populated from the OAuth provider.">
      <img src="https://mintcdn.com/haau3/upvBcXEW4AcogDKH/images/app/account-setup/onboarding-user-info-2.png?fit=max&auto=format&n=upvBcXEW4AcogDKH&q=85&s=ef64c180588c43ab76edd67542a1df31" alt="haau3 onboarding user information screen" width="956" height="697" data-path="images/app/account-setup/onboarding-user-info-2.png" />
    </Frame>

    This establishes the signed-in user who will manage one or more patient profiles.
  </Step>

  <Step title="Choose who you are managing care for">
    The next step asks who you will be managing haau3 for. This determines which patient
    profiles are created during setup.

    <Frame>
      <img src="https://mintcdn.com/haau3/upvBcXEW4AcogDKH/images/app/account-setup/onboarding-care-setup.png?fit=max&auto=format&n=upvBcXEW4AcogDKH&q=85&s=03c21933aa01efb75aa8cd94cee3513c" alt="Choose who you will be managing haau3 for" width="904" height="541" data-path="images/app/account-setup/onboarding-care-setup.png" />
    </Frame>

    * **Myself**: manage your own care.
    * **Someone else**: manage care for a loved one such as a parent, spouse, or child.
    * **Myself and someone else**: manage both your own care and another person's.

    Your selection determines which patient profiles are created and which patient context is
    available afterward.
  </Step>

  <Step title="Enter demographic information for the first patient">
    haau3 then begins creating the first patient profile, collecting the basic demographic
    information it needs (date of birth and sex at birth).

    <Frame caption="In this example the user selected “Myself and someone else,” so onboarding first collects demographics for the signed-in user before creating additional profiles.">
      <img src="https://mintcdn.com/haau3/upvBcXEW4AcogDKH/images/app/account-setup/onboarding-patient-demographics.png?fit=max&auto=format&n=upvBcXEW4AcogDKH&q=85&s=f3e756282ae0f6d4ef9acc68bbe4e732" alt="Enter date of birth and sex at birth during onboarding" width="897" height="544" data-path="images/app/account-setup/onboarding-patient-demographics.png" />
    </Frame>
  </Step>

  <Step title="Enter demographic information for the person you are caring for">
    If you selected **Someone else** or **Myself and someone else**, haau3 guides you through
    creating a patient profile for the person you are caring for.

    <Frame>
      <img src="https://mintcdn.com/haau3/upvBcXEW4AcogDKH/images/app/account-setup/onboarding-care-recipient.png?fit=max&auto=format&n=upvBcXEW4AcogDKH&q=85&s=1283ccf8244d63a99ee85fd95a19756f" alt="Enter demographic information for the person you are caring for" width="915" height="791" data-path="images/app/account-setup/onboarding-care-recipient.png" />
    </Frame>

    This information creates the patient profile for the person whose care you will manage.
  </Step>

  <Step title="Select your relationship to the person you are caring for">
    The final step asks how you are related to the person whose care you will manage. This
    relationship helps haau3 understand the caregiving context between you and the patient.

    <Frame>
      <img src="https://mintcdn.com/haau3/upvBcXEW4AcogDKH/images/app/account-setup/onboarding-relationship.png?fit=max&auto=format&n=upvBcXEW4AcogDKH&q=85&s=dbb0ae5c3c46d0fa34520356796af662" alt="Select relationship to the patient" width="925" height="849" data-path="images/app/account-setup/onboarding-relationship.png" />
    </Frame>

    After onboarding, haau3 routes you directly into the patient-scoped workspace for your
    preferred patient context.

    <Note>
      If multiple patient profiles exist, haau3 prioritizes people you are caring for first.
      Otherwise it defaults to your own patient profile.
    </Note>
  </Step>
</Steps>

## What comes next

With onboarding complete and a patient context active, you can run the share workflow:
generate a SMART Health Link or QR code from the patient record, then test how a receiving
system ingests it. That flow is covered in
[Generate a SMART Health Link](/app/kill-the-clipboard/generate-smart-health-link).
