Workflow Overview
- User sends a chat message with a question or request
- AI agent interprets the message and determines the required data
- AI translates the request into an optimized SQL query
- Query is executed on the connected database (Postgres, MySQL, or SQLite)
- Results are returned and summarized in plain language
- Follow-up questions and drill-downs are supported in the same chat
- All interactions are logged for audit and learning
Supported Databases
- Postgres
- MySQL
- SQLite