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

# Account settings

> Manage your profile, appearance, language, and company details.

All personal and workspace settings live under **Settings** in the sidebar. The page is organized into tabs — which ones you see depends on your role.

## Account tab

Open **Settings → Account** to manage:

| Setting             | Details                                                                 |
| ------------------- | ----------------------------------------------------------------------- |
| **Profile picture** | Click your avatar to upload a new picture (JPG, PNG, or GIF — 5 MB max) |
| **Full name**       | Shown across the platform and to agents you chat with                   |
| **Email address**   | Read-only — contact support to change it                                |
| **Phone number**    | Optional                                                                |
| **Bio**             | Optional short description                                              |
| **Appearance**      | Light, dark, or system theme                                            |
| **Language**        | French or English — switches the whole interface                        |
| **Time zone**       | Used to display dates and times everywhere in the app                   |

Click **Save changes** to apply your updates.

## Company details

If you're a company **admin**, the Account tab also shows a **Company** section where you can update:

* Company name
* Company logo

<Note>Non-admin members see these fields as read-only.</Note>

## API keys

Open **Settings → API keys** to create keys for programmatic access to the Aiybiz API (e.g. via MCP, scripts, or CI), without going through the browser.

<Steps>
  <Step title="Create a key">
    Click **Create key** and give it a recognizable name (e.g. "local MCP", "CI deploy").
  </Step>

  <Step title="Copy it immediately">
    The full key is shown only once. Copy it and store it somewhere safe.
  </Step>

  <Step title="Use it">
    Pass the key as an `Authorization` header on requests to the Aiybiz API.
  </Step>

  <Step title="Revoke when no longer needed">
    Revoking a key takes effect immediately and can't be undone.
  </Step>
</Steps>

## Danger zone

At the bottom of the Account tab, **Delete my account** permanently removes your account and all associated data. This action cannot be undone.

## Next steps

<CardGroup cols={2}>
  <Card title="Company context" icon="building" href="/clients/company">
    Tell agents about your company in **Settings → Context**.
  </Card>

  <Card title="Integrations" icon="plug" href="/clients/integrations">
    Connect tools and vote on what to build next.
  </Card>

  <Card title="Users & roles" icon="users" href="/clients/company">
    Invite teammates and manage permissions.
  </Card>

  <Card title="Subscription" icon="credit-card" href="/clients/subscription">
    Manage your plan and seats.
  </Card>
</CardGroup>
