AI Features & AutoMode

How to use the AI Chat, prompt effectively, and leverage AutoMode for autonomous dashboard building.

AI Chat Panel

The AI Chat panel is your primary interface for interacting with the AI assistant. Open it by clicking the chat icon in the toolbar or pressing Ctrl+Shift+C.

What you can do:

Prompt Tips

Be specific about data

Instead of "make a chart," say "create a bar chart with categories A, B, C having values 10, 25, 15."

Reference container types

Mention the library you want: "Create a Plotly 3D scatter plot" or "Use Mermaid to draw a flowchart."

Describe the outcome

"I want a dashboard showing our sales pipeline with a funnel chart, monthly trends line chart, and a summary table."

Iterate naturally

After the AI creates something, refine: "Make the bars wider," "Add a legend," "Change the title to Revenue Overview."

Tip: The AI sees your entire dashboard context. You can say "modify the second chart" or "update the Vega-Lite container" and it knows which one you mean.

AutoMode

AutoMode enables the AI to autonomously build and refine your dashboard without requiring approval for each step.

How it works:

  1. Enable AutoMode from the chat panel toolbar (toggle switch or Ctrl+Shift+A)
  2. Set the maximum number of iterations (default: 5)
  3. Describe what you want: "Build a complete sales analytics dashboard"
  4. The AI will iteratively create containers, adjust layouts, fix rendering issues, and refine the result
  5. You can stop AutoMode at any time by clicking "Stop" or pressing Escape

AutoMode settings:

Tip: Start with a clear, high-level description. AutoMode works best when given a goal like "Create a financial dashboard with revenue, expenses, and profit margin charts using this CSV data."

How Suggestions Get Applied

When the AI generates a response:

  1. Code blocks in the AI response are detected and parsed
  2. Each code block is matched to a container type (Vega-Lite, Plotly, Mermaid, etc.)
  3. In manual mode, you see a preview with "Apply" / "Reject" buttons
  4. In AutoMode, suggestions are applied automatically
  5. Applied suggestions update the dashboard in real-time
  6. All changes are tracked in the undo history — you can always revert

AI-Powered Features Summary