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

# Account settings

> Manage your Tamery profile, subscription, billing, sign-out, and account deletion.

Account settings — profile, subscription, billing — are managed on the web at [tamery.app/account](https://tamery.app/account), separate from the database app.

<Note>
  Settings live at [tamery.app/account](https://tamery.app/account), not in the desktop app.
</Note>

## Profile

Update your name and email in the **Profile** section. Changing your email may require verifying the new address before it takes effect.

## Subscription

The **Subscription** section shows your plan and links to the Stripe portal. From there you can:

* View your plan and renewal date
* Upgrade to Pro (activates immediately after payment)
* Open the Stripe portal to update payment details and download invoices
* Cancel (Pro stays active until the end of the billing period)

## Signing out

**Web** — click your avatar → **Sign out**.

**Desktop** — open the account menu → **Sign out**. Local connections stay; signing back in restores synced connections.

**CLI**

```bash theme={null}
tamery logout
```

Clears local credentials. Run `tamery login` to sign back in.

## Deleting your account

Contact support to delete your account. Deletion is permanent and confirmed before it proceeds.

<Warning>
  Deletion is irreversible — all connections, settings, and account data are removed. Cancel any
  active Pro subscription first to avoid further charges.
</Warning>

<CardGroup cols={2}>
  <Card title="Plans" icon="credit-card" href="/account/plans">
    Free vs Pro and how to upgrade.
  </Card>

  <Card title="Account page" icon="circle-user" href="https://tamery.app/account">
    Manage your profile and billing.
  </Card>
</CardGroup>
