diff --git a/docs/users-roles.md b/docs/users-roles.md index bfdc1628..1309f482 100644 --- a/docs/users-roles.md +++ b/docs/users-roles.md @@ -1,11 +1,11 @@ --- title: Invite team members or external guests and assign roles -description: "How to create teams, invite members and assign roles in Plausible Analytics. Covers owner, admin, viewer, billing and guest roles with per-site access control." +description: "How to create teams, invite members and assign roles in Plausible Analytics. Covers owner, admin, viewer, billing and guest roles with per-site access control and role-based access control (RBAC)." --- import useBaseUrl from '@docusaurus/useBaseUrl'; -Plausible allows you to create a team for your organization, invite team members to view stats and change your site settings, and to manage your Plausible subscription and invoices as well. You can also invite external collaborators as guests and give them access to specific sites only. +Plausible allows you to create a team for your organization, invite team members to view stats and change your site settings, and to manage your Plausible subscription and invoices as well. Access is controlled by role-based access control (RBAC): each member is assigned a role that determines what they can see and manage. You can also invite external collaborators as guests and give them access to specific sites only. Teams also work well for agency and freelance workflows. You can create one team per client, add that client's sites to their team and invite the client as a member of their own team. Each team has its own subscription and billing, so each client can be billed independently. You can be a member of multiple teams with a single Plausible login and switch between them from the menu in the top right of your account. For a full overview of agency workflows and white-labeling options, see [Plausible for freelancers and agencies](https://plausible.io/for-freelancers-agencies) and [white-label analytics](https://plausible.io/white-label-web-analytics). diff --git a/sidebars.js b/sidebars.js index a4f0cd40..0195a80f 100644 --- a/sidebars.js +++ b/sidebars.js @@ -89,7 +89,7 @@ module.exports = { ], }, ], - 'Data access': [ + 'APIs & Data Access': [ 'data-access', 'stats-api', 'stats-api-playground',