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

# AI assistant overview

> An AI copilot that understands your schema and can build datasets, charts, and dashboards.

Mora includes an AI assistant that is always available from the chat panel. It understands your database schema, knows which page you're on, and can take actions across the platform, from writing SQL to building entire dashboards.

## What the AI can do

<CardGroup cols={2}>
  <Card title="Write & debug SQL" icon="code">
    The AI knows your database dialect (Postgres, Snowflake, BigQuery, etc.) and can write, optimize, and fix queries in context.
  </Card>

  <Card title="Create datasets" icon="table">
    Create new datasets, rename them, toggle privacy, and manage queries.
  </Card>

  <Card title="Build charts & dashboards" icon="chart-line">
    Create dashboards, add charts (tables, graphs, stats), configure axes, and arrange layout.
  </Card>

  <Card title="Apply filters" icon="filter">
    Create and manage dashboard-level filters that span multiple datasets.
  </Card>

  <Card title="Search your schema" icon="magnifying-glass">
    Find tables and columns by name or description using semantic catalog search.
  </Card>

  <Card title="Save insights" icon="lightbulb">
    Save exploration notes and retrieve past insights.
  </Card>
</CardGroup>

## Chat modes

The AI operates in one of four modes. You can switch modes from the mode selector or with **Shift+Tab**.

| Mode          | Behavior                                                                                   |
| ------------- | ------------------------------------------------------------------------------------------ |
| **Auto**      | The AI decides whether to focus on SQL or dashboard actions based on your request.         |
| **SQL**       | Prioritizes query-related tools, editing SQL, running queries, searching the catalog.      |
| **Dashboard** | Prioritizes dashboard and chart tools, creating blocks, updating layout, managing filters. |
| **Ask**       | Read-only mode. The AI answers questions and explores data but does not modify anything.   |

## Getting started

* [Using the chat](/ai/using-chat), how to open it, send messages, and manage threads.
* [What it can do](/ai/what-it-can-do), full list of capabilities.
* [Tips for good results](/ai/tips), how to write effective prompts.
