Key features
AI Agent
The Sheeta AI Agent is your intelligent database assistant. Ask questions in plain English and receive accurate SQL queries, data insights, and guidance for complex operations—no SQL expertise required.
Opening the AI chat
Press Cmd/Ctrl + I or click the infinity icon in the toolbar to open the chat panel. The agent automatically loads your database schema for context-aware assistance.
What you can ask
The AI agent helps with a wide range of database tasks:
- Write queries — "Show me all orders from last month"
- Explain data — "What does this table store?"
- Debug errors — "Why is this query failing?"
- Optimize performance — "How can I make this query faster?"
- Analyze trends — "What patterns exist in this data?"
- Map relationships — "How are users and orders connected?"
Schema awareness
The AI agent understands your database structure automatically—table names, column types, relationships, and constraints. This enables accurate query generation without manual schema descriptions.
Query generation
Queries are generated in your database's native dialect (PostgreSQL, BigQuery, etc.). Review the output and click Run to execute.
Need adjustments? Simply ask: "Change this to only include active users" or "Add a date filter for this year".
Multi-turn conversations
The agent maintains conversation context, allowing you to refine queries iteratively:
- "Show me top customers by revenue"
- "Add their email addresses"
- "Filter to just this year"
- "Export this to CSV"
Safety and permissions
By default, the AI agent generates read-only queries to protect your data.
Permissions are managed at the table and column level. When the agent accesses data for the first time, you'll be prompted to approve which columns it can read. You can save these permissions for future queries, eliminating repeated prompts for the same tables.