diff --git a/docs/account-settings.md b/docs/account-settings.md new file mode 100644 index 00000000..aec5eff1 --- /dev/null +++ b/docs/account-settings.md @@ -0,0 +1,32 @@ +--- +title: Your account settings section +description: "Manage your Plausible Analytics account settings. Update your email, secure your account with 2FA, manage active sessions, and set your dashboard preferences." +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +Account settings control your personal Plausible account, not individual sites. This is where you update your login details, secure your account, and set your personal preferences. For site-specific settings like timezone, goals, traffic exclusions, reports and shared links, see [website settings](website-settings.md) instead. + +To open your account settings, click your account name in the top-right menu and choose **Account Settings**. + +## What's in account settings + +**Preferences** +- [Dashboard appearance](dashboard-appearance.md): choose light, dark or system theme +- [Change your email address](change-email.md): update the address you use to log in + +**Security** +- [Two-factor authentication](2fa.md): add a second login step using an authenticator app +- [Login management](login-management.md): view and remotely end active sessions +- [Reset password](reset-password.md): change your account password + +**Subscription and API keys** + +If you are not part of a team, your subscription and API keys are managed here. If you are part of a team, these move to [team settings](team-settings.md) instead. + +- [Subscription plans](subscription-plans.md): what's included at each tier +- [Stats API keys](stats-api.md): create and manage keys for API access + +**Danger zone** +- [Delete account](delete-account.md): permanently remove your account and all associated data +- [Transfer account ownership](transfer-account-ownership.md): hand over account control when someone leaves your organization diff --git a/docs/introduction.md b/docs/introduction.md index 7de5b536..59b190ff 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -53,8 +53,8 @@ description: "Plausible Analytics documentation. No cookies, no personal data, n
-

Account settings

-

Manage your personal account and preferences.

+

Account settings

+

Manage your personal account and preferences. For site-specific settings (timezone, goals, reports, access), see website settings.