Quickstart Guide

    Up and running in 5 minutes

    No technical background needed. Follow these 3 steps and you'll be getting AI-powered answers from your database in minutes — guaranteed.

    Total time: ~5 minutes
    Read-only — zero risk to your data
    Works with 20+ databases
    01
    02
    03
    01
    Setup · ~60 seconds

    Connect your Database

    Think of this like giving Stellar a 'read-only window' into your data. We never store or modify anything.

    Go to Dashboard → Workspaces → New Workspace
    Paste your PostgreSQL, MySQL, or Snowflake connection string
    Click 'Test Connection' — you'll see a green check if all is good
    Example
    # Example: PostgreSQL connection string
    postgresql://readonly_user:password@your-host:5432/your_database

    Best practice: Create a read-only database user specifically for Stellar. This ensures we can never modify your data.

    02
    AI Discovery · Automatic

    AI Learns Your Schema

    Once connected, our AI scans your table structures and automatically creates a 'knowledge map' of your data — in plain English.

    Navigate to Knowledge Base inside your workspace
    Click 'Auto-Discover Schema' — this takes 30–60 seconds
    Review the generated dictionary and refine any business terms

    Pro tip: The more you customise the Semantic Dictionary, the smarter the AI gets. Add descriptions to your columns in plain English.

    03
    Instant Insights · No SQL

    Start Asking Questions

    Your AI data analyst is now ready. Ask any business question in plain English — just like talking to a colleague.

    Open the Chat inside your workspace
    Type a question: "What was our revenue by region last quarter?"
    Get an instant answer with a chart and explanation
    Example
    <!-- Or embed it in your app with one line -->
    <script src="https://cdn.stellixpro.com/v1/widget.js"
      data-workspace-id="your-workspace-id"
      data-theme="light"
    ></script>
    Expert Protocol

    If the AI generates a slightly incorrect query, add a custom instruction to the Semantic Dictionary. The AI learns and self-corrects instantly. The more specific your terms, the smarter the answers.

    What to do next