diff --git a/docs/consolidated-views.md b/docs/consolidated-views.md
new file mode 100644
index 00000000..6013f3ce
--- /dev/null
+++ b/docs/consolidated-views.md
@@ -0,0 +1,59 @@
+---
+title: Consolidated views
+---
+
+import useBaseUrl from '@docusaurus/useBaseUrl';
+
+If you have multiple websites/dashboards in your Plausible account, the consolidated view 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.
+
+It looks just like any other Plausible dashboard, but the data includes all your sites instead of just one.
+
+
+
+## How to enable your consolidated view?
+
+To have a consolidated view, you need:
+
+1) To have a [team](/users-roles#creating-a-new-team) set up
+2) At least two sites in that team
+3) A Plausible Business plan (or a custom plan with Business features)
+
+Once your team meets these requirements, your consolidated view will appear automatically on the /sites page (where all your dashboards are listed). You will be able to open the consolidated view dashboard from here.
+
+## Configuration
+
+Just like a regular site, a consolidated view has its own settings. You can access the settings directly from the /sites page, or the site picker menu on the top left of the consolidated dashboard.
+
+
+
+#### Timezone
+
+You can change the timezone used for your consolidated stats. By default, it uses the timezone set for the majority of your sites.
+
+#### Goals
+
+To see conversions on your consolidated dashboard, add your [goals](https://plausible.io/docs/goal-conversions) manually, just like you would on a regular site.
+
+#### Custom properties
+
+Just like goals, [custom properties](https://plausible.io/docs/custom-props/introduction) need to be added manually too.
+
+#### Email reports
+
+You can enable [email reports](https://plausible.io/docs/email-reports) that combine traffic from all your sites.
+
+## Limitations
+
+#### Imported data
+
+Currently, consolidated views do not include any imported data.
+
+#### Revenue goals
+
+Revenue goals are currently not supported in consolidated views.
+
+
+
+
+
+
diff --git a/sidebars.js b/sidebars.js
index 26a367d4..72c3800a 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -29,6 +29,7 @@ module.exports = {
],
'Stats Dashboard': [
'guided-tour',
+ 'consolidated-views',
'compare-stats',
'filters-segments',
'google-search-console-integration',
diff --git a/static/img/consolidated-view-settings.png b/static/img/consolidated-view-settings.png
new file mode 100644
index 00000000..3f6ea554
Binary files /dev/null and b/static/img/consolidated-view-settings.png differ
diff --git a/static/img/consolidated-view.png b/static/img/consolidated-view.png
new file mode 100644
index 00000000..2d1a25ab
Binary files /dev/null and b/static/img/consolidated-view.png differ