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

# Settings

> Manage your profile, availability, and notifications, and configure your workspace.

Settings is where you manage your own account and, if you're an admin, configure the whole
workspace. Your personal settings (profile, availability, notifications) sit alongside
workspace controls (team, organization settings, configurations, integrations, scheduler
appearance, and SSO).

<Note>
  Open Settings from the **Dock** (the app bar at the bottom of the screen), by selecting
  the **Settings** app (the gear icon), alongside your other Default apps (Tables, Routing,
  Scheduling, Workflows). Settings opens in its own panel, split into **My Profile** and
  **Workspace Settings**. Most workspace settings are available to admins.
</Note>

## My Profile

<Columns cols={3}>
  <Card title="Profile" icon="user" href="/settings/profile">
    Your name, display name, and contact details.
  </Card>

  <Card title="My Calendar" icon="clock" href="/settings/availability">
    Work hours, buffers, notice period, and out-of-office.
  </Card>

  <Card title="My Notifications" icon="bell" href="/settings/notifications">
    Choose what notifies you, and on which channels.
  </Card>
</Columns>

## Workspace Settings

<Info>Workspace Settings are available to admins.</Info>

<Columns cols={2}>
  <Card title="Users" icon="users" href="/settings/users">
    Manage your team and their roles.
  </Card>

  <Card title="Workspace notifications" icon="bell" href="/settings/workspace-notifications">
    Org-wide notification defaults and channels.
  </Card>

  <Card title="Organization" icon="palette" href="/branding">
    Workspace name, logo, favicon, colors, and fonts.
  </Card>

  <Card title="Configurations" icon="sliders" href="/settings/configurations">
    Object fields and enrichment waterfalls.
  </Card>

  <Card title="Integrations" icon="plug" href="/settings/integrations">
    Connect providers and set workspace defaults.
  </Card>

  <Card title="Webhook Secret" icon="key" href="/settings/webhook-secret">
    The bearer secret that authenticates your incoming webhooks.
  </Card>

  <Card title="Scheduling" icon="paintbrush" href="/settings/scheduler">
    Theme your public booking pages.
  </Card>

  <Card title="Single Sign-On (SSO)" icon="building" href="/settings/enterprise">
    Domain verification and SSO connections.
  </Card>
</Columns>
