diff --git a/website/docs/reference/notifications.md b/website/docs/reference/notifications.md
index fa989eb147..a4e86b84f5 100644
--- a/website/docs/reference/notifications.md
+++ b/website/docs/reference/notifications.md
@@ -23,10 +23,10 @@ Notifications can not be disabled.
## Notification events
-The following actions in your projects will trigger notifications:
+The following actions in your projects will trigger notifications for your project members:
* Creating a feature
* Archiving a feature
* Enabling a feature in an environment
-* Submitting a change request (sent only to project members who can approve the change request)
+* Submitting a change request
* Approving change request
* Applying change request
diff --git a/website/docs/reference/projects.md b/website/docs/reference/projects.md
index dfbda75ac9..74a96165c8 100644
--- a/website/docs/reference/projects.md
+++ b/website/docs/reference/projects.md
@@ -116,8 +116,18 @@ All default project strategies use the [gradual rollout activation strategy](act
Custom strategies are configured from each project's project settings tab.
-
+
The default strategies screen lists a strategy for each of the project's environments
+
+## Project overview
+
+The project overview gives statistics for a project, including:
+* the number of all changes/events in the past 30 days compared to previous 30 days
+* the average time from when a feature was created to when it was enabled in the "production" environment. This value is calculated for all features in the project lifetime.
+* the number of features created in the past 30 days compared to previous 30 days
+* the number of features archived in the past 30 days compared to previous 30 days
+
+![Project overview with 4 statistics for total changes, average time to production, features created and features archived.](/img/project_overview.png)
diff --git a/website/static/img/project_overview.png b/website/static/img/project_overview.png
new file mode 100644
index 0000000000..d5adc783af
Binary files /dev/null and b/website/static/img/project_overview.png differ