From 2812644fe96d57be4c44ba8aab124133c72f6015 Mon Sep 17 00:00:00 2001 From: Artyom Keydunov Date: Sat, 11 Apr 2026 12:33:28 -0700 Subject: [PATCH] docs: document saving explorations, copy/paste tabs between workbooks (#10672) Add documentation for the copy-to-clipboard and paste feature that allows users to copy an exploration or workbook tab and paste it as a new tab in another workbook. Update the Explore page to document saving explorations (Save, Save as, rename) and the copy-to-clipboard workflow. Fix the broken video embed that lost its src during the Mintlify migration. Made-with: Cursor --- .../docs/explore-analyze/explore.mdx | 55 +++++++++++++++---- .../docs/explore-analyze/workbooks/index.mdx | 26 +++++++++ 2 files changed, 69 insertions(+), 12 deletions(-) diff --git a/docs-mintlify/docs/explore-analyze/explore.mdx b/docs-mintlify/docs/explore-analyze/explore.mdx index 8e637ed36469f..a8a30acad41c1 100644 --- a/docs-mintlify/docs/explore-analyze/explore.mdx +++ b/docs-mintlify/docs/explore-analyze/explore.mdx @@ -3,9 +3,7 @@ title: Explore description: Self-serve data exploration from Analytics Chat, dashboards, or any semantic view — governed by your data model, shareable via URL. --- -Explore is a quick way to explore data in your semantic layer either by point and click or with an AI agent. Unlike workbooks, Explore doesn't require you to create a workbook—you can start exploring immediately from dashboard, analytics chat or any semantic view. - -Explore state is saved to the URL, making it easy to share your exploration with another user. When you're ready to build a more permanent analysis, you can convert your exploration to a [workbook](/docs/explore-analyze/workbooks). +Explore is a quick way to explore data in your semantic layer either by point and click or with an AI agent. Unlike workbooks, Explore doesn't require you to create a workbook—you can start exploring immediately from a dashboard, Analytics Chat, or any semantic view. Explore leverages your data model definitions, ensuring that all queries use consistent metrics, respect access control policies, and benefit from pre-aggregations for fast performance. @@ -17,14 +15,14 @@ You can start exploring from three places in Cube: When the AI agent returns a query result in Analytics Chat, click **Explore** to open that result in an exploration. This allows you to further analyze and visualize the data returned by the AI agent. -