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

# Account administration

> Find every account-level setting, from members and billing to domains and API keys, in one place.

The account administration section gathers your workspace's account-level controls in one place. Instead of hunting through scattered menus, you open a single area and reach members, billing, domains, sign-on settings, and more from one sidebar.

<Info>
  Account administration is available to **account owners and admins**. Regular members do not see the entry point, and visiting an admin page directly sends them back to the app with a permission message. If you cannot find these settings, you are most likely a member rather than an owner or admin, or you are viewing a different account. Use the account switcher at the top of the sidebar to change accounts.
</Info>

To open it, click your account name at the top of the left sidebar, then choose **Settings**. The page swaps to a dedicated layout with its own sidebar listing the account tools. A **Back** button returns you to the main app.

## What lives here

Each tool below has its own page that covers it in detail. This page is the map.

<CardGroup cols={2}>
  <Card title="Members" icon="users" href="/account/team-members">
    Invite people to the account, set whether each person is an owner, admin, or member, and remove access. Roles decide who can reach these admin settings.
  </Card>

  <Card title="Billing" icon="credit-card" href="/account/billing">
    Review your plan, see what your account includes, change or cancel your subscription, and manage payment details and invoices.
  </Card>

  <Card title="Custom domains" icon="link" href="/account/custom-domains">
    Add your own branded domain so short links use your address instead of the default one. Add a domain, verify it, and manage the ones already connected.
  </Card>

  <Card title="API keys" icon="key-round" href="/account/api-keys">
    Create and manage the keys that let other systems read and write your data through the Terminus API.
  </Card>

  <Card title="Workspaces" icon="layout-grid" href="/account/workspaces">
    Organize work into separate workspaces within the account, each with its own governance models, submissions, and records.
  </Card>

  <Card title="Your profile" icon="user" href="/account/profile">
    Update your personal details and sign-in settings. Your profile is personal to you and is available to every signed-in user, not only owners and admins.
  </Card>
</CardGroup>

Two more account-level areas live in the same section. **Single Sign-On** lets owners and admins connect the account to your identity provider so people sign in through it. **QR styles** lets you define reusable looks for the QR codes generated from your short links. Both are managed alongside the tools above.

## Related

<CardGroup cols={2}>
  <Card title="Members and roles" icon="user-cog" href="/account/team-members">
    Who counts as an owner, admin, or member, and what each role can do.
  </Card>

  <Card title="Workspaces" icon="layout-grid" href="/reference/workspaces">
    How workspaces divide an account's governance models and data.
  </Card>
</CardGroup>
