Skip to content
Merged
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
6 changes: 5 additions & 1 deletion docs/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

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

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).
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).

## Can I manage multiple clients with separate billing for each?

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.

## How do I get an invoice?

Expand Down
6 changes: 5 additions & 1 deletion docs/landing-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ When you log into your Plausible Analytics account, you are met with the ["**My
<img alt="Plausible Analytics" src={useBaseUrl('img/v2/list-of-sites.webp')} />
</div>

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.
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.

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.

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.

## Switch between teams

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.

## Your profile picture

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/subscription-plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Plausible gives you full control over your subscription. Choose a plan, pick mon

## How usage is calculated

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.
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.

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.

Expand Down
4 changes: 3 additions & 1 deletion docs/users-roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: Invite team members or external guests and assign roles

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. 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.

## Working with your team

Expand Down
Loading