diff --git a/website/docs/reference/insights.mdx b/website/docs/reference/insights.mdx
index 9ef677b4f7..d46ceeccfa 100644
--- a/website/docs/reference/insights.mdx
+++ b/website/docs/reference/insights.mdx
@@ -15,8 +15,8 @@ Insights is a feature designed to help you better understand and gain insights i
In total, there are 6 different charts available that show information over time:
- Total users (Pro, Enterprise)
-- Total flags (Pro, Enterprise)
-- Average health (Enterprise)
+- Flags (Pro, Enterprise)
+- Health (Enterprise)
- Median time to production (Enterprise)
- Flag evaluation metrics (Enterprise)
- Updates per environment type (Enterprise)
@@ -29,17 +29,17 @@ The Total users chart provides information about the total number of current use
-### Total flags
+### Flags
-The Total flags chart displays the total number of active (not archived) feature flags across all projects. It provides insights into how the number of flags has changed over time, helping you track the growth and usage of feature flags. You can also view the data for specific projects.
+The flags chart displays the total number of active (not archived) feature flags across all projects. It provides insights into how the number of flags has changed over time, helping you track the growth and usage of feature flags. You can also view the data for specific projects.
-### Average health
+### Health
-The average health chart represents the percentage of flags in the selected projects that are not stale or potentially stale. This chart helps you monitor the overall health of your feature flags, ensuring that they are actively maintained and relevant. The chart also shows how the overall health changes over time, allowing you to identify potential issues early and take corrective actions.
+The health chart represents the percentage of flags in the selected projects that are not stale or potentially stale. This chart helps you monitor the overall health of your feature flags, ensuring that they are actively maintained and relevant. The chart also shows how the overall health changes over time, allowing you to identify potential issues early and take corrective actions.
-
+
### Median time to production
diff --git a/website/static/img/insights-health.png b/website/static/img/insights-health.png
index ebb5d3e619..17d009a38c 100644
Binary files a/website/static/img/insights-health.png and b/website/static/img/insights-health.png differ