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

# Create Your Account

> Sign up for Permission Slip and set up your profile

# Create Your Account

Permission Slip uses passwordless authentication — you sign in with your email and a one-time code. No password to remember or rotate.

## Sign Up

<Steps>
  <Step title="Enter your email">
    Go to [app.permissionslip.dev](https://app.permissionslip.dev) and enter your email address, then click **Continue**.
  </Step>

  <Step title="Check your inbox">
    You'll receive a 6-digit verification code at the email address you entered. Enter the code and click **Verify**.
  </Step>

  <Step title="Choose a username">
    If this is your first time signing in, you'll be prompted to create a username. This is your identity across Permission Slip.

    Username rules:

    * 3–32 characters
    * Letters, digits, underscores, and hyphens only
    * Cannot be changed after creation
  </Step>
</Steps>

That's it — your account is ready. You'll land on the dashboard where you can register your first agent.

## Signing In Later

Returning users follow the same email + code flow. If you've enabled MFA, you'll also be prompted for your authenticator code after verifying your email.

## Next Steps

<CardGroup cols={2}>
  <Card title="Secure your account" icon="shield" href="/getting-started/secure-your-account">
    Enable multi-factor authentication for an extra layer of security.
  </Card>

  <Card title="Register your first agent" icon="robot" href="/getting-started/register-first-agent">
    Add an AI agent and start approving actions.
  </Card>
</CardGroup>
