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.
Connect your Database
Think of this like giving Stellar a 'read-only window' into your data. We never store or modify anything.
# 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.
AI Learns Your Schema
Once connected, our AI scans your table structures and automatically creates a 'knowledge map' of your data — in plain English.
Pro tip: The more you customise the Semantic Dictionary, the smarter the AI gets. Add descriptions to your columns in plain English.
Start Asking Questions
Your AI data analyst is now ready. Ask any business question in plain English — just like talking to a colleague.
<!-- 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>
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.