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

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

</AgentInstructions>

# AI in Omni

> Omni's AI is grounded in your semantic model — delivering accurate, governed analytics through natural language.

Omni's AI is built on your organization's [semantic model](/modeling) — the layer that defines your metrics, relationships, and business logic. This means AI-generated queries use the same governed definitions as the rest of Omni, so results are consistent and trustworthy. User permissions are enforced across every AI surface, and your data is never used to train models.

The fastest way to get started is with the [Omni Agent](/ai/chat), where you can ask questions about your data in plain language.

## Ask questions about your data

Omni provides several AI-powered surfaces for exploring your data with natural language:

<CardGroup cols={1}>
  <Card title="Omni Agent" icon="message-bot" href="/ai/chat" horizontal>
    A standalone chat experience for exploring data. Ask questions, generate queries and visualizations, and create dashboards — no workbook setup needed.
  </Card>

  <Card title="Workbook Agent" icon="wand-magic-sparkles" href="/ai/queries" horizontal>
    Build and refine queries using natural language inside a [workbook](/analyze-explore/workbook-basics) — Omni's core environment for building and saving analyses.
  </Card>

  <Card title="Skills" icon="diagram-project" href="/ai/skills" horizontal>
    Reusable, one-click AI processes for standardized reports, guided lookups, and data quality checks.
  </Card>

  <Card title="Dashboard Agent" icon="chart-mixed" href="/ai/dashboard-assistant" horizontal>
    Ask questions directly on a published dashboard. Click a chart to scope the conversation, drill into subsets, or request summaries without leaving the page.
  </Card>
</CardGroup>

## AI-assisted building

Beyond helping you create queries, AI is embedded throughout Omni to help you build, visualize, and more:

<CardGroup cols={1}>
  <Card title="Modeling Agent" icon="diagram-project" href="/ai/model-assistant" horizontal>
    Chat while you edit YAML in the Model IDE—ask about relationships, draft measures and topics, and review proposed changes.
  </Card>

  <Card title="Formula builder" icon="function" href="/analyze-explore/calculations#ai-generated" horizontal>
    Describe a calculation in plain English and get a working Excel-style formula.
  </Card>

  <Card title="Visualizations" icon="chart-bar" href="/ai/visualizations" horizontal>
    Describe the chart you want and the AI will create and configure it for you.
  </Card>

  <Card title="Forecasting" icon="chart-line-up" href="/ai/forecasting" horizontal>
    Generate statistical forecasts and projections for time-series data using natural language.
  </Card>
</CardGroup>

## Improve AI quality

Omni's AI uses your defined metrics, relationships, and business logic — not guesswork on raw tables. To further improve accuracy:

* **[Optimize your models for AI](/modeling/develop/ai-optimization)** — Add descriptions, sample values, and synonyms to help the AI select the right fields and interpret questions correctly.
* **[Learn from conversation](/ai/learn-from-conversation)** — Let the AI capture business context from your conversations and encode it into the model for future queries.
* **Rate AI responses** using the <Icon icon="thumbs-up" iconType="regular" /> / <Icon icon="thumbs-down" iconType="regular" /> icons in the Omni app or on [Omni Slack Agent](/integrations/omni-slack-agent) responses to help improve result quality.

## Data security

Omni's AI is designed to respect your existing security boundaries. Your data stays protected and is never used to train models.

* **Permissions** — Every AI query respects row-level security and user-level access controls. Users only see data they're authorized to access.
* **[Data security](/ai/security)** — By default, Omni uses Claude on AWS Bedrock. Your data is never used to train models. Organizations can also configure [Anthropic Direct, OpenAI, Snowflake Cortex, or Grok (xAI)](/ai/settings/model-providers).

## Manage and customize

To configure AI features or customize branding, go to [**Settings > AI**](/ai/settings).

Keep an eye on your usage with the [Token tracking dashboard](/administration/token-tracking) in your instance's [**Analytics** section](/administration/analytics).

## Use Omni in other tools

Bring Omni's AI-powered analytics into the tools your team already uses.

<CardGroup cols={1}>
  <Card title="MCP Server" icon="plug" href="/ai/mcp" horizontal>
    Query your Omni data from Claude Desktop, ChatGPT, Cursor, and other AI tools using the Model Context Protocol.
  </Card>

  <Card title="Agent skills" icon="code" href="/developers/agent-skills" horizontal>
    Open-source agent skills that bring model building, querying, and content management into your development environment.
  </Card>
</CardGroup>
