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

# Account Overview

> Your qBraid account at a glance: where to find profile, API keys, usage, billing, and organization settings.

Sign in at [account.qbraid.com](https://account.qbraid.com/). Your account dashboard is the central hub for everything that's not part of the product itself.

<Frame>
  <img src="https://storage.googleapis.com/qbraid-static-assets/qbraid-docs/account/account-dashboard.png" alt="Account dashboard" />
</Frame>

## qBraid Default area

<CardGroup cols={2}>
  <Card title="Profile" icon="user" href="/v2/account/profile">
    Avatar, username, email, notification preferences, account deletion.
  </Card>

  <Card title="API Keys" icon="key" href="/v2/account/api-keys">
    Create, rotate, and revoke programmatic access keys.
  </Card>

  <Card title="Wallet" icon="wallet" href="/v2/account/wallet/overview">
    Credits, subscriptions, and payment history for your individual account.
  </Card>

  <Card title="Usage" icon="chart-line" href="/v2/account/usage">
    Compute hours, storage, AI chat quota, and credit consumption.
  </Card>
</CardGroup>

## Organization area

Available when you've switched into an org from the workspace switcher.

<CardGroup cols={2}>
  <Card title="Members" icon="users" href="/v2/account/organizations/members">
    Invite, manage, and remove people. Change roles and suspend access.
  </Card>

  <Card title="Seats" icon="chair" href="/v2/account/organizations/seats">
    Assign and revoke team subscription seats.
  </Card>

  <Card title="Credits" icon="coins" href="/v2/account/organizations/credits">
    Buy credits, transfer to members, approve requests.
  </Card>

  <Card title="Subscriptions" icon="rectangle-list" href="/v2/account/organizations/subscriptions">
    Buy a team plan, change tier, or cancel.
  </Card>

  <Card title="Transactions" icon="receipt" href="/v2/account/organizations/transactions">
    Audit log of every credit movement with CSV export.
  </Card>

  <Card title="Settings" icon="gear" href="/v2/account/organizations/settings">
    Logo, member defaults, danger zone.
  </Card>
</CardGroup>

## qBraid Default vs organizations

qBraid gives every user one **qBraid Default** workspace and access to any **organizations** they've created or been invited to.

* **qBraid Default** is your individual workspace. You buy credits for yourself, hold a personal subscription, and manage everything through Stripe.
* **Organizations** are team workspaces. The org pays for a team subscription, the org admin distributes seats and credits to members, and members can request credits.

The same Wallet, Profile, and Usage pages look different depending on which workspace is active. For example, the Wallet shows:

| In qBraid Default                                | In an organization                                                                 |
| ------------------------------------------------ | ---------------------------------------------------------------------------------- |
| Buy credits panel                                | (hidden; admins buy from [Org Billing](/v2/account/organizations/credits) instead) |
| Personal subscription tiers and Subscribe button | (hidden; see [Team Subscriptions](/v2/account/organizations/subscriptions))        |
| "Manage Plan" link to Stripe portal              | (not applicable)                                                                   |
| (no request flow)                                | Request credits button                                                             |

## Switching between workspaces

Use the workspace switcher in the top-left of the dashboard to move between qBraid Default and any organizations you belong to. Everything on the page (Wallet, Members, Billing, Settings) applies to whichever workspace is selected, so double-check before destructive actions.

<Frame>
  <video src="https://storage.googleapis.com/qbraid-static-assets/qbraid-docs/orgs/org-switcher.mp4" autoPlay muted loop playsInline aria-label="Switching workspaces" />
</Frame>
