From d5c2583a1552091cbba29c05fb4e70c2be881ab0 Mon Sep 17 00:00:00 2001 From: "inkeep[bot]" <257615677+inkeep[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:29:24 +0000 Subject: [PATCH 1/2] docs(alerts): add dashboard insight card as alternative way to access alerts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reflects PR #53208 which added the ability to open the alerts modal directly from dashboard insight cards via the ⋯ menu. --- contents/docs/alerts/index.mdx | 56 ++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/contents/docs/alerts/index.mdx b/contents/docs/alerts/index.mdx index 6e99c6668132..ad6814f0a26b 100644 --- a/contents/docs/alerts/index.mdx +++ b/contents/docs/alerts/index.mdx @@ -22,7 +22,9 @@ Currently, alerts are supported on all [trends](/docs/product-analytics/trends). /> 1. Alerts are based off of [insights](/docs/product-analytics/insights). You can pick any existing trend insight or create a new one. -2. Click **Actions** in the sidebar and select **Alerts**. This shows you all the alerts for this insight. +2. There are two ways to access alerts for an insight: + - **From the insight page** – Click **Actions** in the sidebar and select **Alerts**. This shows you all the alerts for this insight. + - **From a dashboard** – Click the **⋯** menu on any insight card and select **Alerts**. Date: Thu, 2 Apr 2026 15:29:35 +0000 Subject: [PATCH 2/2] docs(dashboards): add Alerts to insight card options section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reflects PR #53208 which added the Alerts menu item to dashboard insight card ⋯ menus. --- contents/docs/product-analytics/dashboards.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contents/docs/product-analytics/dashboards.mdx b/contents/docs/product-analytics/dashboards.mdx index a280eb8b4daa..6963f3b316ef 100644 --- a/contents/docs/product-analytics/dashboards.mdx +++ b/contents/docs/product-analytics/dashboards.mdx @@ -124,8 +124,9 @@ Tapping 'F' enables fullscreen mode. ### Insight card options -Each insight card on a dashboard has a **⋯** menu with quick visualization toggles. These let you adjust how an insight displays without opening the full insight editor. +Each insight card on a dashboard has a **⋯** menu with quick actions. These let you manage an insight without opening the full insight editor. +- **Alerts** – Open the alerts modal to view, create, or edit [alerts](/docs/alerts) for the insight. Available on trend insights. - **Show legend** / **Hide legend** – Toggle the chart legend on or off. Available for Trends, Stickiness, and Lifecycle insights. - **Show values on series** / **Hide values on series** – Toggle data value labels on chart series. Available for Trends, Stickiness, Lifecycle, and Funnel (trends view) insights. For pie charts, this appears as **Show labels on series** / **Hide labels on series**.