Setara Insights · Ask anything
Ask in plain English. Get real numbers.
EVA is the assistant inside Setara Insights. You type a question the way you would say it. EVA writes the SQL, runs it against your ledger and returns the actual numbers with the right chart.
You
Which customers owe the most money?
EVA · Show SQL
SELECT customer, SUM(balance) AS owed FROM invoices WHERE status = 'overdue' GROUP BY customer ORDER BY owed DESC LIMIT 10;
Top 5 debtors · live
What it does
One chat box, real numbers, every time.
EVA covers everything from a quick cash check to a full debtor breakdown. The query is real, the answer is auditable, and you can save anything worth keeping.
Natural language
Ask the way you would say it. No prompting skills, no query language, no training.
Text-to-SQL
EVA generates a real database query against your unified data model. No estimates, no guesswork.
Auto-chart selection
Bar for comparisons, line for trends, pie for composition. The right visual for the question.
Show SQL toggle
Open the query, verify the logic, share it with your accountant. Every answer is auditable.
Save as report
Pin any answer. It becomes a stored query with zero AI involvement and the same result every time.
Export anywhere
Push to CSV or Excel for board meetings, accountants, lenders or anywhere else the numbers need to go.
Try asking
Questions people ask EVA every week.
These are real-shape questions from real SMEs. The answers come back as numbers and a chart, not a paragraph of AI text.
- Which customers owe the most money?
- How has revenue trended over the last 6 months?
- What are my biggest expenses this month?
- Show me my cash position.
- Which jobs lost money last quarter?
- Top 10 suppliers by spend this year.