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

# Settings

> Where each setting lives — account, workspace, or brand.

Settings are split three ways, and knowing which is which saves most of the hunting.

<CardGroup cols={3}>
  <Card title="Account" icon="user">
    You, across everything. Profile, security, notifications, referrals.
  </Card>

  <Card title="Workspace" icon="building">
    The team and its shared setup. General, people, labels.
  </Card>

  <Card title="Personal brand" icon="megaphone">
    One brand's own setup. General, access, social accounts.
  </Card>
</CardGroup>

Reach them from the user menu, and use **Back to app** to return.

Settings are grouped by **what they belong to**, and the sidebar is the fastest way to see
which is which:

<Frame>
  <img src="https://statics.depost.ai/docs/settings/overview-nav.png?v=2" alt="The settings sidebar grouped into Account, Workspace, Personal brand and Integrations" />
</Frame>

## Which is which

The question to ask is *who does this affect?*

| It affects                         | It's under         |
| ---------------------------------- | ------------------ |
| Only you, wherever you work        | **Account**        |
| Everyone in the workspace          | **Workspace**      |
| One brand's content and publishing | **Personal brand** |

Two that catch people out: **Labels** are workspace-level, so a label you create is
available to everyone. **Social accounts** are brand-level, because a LinkedIn account
belongs to a brand rather than to the workspace.

## Account

| Page                  | What's there                                |
| --------------------- | ------------------------------------------- |
| **Profile**           | Avatar, full name, email address, about you |
| **Security & access** | Password, and connected sign-in providers   |
| **Notifications**     | What you're told about, and where           |
| **Referrals**         | Your referral link and what it's earned     |

## Workspace

| Page        | What's there                                                              |
| ----------- | ------------------------------------------------------------------------- |
| **General** | Workspace name, timezone, invite link, verified domains, delete workspace |
| **People**  | Members, roles, brand access, invitations, join requests                  |
| **Labels**  | The labels available for tagging posts                                    |

Alongside those sits **MCP**, which is workspace-scoped but has its own section —
see [the MCP connector](/mcp/overview).

## Personal brand

| Page                | What's there                                                    |
| ------------------- | --------------------------------------------------------------- |
| **General**         | Avatar, first and last name, AI response language, delete brand |
| **Access**          | Who can work on this brand                                      |
| **Social accounts** | Connected LinkedIn accounts                                     |

## Related

<CardGroup cols={2}>
  <Card title="Workspaces and brands" icon="building" href="/workspace/overview">
    How the two layers relate.
  </Card>

  <Card title="Invite your team" icon="users" href="/workspace/people">
    Adding people and setting what they can reach.
  </Card>
</CardGroup>
