Frequently Asked Questions
Everything you need to know about Stellar Intelligence X. If your query isn't addressed here, reach out to our enterprise support node.
What is Stellar Intelligence X?
Stellar is an embedded Conversational AI platform for structured databases. Instead of writing complex SQL or building static dashboards, you embed our widget. Your users ask plain-English questions and receive instant, secure data insights dynamically routed from your database.
Who is this platform for?
Stellar is built for SaaS Founders and Product Teams who want to offer industry-leading analytics without building a proprietary BI engine. It's also used by internal teams needing real-time answers from corporate databases without SQL knowledge.
Where does my data live?
Your data stays in your database. We do not copy, warehouse, or train public LLMs on your proprietary row data. We acts as a secure, real-time proxy, only extracting schema Metadata to construct valid SQL queries executed against your own connections.
When should I use JWT vs Bimodal Access?
Use JWTs for public, multi-tenant SaaS applications to guarantee end-users only query their own data via Nested Audience Governance rules. Use Bimodal Access only for secure, internal administrative dashboards where users are trusted across all datasets.
How are destructive queries blocked?
We employ a deterministic, zero-trust Guardrail Engine. Before execution, generated SQL is parsed into a Mathematical AST. We scan for write operations (INSERT, UPDATE, DELETE, DROP) and block them instantly at the sandbox layer safely.