> ## 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": "/visualize-present/index",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# Visualize & present

> Turn query results into charts, build interactive dashboards, and use AI to surface insights from your data.

Once you've [queried your data](/analyze-explore/querying), Omni provides tools to visualize results, assemble dashboards, and present insights to your team. This section covers everything from chart configuration to dashboard design and management.

## Dashboard Agent

The [Dashboard Agent](/ai/dashboard-assistant) brings conversational AI directly into your dashboards. Ask follow-up questions, drill into subsets, summarize results, or request new analyses — all without leaving the dashboard view.

## Visualize data

Omni includes a library of [built-in chart types](/visualize-present/visualizations/types) — bar, line, area, scatter, funnel, KPI, map, and more. Each chart supports [configuration options](/visualize-present/visualizations/configuration/color) for color, axes, series mapping, tooltips, and sizing. For advanced use cases, you can edit the underlying [Vega-Lite spec](/visualize-present/visualizations/types/custom) directly.

You can also use AI to [generate visualizations](/ai/visualizations) from your query results.

## Design dashboards

[Dashboards](/visualize-present/dashboards) are the presentation layer for your workbooks, displaying multiple queries as an interactive collection of tiles. Dashboards support:

* **[Chart and table tiles](/visualize-present/dashboards/charts)** — Display query results as visualizations or tables
* **[Text and Markdown tiles](/visualize-present/dashboards/text-markdown)** — Add context, headers, and documentation
* **[Filters](/visualize-present/dashboards/filters)** and **[controls](/visualize-present/dashboards/controls)** — Let viewers interact with the data
* **[Dynamic content](/visualize-present/dynamic-content)** — Use Mustache syntax to personalize dashboards for each viewer
* **[Theming](/visualize-present/dashboards/theming)** — Apply custom themes to match your organization's branding
* **[Advanced layout](/visualize-present/dashboards/advanced-layout)** — Fine-tune tile placement and responsive behavior

## Manage dashboards

Once your dashboard is built, Omni provides tools to keep it running well:

* **[Dashboard settings](/visualize-present/dashboards/settings)** — Configure refresh behavior, default filters, and document-level options
* **[Performance profiler](/visualize-present/dashboards/performance-profiler)** — Identify slow queries and optimize load times
* **[Download](/visualize-present/dashboards/download)** and **[migrate](/visualize-present/dashboards/migrate)** dashboards as needed
