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

# Account Settings

> Manage your account, license key, subscription, and account security from the Settings page.

# Account Settings

The Settings page lets you manage your plan, license key, account profile, and account deletion.

## Plan & Billing

The top card shows your current plan status:

<CardGroup cols={3}>
  <Card title="Free" icon="gift">
    1 project, cloud stats sync, local directives only.
  </Card>

  <Card title="Trial" icon="clock">
    Full Pro features for the trial period. Shows days remaining or "Trial expired" status.
  </Card>

  <Card title="Pro" icon="rocket">
    Unlimited projects, directive sync, priority support. Shows next billing date and amount.
  </Card>
</CardGroup>

* **Free/Trial users** see an "Upgrade to Pro" button linking to the upgrade page.
* **Pro users** see a "Manage Subscription" button that opens the Stripe billing portal.

<Tip>
  The Stripe billing portal lets you update your payment method, switch between monthly and annual plans, or cancel your subscription.
</Tip>

## License key

Your license key is displayed with a copy button for easy access. Use this key when binding projects:

```bash theme={null}
auto-sop install --license YOUR_LICENSE_KEY
```

### Regenerating your key

If your key is compromised, click **Regenerate Key** to create a new one. A confirmation dialog explains the impact:

<Warning>
  Regenerating invalidates your current key immediately. All projects using the old key will need to be updated with `auto-sop install --license NEW_KEY`.
</Warning>

## Account profile

The Account section embeds your authentication profile (powered by Clerk). From here you can:

* Update your email address
* Change your password
* Manage connected accounts
* Configure two-factor authentication

## Danger zone

At the bottom of Settings, an expandable **Danger Zone** section contains the account deletion option. Deleting your account permanently removes:

* All projects and bindings
* All synced directives
* Your license key
* Validation history

<Warning>
  Account deletion is irreversible. Your local auto-sop installation and CLAUDE.md directives remain on your machine, but cloud sync stops permanently.
</Warning>
