> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat with a Dashboard

Chat with a Dashboard embeds a conversational AI copilot directly into dashboard pages. You can ask natural-language questions about your dashboard data, get AI-generated executive summaries, see what changed since your last visit, and add new widgets to the dashboard, all without leaving the page.

## Before you start

To use this feature, make sure you have a dashboard to chat with. If you haven't created one yet, see [Turn Answers into Dashboards](/using-wisdom-ai-everyday/turn-answers-into-dashboards) or [Build Dashboards](/improve-wisdom-ai-responses/build-dashboards).

## Ask a question about your dashboard data

When you open a dashboard, the chat sidebar opens on the right side of the page, and two AI-generated tiles appear at the top:

* **Executive Summary**: A streaming narrative summary of all data in the current dashboard.

  <Tip>
    The Executive Summary can be customized to focus on the metrics and dimensions most relevant to you and your team. Use the customization options on the tile to tailor the narrative to your audience.

    <Frame>
      <img src="https://mintcdn.com/wisdomai/SwZlp-62NTfqVyXZ/images/executive-summary.png?fit=max&auto=format&n=SwZlp-62NTfqVyXZ&q=85&s=85f27c200a562a52611bed578a788d39" alt="Executive Summary tile  customization options" width="605" height="491" data-path="images/executive-summary.png" />
    </Frame>
  </Tip>
* **With changes since**: A comparison highlighting differences since your last visit or a specific date. You can select what suits you best.
  <Frame>
    <img src="https://mintcdn.com/wisdomai/SwZlp-62NTfqVyXZ/images/changes-since.png?fit=max&auto=format&n=SwZlp-62NTfqVyXZ&q=85&s=6ca2f53d9ee4be53621f8836486933f3" alt="Executive Summary tile  customization options" width="607" height="480" data-path="images/changes-since.png" />
  </Frame>

These tiles load automatically. No action is required to generate them.

<Frame>
  <img src="https://mintcdn.com/wisdomai/SwZlp-62NTfqVyXZ/images/dashboard-tiles.png?fit=max&auto=format&n=SwZlp-62NTfqVyXZ&q=85&s=d47efaaa8fe3a2c58fe4e48f15e64a23" alt="dashboard-tiles" width="1878" height="956" data-path="images/dashboard-tiles.png" />
</Frame>

To start a chat with a dashboard:

1. Click **Dashboards** on the sidebar.
2. Select the dashboard you want to chat with.
   <Frame>
     <img src="https://mintcdn.com/wisdomai/SwZlp-62NTfqVyXZ/images/dashboard1.png?fit=max&auto=format&n=SwZlp-62NTfqVyXZ&q=85&s=582173f63f32654692239151b6acf945" alt="select-dashboard-image" width="1870" height="952" data-path="images/dashboard1.png" />
   </Frame>
3. Click the chat input at the bottom of the sidebar and type a natural-language question about the data shown on the dashboard.
4. Press **Enter** or click the send button.
   <Frame>
     <img src="https://mintcdn.com/wisdomai/SwZlp-62NTfqVyXZ/images/dashboard-input.png?fit=max&auto=format&n=SwZlp-62NTfqVyXZ&q=85&s=39258db86e400ed1eda814eaeb13361f" alt="dashboard-input" width="1878" height="956" data-path="images/dashboard-input.png" />
   </Frame>

The AI agent responds with data, tables, or charts scoped to the dashboard's domain.

<Frame>
  <img src="https://mintcdn.com/wisdomai/SwZlp-62NTfqVyXZ/images/dashboard-response.png?fit=max&auto=format&n=SwZlp-62NTfqVyXZ&q=85&s=23f2797392284841bcb482cc58894756" alt="Chat with a question typed in, and an AI response" width="1878" height="956" data-path="images/dashboard-response.png" />
</Frame>

## Add tiles to the dashboard

You can add new tiles to the dashboard directly from a chat response. Three tile types are available:

* **Visualization**: Wisdom queries your connected data source and returns an answer to your input. You can review the result, and once you're happy, click **Add latest visualization as a Tile** to lock it onto your dashboard. From then on, that metric is always visible without having to ask the question again.
  <Frame>
    <img src="https://mintcdn.com/wisdomai/SwZlp-62NTfqVyXZ/images/tile-visualization.png?fit=max&auto=format&n=SwZlp-62NTfqVyXZ&q=85&s=8e233a60d0604f21efe06144f481db44" alt="tile-visualization" width="952" height="773" data-path="images/tile-visualization.png" />
  </Frame>
* **SQL query**: A tile that runs a custom SQL query directly against your data source. When you add a SQL tile, WisdomAI automatically generates the query based on your question. You can review and edit the query in the built-in SQL editor, give the tile a title, then click **Execute SQL** to preview the result. Once confirmed, click Add as Tile to pin it to your dashboard.
* **Summary**: A narrative text tile generated by WisdomAI that interprets and explains your dashboard data. When you add a summary tile, you can give it a title, write custom instructions to guide the format and focus of the summary.
  <Frame>
    <img src="https://mintcdn.com/wisdomai/SwZlp-62NTfqVyXZ/images/tile-summary.png?fit=max&auto=format&n=SwZlp-62NTfqVyXZ&q=85&s=3cdc3dc07eeb45237842a931988b8286" alt="tile-summary" width="1266" height="680" data-path="images/tile-summary.png" />
  </Frame>

## Next steps

## Next steps

<CardGroup cols={2}>
  <Card title="Schedule Dashboard Notifications" icon="calendar-days" href="/using-wisdom-ai-everyday/share-dashboards-and-set-access-control">
    Set up automated notifications to keep stakeholders updated with the latest dashboard insights.
  </Card>

  <Card title="Share Dashboards and Set Access Control" icon="share-nodes" href="/using-wisdom-ai-everyday/share-dashboards-and-set-access-control">
    Learn how to share your dashboards with others and manage who can view or edit them.
  </Card>
</CardGroup>
