docs-mintlify/docs/explore-analyze/workbooks/index.mdx
Workbooks allow you to build reports and explore data with AI agents, organize the results of your analysis, and share trusted insights with your team.
Workbooks can contain one or more tabs, each providing a different way to query and analyze your data. Tabs enable you to organize multiple analyses within a single workbook, making it easy to explore different aspects of your data or combine insights from different sources.
When you open Explore or add a new tab in a workbook, Cube shows the new tab page — a single launchpad for starting a report. From here you can search across your data model, browse starting points by type, or jump straight to pasting a query, asking an AI agent, or uploading a file.
A search box sits at the top of the launchpad. Typing filters every category at once; categories with no matches appear disabled, so you can tell at a glance which ones hold results.
The category selector lets you switch between starting-point types:
Click through the list to drill down to an individual view, report, or table. Once you reach a starting point, the data model sidebar activates so you can continue building your query there.
The launchpad also offers shortcuts at the bottom:
Administrators can tailor the launchpad per deployment under Settings → Configuration, in the Workbooks and Explore section. Two settings are available.
Available tabs — choose which categories appear on the launchpad. View groups and Views are always shown and cannot be turned off; Workbooks and Source tables can each be enabled or disabled to simplify the starting points your users see.
Default view group — set a default view group so the launchpad opens inside a specific top-level view group instead of listing all of them, useful for steering users toward a curated set of governed starting points.
<Steps> <Step title="Open deployment settings"> Go to **Settings → Configuration** for your deployment. </Step> <Step title="Choose the available tabs and default group"> In the **Workbooks and Explore** section, select the tabs to show and, optionally, enter the **name** of the view group the launchpad should open inside. Leave the group empty to show all view groups. Save your changes. </Step> </Steps>When a default view group is set, new Explore and workbook tabs open inside that group. You can still navigate up to All view groups to browse everything. If the configured group no longer exists, the launchpad falls back to showing all categories.
Workbooks support two types of tabs, each designed for different querying approaches:
Semantic Query tabs allow you to query your data model through the semantic layer. This ensures all queries use consistent metrics, respect access control policies, and benefit from pre-aggregations for fast performance.
You can query the semantic layer in three ways:
Source SQL Query tabs allow you to query your connected data sources directly, bypassing the semantic layer. This gives you direct access to your raw data and enables deeper exploration beyond what's defined in your data model.
You can query source SQL in two ways:
You can copy a tab from one workbook and paste it into another workbook using the clipboard.
Open the tab options menu (the chevron on the tab in the footer) and select Copy to Clipboard. The tab's query, chart configuration, and settings are serialized and written to your system clipboard.
Navigate to the target workbook and press Cmd+V (macOS) or Ctrl+V (Windows/Linux) while the workbook is focused. A new tab will be created with the query and configuration from the clipboard.
<Info> Paste only works via the keyboard shortcut. Make sure the focus is not inside a text input—otherwise the browser's default paste behavior will take precedence. </Info>You can also copy an exploration from Explore and paste it as a new tab in any workbook using the same workflow.
You can duplicate a workbook by selecting Duplicate from the row actions menu on the workspace page. This creates a full copy of the workbook, including all its tabs, reports, and any published dashboard.
When you publish a dashboard from a workbook, Cube automatically creates a version snapshot. Each time you publish, a new version is recorded so you can track changes to your dashboard over time.
You can restore the state of your workbook from any previously published dashboard version. Restoring a version rebuilds the workbook with the charts and configuration from that published snapshot.
<Warning> Restoring a version replaces **all existing tabs** in the workbook with the tabs from the selected version. Any current work in the workbook that has not been published will be lost. </Warning>