Ask Your First Question
The AI chat is where everything happens in Skopx. Once you have at least one data source connected, open the chat and type a question in plain English.
How it works
- You type a question like: "What were our top 10 customers by revenue last quarter?"
- Skopx identifies which data source(s) to query.
- It generates the right query (SQL for databases, API calls for SaaS tools).
- The answer appears in the chat with citations showing exactly where the data came from.
Good first questions to try
- "How many open tickets do we have in Jira right now?"
- "Show me the most active Slack channels this week."
- "What is our average deal size in the CRM?"
- "List all pull requests merged yesterday on GitHub."
- "How many support emails came in today?"
Tips for better questions
Be specific about time. Instead of "show me sales," try "show me sales from January 2025."
Name the source if you have many. If you have multiple databases, say "in the production database, how many active users do we have?"
Ask for comparisons. Skopx handles these well: "Compare this month's signups to last month."
Ask follow-ups. The chat keeps context, so you can say "break that down by region" without repeating the whole question.
What if the answer is wrong?
Every answer includes citations. Click on a citation to see the generated SQL or API call. If something looks off, you can refine your question or check the underlying query. You can also give feedback with a thumbs up or thumbs down, which helps Skopx learn your preferences over time.