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

# Sign Up

> Create your Guardway account, activate it from the invite email, and land on the dashboard.

Guardway's dashboard is a SaaS product at [app.guardway.ai](https://app.guardway.ai). Signing up is a four-step flow backed by Supabase Auth — no credit card required to start.

## Step 1 — Request access

Go to [app.guardway.ai](https://app.guardway.ai) and enter your work email on the sign-in screen. If your email is new to Guardway, we'll provision your account and send an invite.

<Frame caption="Sign-in screen at app.guardway.ai">
  <img src="https://mintcdn.com/fcguardwayai/rJTQ_bXDRs9Cgazf/images/screenshots/getting-started/sign-up-form.png?fit=max&auto=format&n=rJTQ_bXDRs9Cgazf&q=85&s=bf502b49ea788ac7f2c6f89d04c7250a" alt="Sign-in form" width="1" height="1" data-path="images/screenshots/getting-started/sign-up-form.png" />
</Frame>

## Step 2 — Open the invite email

You'll receive an invite from `no-reply@guardway.ai`. Click the **Activate account** link — it redirects you to the dashboard with a one-time token.

<Frame caption="Activation email">
  <img src="https://mintcdn.com/fcguardwayai/rJTQ_bXDRs9Cgazf/images/screenshots/getting-started/sign-up-invite-email.png?fit=max&auto=format&n=rJTQ_bXDRs9Cgazf&q=85&s=916ff15ca54074505c55ced131275a85" alt="Activation email" width="1" height="1" data-path="images/screenshots/getting-started/sign-up-invite-email.png" />
</Frame>

<Warning>
  The activation link expires in **1 hour**. If yours expired, return to the sign-in screen and request a new one.
</Warning>

## Step 3 — Set your password

The activation link lands you on a **Create a password** screen. Pick a strong password (we recommend a password manager) and confirm.

<Frame caption="Password creation">
  <img src="https://mintcdn.com/fcguardwayai/rJTQ_bXDRs9Cgazf/images/screenshots/getting-started/sign-up-set-password.png?fit=max&auto=format&n=rJTQ_bXDRs9Cgazf&q=85&s=21aa2d5cb7f842395b0ce6d7b9cd8aeb" alt="Set password form" width="1" height="1" data-path="images/screenshots/getting-started/sign-up-set-password.png" />
</Frame>

## Step 4 — Land on the dashboard

After confirming, you're signed in and redirected to the **Overview** page. You'll see empty KPI cards (requests, providers, latency, tokens, spend, uptime) waiting for your first gateway.

<Frame caption="Dashboard Overview, first visit">
  <img src="https://mintcdn.com/fcguardwayai/rJTQ_bXDRs9Cgazf/images/screenshots/getting-started/sign-up-dashboard-empty.png?fit=max&auto=format&n=rJTQ_bXDRs9Cgazf&q=85&s=5fd404096dd8ff27961a8c0479b1f540" alt="Empty overview dashboard" width="3454" height="1922" data-path="images/screenshots/getting-started/sign-up-dashboard-empty.png" />
</Frame>

## What happens under the hood

* Your account is created in Guardway's Supabase project.
* An **organization** is created automatically and you become its first owner.
* The dashboard's middleware refreshes your session on every request; there's nothing to configure for auth.

## Next step

<Card icon="box" title="Deploy your first gateway" href="/guardway-gateway/deploy">
  The dashboard is empty until a gateway is online. Deploy one with a single `docker run` command.
</Card>
