> ## 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.

# Connections Overview

> Managing your data and intelligence sources

Arivu acts as a bridge between your **Data (SQL)**, **Intelligence (LLM)**, and **Actions (Integrations)**. The Connections module is where you configure these aspects.

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

## Data Sources

Connect to your relational databases. Arivu supports multi-dialect federation, meaning you can have PostgreSQL, MySQL, and SQLite connections running simultaneously.

<CardGroup cols={2}>
  <Card title="PostgreSQL" icon="database" href="/dashboard/connections/databases/postgresql">
    Enterprise-grade ACID-compliant relational database.
  </Card>

  <Card title="MySQL" icon="database" href="/dashboard/connections/databases/mysql">
    High-performance relational engine for web-scale apps.
  </Card>

  <Card title="SQLite" icon="file" href="/dashboard/connections/databases/sqlite">
    Zero-config local database for rapid prototyping.
  </Card>

  <Card title="Snowflake" icon="snowflake" href="/dashboard/connections/databases/snowflake">
    Scalable cloud data warehouse for enterprise analytics.
  </Card>
</CardGroup>

## Intelligence Layer (LLM Providers & Store)

Select and configure the LLM that powers SQL generation. You can configure multiple models and use the **LLM Store** to save, manage, and instantly toggle between different LLM configurations with zero code changes.

<CardGroup cols={2}>
  <Card title="OpenAI" icon="robot" href="/dashboard/connections/llms/openai">
    GPT-4o and GPT-4o-mini for industry-standard reasoning.
  </Card>

  <Card title="Anthropic" icon="brain-circuit" href="/dashboard/connections/llms/anthropic">
    Claude 3.5 Sonnet for advanced dialect-aware generation.
  </Card>

  <Card title="Groq" icon="bolt" href="/dashboard/connections/llms/groq">
    Ultra-fast inference with Llama 3 for real-time dashboards.
  </Card>

  <Card title="Ollama" icon="server" href="/dashboard/connections/llms/ollama">
    Run models locally with zero API costs.
  </Card>
</CardGroup>

## App Integrations

Configure external platforms to send automated reports and alerts. Once connected here globally, they can be utilized across all database workspaces in your scheduled Automations.

<CardGroup cols={2}>
  <Card title="Messaging Apps" icon="message" href="/dashboard/connections/integrations">
    Telegram, WhatsApp, Slack, and Discord bot integrations.
  </Card>

  <Card title="Webhooks & Email" icon="webhook" href="/dashboard/connections/integrations">
    Send custom JSON payloads or HTML emails on schedule.
  </Card>
</CardGroup>
