Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions account-settings/settings-overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: 'Navigate the settings page'
description: 'Find, search, and access every setting from the redesigned Settings home page.'
---

The Settings area in Cal.com gives you a single place to manage your profile, security, organization, and developer options. The redesigned Settings page makes it easier to find what you need with a search bar, grouped sections, and a sidebar that adapts to your account type.

## Open settings

You can open Settings from anywhere in Cal.com:

* **Desktop**: click your avatar or the **Settings** icon in the lower-left of the sidebar.
* **Mobile**: tap the **Menu** button in the header, then tap **Settings**. The current page title stays visible in the mobile header so you always know where you are.

## Settings home

When you open `/settings`, you'll land on the Settings home page. From here you can:

* **Search** for any setting using the search box at the top right (desktop) or full-width search (mobile). Results match titles, descriptions, and keywords, so searching for `timezone`, `2fa`, or `webhook` jumps you straight to the right page.
* Browse settings grouped into clear sections.

### Sections

You'll see different sections depending on your plan and role:

* **Personal settings** — Profile, General, Calendars, Conferencing, Out of office, Billing, Plans, Appearance, Push notifications, and Features.
* **Security** — Password, Impersonation, Two-factor authentication, and Compliance.
* **Organization settings** *(only visible if you're part of an organization)* — Profile, General, Guest notifications, Attributes, Privacy and security, Billing, Roles, Features, Single sign-on, and Directory sync.
* **Developer** — Webhooks, API keys, and OAuth clients.

<Note>
Items inside **Organization settings** respect your role. For example, you'll only see **Roles**, **Billing**, or **SSO** if you have the right permission in your organization.
</Note>

### Plans visibility

The **Plans** entry is hidden for users who already belong to a Team or Organization plan, since plan upgrades are managed at the team or organization level for those accounts.

## Sidebar navigation

The Settings sidebar shows the same sections as the home page, organized into collapsible groups. Use it to jump between settings without returning to the home page.

* On desktop, the sidebar stays open alongside the page.
* On mobile, the sidebar opens as a drawer when you tap **Menu**. Tap a link to navigate; the drawer closes automatically.

## Tips

* Use search instead of scrolling — most settings are reachable in one or two keystrokes.
* If you can't find a setting, check whether it's gated behind a permission (organization roles) or a plan (Team or Enterprise).
* Bookmark deep links such as `app.cal.com/settings/my-account/calendars` for one-click access to the settings you use most.
11 changes: 11 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
"quick-start/calendar"
]
},
{
"group": "Account Settings",
"icon": {
"name": "gear",
"style": "solid"
},
"pages": [
"account-settings/settings-overview",
"account-settings/schedule-timezone"
]
},
{
"group": "Enterprise",
"icon": {
Expand Down