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

# Dashboard Overview

> A high-level overview of the Arivu Dashboard

<img className="block dark:hidden" src="https://mintcdn.com/arivu/vewIgaTqecVqQkLg/images/dashboard-new.png?fit=max&auto=format&n=vewIgaTqecVqQkLg&q=85&s=4b4d78cc0be82f4ffaeb78707a2d7679" alt="Dashboard Interface Light" width="1919" height="899" data-path="images/dashboard-new.png" />

<img className="hidden dark:block" src="https://mintcdn.com/arivu/vewIgaTqecVqQkLg/images/dashboard-new.png?fit=max&auto=format&n=vewIgaTqecVqQkLg&q=85&s=4b4d78cc0be82f4ffaeb78707a2d7679" alt="Dashboard Interface Dark" width="1919" height="899" data-path="images/dashboard-new.png" />

## Welcome to the Dashboard

The Arivu Dashboard is the primary interface for interacting with your AI agent. It is built using Next.js and Tailwind CSS, featuring a beautiful, highly responsive interface that automatically adapts to your system theme.

The dashboard uses a **Workspace (DB Tenant)** model. Instead of a single global environment, features like Chat, Dashboards, and Automations are scoped to a specific Database alias, allowing you to seamlessly switch contexts across multiple connections.

<Steps>
  <Step title="Connect your Database">
    Before asking questions, you need to connect your database. Head over to the Connections module to securely link PostgreSQL, MySQL, SQLite, and more.
  </Step>

  <Step title="Select Workspace">
    Navigate into a specific database alias from the sidebar. All subsequent actions (Chat, Automations, Dashboards) operate within this isolated tenant.
  </Step>

  <Step title="Ask Questions & Build">
    Use the chat interface to ask natural language questions. The LangGraph agent will automatically write the SQL, execute it, and return the data which you can visualize and pin to custom dashboards.
  </Step>
</Steps>

<img src="https://mintcdn.com/arivu/vewIgaTqecVqQkLg/images/dashboard-db-new.png?fit=max&auto=format&n=vewIgaTqecVqQkLg&q=85&s=e39d68e8385023ad9b9bfd14cac407a9" alt="Dashboard Interface Dark" width="1915" height="903" data-path="images/dashboard-db-new.png" />

## Key Sections

<CardGroup cols={2}>
  <Card title="Connections & Integrations" icon="plug" href="/dashboard/connections/overview">
    Add, remove, and manage your database credentials, LLM models, and app integrations.
  </Card>

  <Card title="Workspace: Chat" icon="comments" href="/dashboard/connections/chat">
    The main workspace for natural language analytics within a specific database.
  </Card>

  <Card title="Workspace: Dashboards" icon="chart-simple" href="/dashboard/dashboards/overview">
    Create interactive charts manually or pin them directly from chat results.
  </Card>

  <Card title="Pipeline Traces" icon="code-branch" href="/dashboard/monitoring/traces">
    Inspect node-level execution latency and state diffs.
  </Card>
</CardGroup>
