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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/ai/dashboard-assistant",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Dashboard Agent

> The Dashboard Agent brings Omni's conversational analytics directly into your dashboards.

The Dashboard Agent allows you to interact with dashboard tiles using natural language. Ask follow-up questions, drill into subsets, re-aggregate results, or request summaries, all without leaving the dashboard.

<img src="https://mintcdn.com/omni-e7402367/t-IfvrVPwJe-flyV/ai/images/dashboard-assistant-panel.png?fit=max&auto=format&n=t-IfvrVPwJe-flyV&q=85&s=8deb491ad982bd1e72c85db96cc78c17" alt="Dashboard Agent panel" width="1338" height="953" data-path="ai/images/dashboard-assistant-panel.png" />

## Requirements

To use the Dashboard Agent, you'll need **Restricted Querier**, **Querier**, **Modeler**, or **Connection Admin** permissions for the model the dashboard is built on.

## Limitations

Before you get started, note that the Dashboard Agent:

* **Can't edit the dashboard.** To make changes to a tile or visualization, enter a draft of the document and edit as you normally would.
* **Is limited to topics that are**:
  * Used in the current dashboard, or
  * Included in the model's [`ai_chat_topics`](/modeling/models/ai-chat-topics)

## Enabling the Dashboard Agent

<Note>
  **Organization Admin** permissions are required to modify AI & content permissions settings.
</Note>

The Dashboard Agent requires two settings to be enabled:

1. **Read data result** in [**Settings > AI**](/ai/settings/features#read-result-data). This allows the AI to read query results to perform tasks like data summarization, anomaly detection, and highlighting insights.
2. The **AI on dashboard** document ability:
   * **To enable the Dashboard Agent globally**, navigate to [**Settings > General > Content permissions tab**](/administration/settings#general). This will enable the Dashboard Agent by default, but you can disable it on a document-by-document basis.
   * **To enable the Dashboard Agent on individual documents**, navigate to [**File > Document Settings > AI on dashboard**](/share#controlling-document-interactivity) in the document

## Using the Dashboard Agent

<Tip>
  Want to customize the look of your Dashboard Agent? Use the [AI branding settings](/ai/settings/branding) to add your own icon, change the agent's name, and more!
</Tip>

<AccordionGroup>
  <Accordion title="Opening the chat panel">
    Once enabled, the Dashboard Agent icon will display in the bottom right corner of **published** dashboards. Click this icon to open the Dashboard Agent and begin chatting!

    <img src="https://mintcdn.com/omni-e7402367/t-IfvrVPwJe-flyV/ai/images/dashboard-assistant-icon.png?fit=max&auto=format&n=t-IfvrVPwJe-flyV&q=85&s=88e83ef1c4bc4ae9fdb9199fcfd3ef12" alt="Dashboard Agent icon in an Omni dashboard" width="1339" height="946" data-path="ai/images/dashboard-assistant-icon.png" />
  </Accordion>

  <Accordion title="Focusing on specific charts">
    You can scope the Dashboard Agent to specific charts by:

    * Clicking a specific chart in the chat, or
    * Clicking on a tile's <Icon icon="ellipsis-vertical" iconType="solid" color="#000000" /> (three dot icon) and selecting **Ask a follow up question**:

          <img src="https://mintcdn.com/omni-e7402367/t-IfvrVPwJe-flyV/ai/images/dashboard-assistant-follow-up-option.png?fit=max&auto=format&n=t-IfvrVPwJe-flyV&q=85&s=a4c4cb04a2b8c524fc10cec3c593f7f0" alt="Add a specific chart option in the Dashboard Agent" width="723" height="459" data-path="ai/images/dashboard-assistant-follow-up-option.png" />

    The Dashboard Agent will focus on the selected chart until you remove the focus or close the chat panel.
  </Accordion>

  <Accordion title="Unfocusing from specific charts">
    To unfocus the Dashboard Agent from a specific chart, click the **X** on the chart chip in the chat input. You can also close the chat panel entirely, though this will remove the chat history.
  </Accordion>

  <Accordion title="Attaching images">
    <Note>
      The **Use Omni Agent > File uploads** [AI setting](/ai/settings/features#file-uploads) must be enabled to use this feature.
    </Note>

    You can paste images directly from your clipboard into the Dashboard Agent chat input to provide visual context alongside your questions. Copy an image to your clipboard and paste it into the chat input using your system's paste command (`Cmd+V` on Mac, `Ctrl+V` on Windows/Linux).

    The image appears as a file chip in the chat input, indicating it's ready to be sent with your message.

    <Warning>
      Image pasting is supported in Chrome and Safari. Firefox does not currently support pasting images into textarea elements due to browser limitations.
    </Warning>
  </Accordion>
</AccordionGroup>

## Getting help

If you're stuck and can't remember how to do something in Omni, just ask Blobby. Questions like *"How do I do \[thing]?"* will prompt Blobby to search the official Omni docs and provide you with an answer, all without leaving your Omni workflow.

You can also directly tell Blobby to search the docs when researching the answer to your question.

<Note>
  **Working in an embedded context?** If you have the **Hide Omni watermark** setting enabled to provide a fully white-labeled experience, the AI doc search feature will respect it. Omni doc links will not be returned in chat, even if explicitly requested.
</Note>
