DOCS-1766 - Document Add Panel to Dashboard skill in Mobot - #6937
Conversation
Add a new page covering the Mobot skill that creates dashboard panels from plain-language prompts: supported panel/visualization types, the create walkthrough, multi-panel requests, and limitations. Register the skill in the Mobot page (kept distinct from the two agents), add a sidebar entry and a cross-link from Create a Dashboard, and add a service release note. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kimsauce
left a comment
There was a problem hiding this comment.
Heads-up: docs/search/mobot.md is getting a significant restructure in #6897 (DOCS-1548, targeting ~Aug 3), which replaces the Query Agent/Knowledge Agent selector UI with a unified interface. This PR's changes to that same file (comparison table, new section) will likely need to be reconciled with that overhaul — worth sequencing the merges deliberately. /cc @margaret-selid @tp-sl — flagging since this affects Mobot docs.
| - dojo ai | ||
| --- | ||
|
|
||
| import useBaseUrl from '@docusaurus/useBaseUrl'; |
There was a problem hiding this comment.
Unused import — useBaseUrl isn't referenced anywhere in this file (no <img> tags). Looks like a leftover from removing the image placeholders per the PR notes. Worth dropping this line unless screenshots are being added back before publish.
| * **Reference specific features**. Use proper names when you know them: "How do I use Field Extraction Rules?" works better than "How do I extract fields?" | ||
|
|
||
|
|
||
| ## Add Panel to Dashboard |
There was a problem hiding this comment.
| | **Output** | Executable queries with live results | Answers with guidance links | | ||
| | **Best for** | Troubleshooting, investigating, analyzing trends | Onboarding, setup guidance, learning concepts | | ||
| | **Example** | "Show me 500 errors from the API service" | "How do I set up a CloudTrail collector?" | | ||
| | | Query Agent | Knowledge Agent | Add dashboard panels| |
There was a problem hiding this comment.
It's not a separate agent, it's the capability in mobot just like monitor creation
Purpose of this pull request
This pull request documents the new "Add Panel to Dashboard" skill in Mobot, which lets you create dashboard panels from plain-language prompts instead of configuring them manually in the dashboard UI.
Changes:
docs/dashboards/create-panel-with-mobot.md— supported panel/visualization types (logs only; standard, advanced, and distribution/summary chart types), the create walkthrough, multi-panel requests, limitations, and FAQ.docs/search/mobot.md— registers the new skill, kept explicitly distinct from Mobot's two agents (Query Agent, Knowledge Agent) since it has no separate menu or selector — you type the prompt directly into Mobot's chat.sidebars.ts— adds the new page to the Dashboards sidebar.docs/dashboards/create-dashboard-new.md— cross-reference tip.blog-service/2026-08-01-dashboards.md— release note.Notes for reviewers:
Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/DOCS-1766