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

# Sign in to your Ornn account

> Sign in to Ornn with a passwordless magic link, Google, GitHub, or Microsoft.

All methods create or resume the same account, so you can use whichever is most convenient. Learn what happens after authentication based on your account state.

### Sign in or create an account

The sign-in page has one email field and one primary action. The action reads “Sign In” or “Sign Up” based on the mode you are in.

First-time visitors start in sign-in mode. To create an account, use the Sign Up link under “Don't have an account?”. The page switches to create-account mode.

To switch back, use the Sign In link under “Already have an account?”.

<Info>
  The mode only changes the page label. Email sign-in and provider sign-in use the same account flow, so either mode can create a new account or resume an existing one.
</Info>

## Sign-in methods

<Tabs>
  <Tab title="Magic link">
    Magic link is the default. Ornn sends a one-time link to your email; no password required.

    <Steps>
      <Step title="Enter your email">
        Type your work email into the **Your email** field and submit the form.
      </Step>

      <Step title="Check your inbox">
        After you submit, this tab shows **Check your inbox** and confirms that we sent a sign-in link to your email. Open the email and click the link to finish signing in.

        If you need a new link, click **Resend link**.

        <Tip>
          If the email doesn't arrive within a minute, check your spam or junk folder. The link is single-use and expires after a short window.
        </Tip>
      </Step>

      <Step title="You're signed in">
        After clicking the link, Ornn routes you based on your account state. See the table below.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Google">
    <Steps>
      <Step title="Click the Google tile">
        On the sign-in page, click the **Google** tile (labeled **Sign in with Google**).
      </Step>

      <Step title="Complete the Google OAuth flow">
        Sign in or pick the Google account you want to use. Google redirects you back to Ornn.
      </Step>

      <Step title="You're signed in">
        Ornn routes you based on your account state. See the table below.
      </Step>
    </Steps>
  </Tab>

  <Tab title="GitHub">
    <Steps>
      <Step title="Click the GitHub tile">
        On the sign-in page, click the **GitHub** tile (labeled **Sign in with GitHub**).
      </Step>

      <Step title="Complete the GitHub OAuth flow">
        Authorize the Ornn app in GitHub. GitHub redirects you back to Ornn.
      </Step>

      <Step title="You're signed in">
        Ornn routes you based on your account state. See the table below.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## What happens after sign-in

Where you land depends on the state of your account:

| Account state                       | Where you go                                                         |
| ----------------------------------- | -------------------------------------------------------------------- |
| New user (no profile submitted)     | The onboarding form, to complete your company and contact details    |
| Profile submitted, pending approval | The onboarding schedule page, where your application is under review |
| Approved tenant                     | The reservation flow, ready to browse capacity and submit a bid      |

## Session persistence

Your session stays active across browser restarts. You won't need to sign in again on the same device unless you explicitly sign out or your session expires. Use **Sign out** in the Settings tab of the Account page to end a session at any time.
