Skip to content

Commit 43f36db

Browse files
Merge pull request #685 from plausible/new-one
explaining multiple teams
2 parents 2b120a9 + 54d4b52 commit 43f36db

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

docs/billing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

77
## Is the billing based per account or per website?
88

9-
Billing is based on total usage across all the sites in your account. Check your usage numbers at any time in the "**Subscription**" section of your account settings. For details on how usage is calculated, see [Choose the right subscription](subscription-plans.md).
9+
Billing is based on total usage across all the sites in a team. Each team has its own subscription and is billed separately. Check your usage numbers at any time in the "**Subscription**" section of your account settings. For details on how usage is calculated, see [Choose the right subscription](subscription-plans.md).
10+
11+
## Can I manage multiple clients with separate billing for each?
12+
13+
Yes. You can create a separate team for each client, add their sites to the respective team and invite the client to 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 using a single Plausible login and switch between them from the menu in the top right of your account. See [Teams and roles](users-roles.md) for details.
1014

1115
## How do I get an invoice?
1216

docs/landing-page.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ When you log into your Plausible Analytics account, you are met with the ["**My
1010
<img alt="Plausible Analytics" src={useBaseUrl('img/v2/list-of-sites.webp')} />
1111
</div>
1212

13-
In the top right, you can access your account settings or log out of your account. Further down the "**My Sites**" page, you have the search box on the left so you can quickly find any site. And, the sorting option and the "**+ Add a website**" button on the right so you can [add a new site](add-website.md) to your account.
13+
In the top right, you can access your account settings, switch between teams or log out of your account. Further down the "**My Sites**" page, you have the search box on the left so you can quickly find any site. And, the sorting option and the "**+ Add a website**" button on the right so you can [add a new site](add-website.md) to your account.
1414

1515
The rest of the "**My Sites**" page features all your sites. To give you a quick overview, we display the number of visitors in the last 24 hours next to each site. There's also a graph of each site for a quick overview of the traffic and a comparison to the previous 24 hour period so you can see the trend.
1616

1717
If you have multiple websites, there's also [the consolidated view](consolidated-views.md) which gives you an overview of traffic across all your websites. This allows you to quickly see the total number of visitors and other key metrics across all your properties in one place.
1818

19+
## Switch between teams
20+
21+
If you are a member of multiple teams, clicking on your profile picture in the top right lists all the teams you belong to. Selecting a team switches your context to that team's sites, settings and subscription. This makes it easy to manage separate client accounts or organizations from a single Plausible login.
22+
1923
## Your profile picture
2024

2125
We use [Gravatar](https://gravatar.com) to get your account profile picture that's displayed in the top right. Gravatar is a service that allows you to have the same picture as your avatar on many websites on the web.

docs/subscription-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Plausible gives you full control over your subscription. Choose a plan, pick mon
1010

1111
## How usage is calculated
1212

13-
Your subscription tier is based on the total number of **pageviews** and **[custom events](custom-event-goals.md)** across all the sites in your account.
13+
Your subscription tier is based on the total number of **pageviews** and **[custom events](custom-event-goals.md)** across all the sites in a team. Each team has its own subscription, so if you are a member of multiple teams, each is billed independently.
1414

1515
Custom events include outbound link clicks, file downloads, 404 error tracking and any manually tracked events. Adding a [pageview goal](pageview-goals.md) does not count towards your usage.
1616

docs/users-roles.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Invite team members or external guests and assign roles
44

55
import useBaseUrl from '@docusaurus/useBaseUrl';
66

7-
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.
7+
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.
8+
9+
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.
810

911
## Working with your team
1012

0 commit comments

Comments
 (0)