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

# Quickstart

> Connect your first database and generate a dashboard in under 5 minutes.

<Steps>
  <Step title="Create your account">
    Go to [vexidata.com](https://vexidata.com) and sign up with your email, GitHub, or Google account.

    Every account belongs to an organization. You'll create one during signup — you can invite team members later.
  </Step>

  <Step title="Connect a database">
    1. Go to [Data Sources](https://vexidata.com/data-sources)
    2. Click **MySQL**, **PostgreSQL**, **MariaDB**, or **SQL Server**
    3. Enter your connection details (host, port, database, username, password)
    4. Click **Test & Save Connection**

    VexiData will connect, analyze your schema, and discover business metrics automatically. This takes a few seconds to a couple of minutes depending on your database size.

    <Tip>
      If your database has a firewall, whitelist VexiData's IP: `46.101.71.122`
    </Tip>

    Need help with a specific provider? See our guides for [Supabase](/providers/supabase), [Neon](/providers/neon), [DigitalOcean](/providers/digital-ocean), [AWS RDS](/providers/aws-rds), and [more](/connectors/mysql).
  </Step>

  <Step title="Generate your first dashboard">
    1. Go to the [Dashboard](https://vexidata.com/dashboard)
    2. Select your connected database from the dropdown
    3. Type a question like *"Show me an overview of my users and orders"*
    4. VexiData generates a full dashboard with charts, metrics, and tables

    You can refine the dashboard by asking follow-up questions in the same conversation.
  </Step>
</Steps>

## What's next?

<CardGroup cols={2}>
  <Card title="Edit your schema" icon="table" href="/database/edit-schema">
    Add descriptions to tables and columns to improve AI accuracy.
  </Card>

  <Card title="Add AI instructions" icon="message-circle" href="/database/ai-instructions">
    Customize how dashboards are generated for each database.
  </Card>

  <Card title="Connect an AI assistant" icon="sparkles" href="/ai-integrations/introduction">
    Query your data from ChatGPT, Claude, Cursor, or VS Code.
  </Card>

  <Card title="Invite your team" icon="users" href="/workspaces/invite-team-members">
    Add team members to your organization.
  </Card>
</CardGroup>
