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

# Quickstart

> Log in and start working the referral queue.

## Log in

<Steps>
  <Step title="Open the app">
    Navigate to the Referral Intake URL provided by your administrator.
  </Step>

  <Step title="Enter your email">
    On the login page, enter your work email address and select **Continue**.
  </Step>

  <Step title="Verify your identity">
    Enter the verification code sent to your email. If your organization uses SSO, you will be redirected to your identity provider instead.
  </Step>

  <Step title="Access the queue">
    After logging in you land on the **Referrals** dashboard. This is your main working view.
  </Step>
</Steps>

<Info>
  Sessions expire after 30 minutes of inactivity. You will see a warning 30 seconds before logout. Any unsaved changes in the insurance tab will be lost on logout.
</Info>

## Navigate the app

| Page            | Path              | Purpose                                          |
| --------------- | ----------------- | ------------------------------------------------ |
| Referrals       | `/referrals`      | Desktop queue — full referral table with filters |
| Referral detail | `/referrals/[id]` | View and edit a single referral                  |
| Tasks           | `/tasks`          | All tasks across referrals                       |
| My Referrals    | `/my-referrals`   | Mobile-optimized referral list                   |
| Summaries       | `/summaries`      | High-level referral summaries                    |

## What to do next

<Columns cols={2}>
  <Card title="Work the queue" icon="list" href="/guides/reviewing-referrals">
    Learn how to filter and search referrals.
  </Card>

  <Card title="Understand statuses" icon="circle" href="/concepts/referral-lifecycle">
    Learn what each status means.
  </Card>
</Columns>
