docs: add Dashboard Agent and Workbook Agent pages#10973
Conversation
Document the conversational AI assistants for end users (dashboard viewers and workbook authors). The Dashboard Agent page covers the read-only Q&A panel on published/embedded dashboards; the Workbook Agent page covers in-workbook authoring. Wires both into the explore-analyze navigation. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Claude finished @keydunov's task in 1m 6s —— View job Code ReviewDocs-only PR adding two end-user pages and wiring them into nav. Overall the writing is clear, the read-only vs. authoring split is well-drawn, and cross-links resolve. Verdict: 1 high (broken-looking screenshot URL), 0 medium, 1 low. Otherwise good to merge once the asset is rehosted. Details
FindingsHigh — screenshot URL looks malformed ( Low — "Report search covers published reports only" on the Dashboard Agent page ( Nits (non-blocking)
What looks good
|
|
|
||
| <Frame> | ||
| <img | ||
| src="https://lgo0ecceic.ucarecd.net/a50f87dd-126d-44ad-87e9-6c9a0af81c1a/" |
There was a problem hiding this comment.
The host lgo0ecceic.ucarecd.net looks malformed — Uploadcare's CDN is ucarecdn.com, not ucarecd.net with a per-account subdomain. This URL is very likely broken (and the PR description itself flags rehosting). Recommend uploading the asset to static.cube.dev for consistency with the rest of the docs and swapping the src before merge.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Summary
Adds end-user documentation for Cube Cloud's conversational AI assistants, aimed at dashboard viewers and workbook authors (analysts/business users), not platform engineers.
docs/explore-analyze/dashboards/dashboard-agent) — the read-only Q&A panel docked on published/embedded dashboards. Covers opening the panel, focusing on a specific chart, what it can/can't do, attachments, and limitations.docs/explore-analyze/workbooks/workbook-agent) — the in-workbook authoring assistant (creating reports, building/editing/publishing dashboards). Includes a note distinguishing it from Analytics Chat.docs.json.The two surfaces are kept clearly separated: published Dashboard Agent is read-only; the Workbook Agent does authoring.
Reviewer notes
static.cube.devfor consistency with other docs images.Test plan
cd docs-mintlify && yarn devand verify both pages render🤖 Generated with Claude Code