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

# Sign up

> Create your GPU Outlet account in under a minute. Three options, no passwords.

Three independent sign-up paths. Pick whichever you trust most.

<Tabs>
  <Tab title="Email">
    1. [gpuoutlet.ai/login](https://gpuoutlet.ai/login)
    2. **Sign up** tab
    3. Type your email
    4. Click **Send verification code**
    5. Check your inbox — there's a 6-digit code, valid for 10 minutes
    6. Enter the code
    7. Land on the dashboard
  </Tab>

  <Tab title="Google">
    1. [gpuoutlet.ai/login](https://gpuoutlet.ai/login)
    2. Click the **Google** button
    3. Approve the consent screen
    4. You're back, signed in
  </Tab>

  <Tab title="GitHub">
    1. [gpuoutlet.ai/login](https://gpuoutlet.ai/login)
    2. Click the **GitHub** button
    3. Authorize the **GPU Outlet** OAuth app
    4. You're back, signed in
  </Tab>
</Tabs>

## What we read from OAuth

| Provider | What we get                            | What we store |
| -------- | -------------------------------------- | ------------- |
| Google   | Email, sub (Google user ID)            | Email only    |
| GitHub   | Primary verified email, GitHub user ID | Email only    |

We don't pull display names, avatars, public repos, friend lists, or anything
else. The OAuth scope is `email` and that's it.

## After sign-up

You'll see the welcome screen for \~1.8 seconds:

> ✓ Account ready
> Welcome, **your name from email**.
> Your GPU Outlet account is live. Taking you to the dashboard in a moment…

Then auto-redirect to **Create instance**. You can skip the welcome with the
button if you're in a hurry. It shows exactly once — refresh-proof.

## Common signup issues

<AccordionGroup>
  <Accordion title="I never got the email code">
    Check spam folder first. If still missing after 2 minutes, the **Resend
    code** button in the dashboard is rate-limited to one per 30 seconds. If
    Resend fails too, your email host might be blocking — try a different
    address or hop to Google / GitHub OAuth.
  </Accordion>

  <Accordion title="Google says 'app not verified'">
    We're a small team and Google's verification cycle runs slow. Click
    **Advanced → Go to GPU Outlet** to proceed. We only read your email.
  </Accordion>

  <Accordion title="GitHub redirect loop">
    Usually a stale GitHub session. Open
    [github.com/settings/applications](https://github.com/settings/applications),
    revoke "GPU Outlet", retry the sign-in.
  </Accordion>

  <Accordion title="I want to use the same account from email AND Google">
    Use the same email address for both. We dedupe by email, so signing in
    with Google later (using `alice@example.com`) merges into the existing
    `alice@example.com` account.
  </Accordion>
</AccordionGroup>

## What's NOT there yet

* **Phone-based 2FA** — coming. For now your account is protected by
  email-code (or OAuth) only.
* **Passkeys** — coming.
* **Teams / shared accounts** — see [Teams](/guides/teams).

If you have a strong opinion on any of these,
[help@gpuoutlet.ai](mailto:help@gpuoutlet.ai) — feedback shapes the roadmap.
