Ask AI (NEW!)

Ask AI is a new feature in UXWizz that allows you to get insights of your stored data with the help of an AI chatbot (LLM).

Basic UXWizz Ask AI ChatGPT query demo

How does it work?

  1. You type your question. e.g. "How many visitors came from Google versus directly?"

  2. The question, together with the database schema and some instructions (system prompt) are sent to ChatGPT.

  3. The AI generates a MySQL query that answers your question.

  4. The MySQL query is displayed to you. You can then send the query for execution to your local database to get the results.

  5. The output is displayed as JSON in the chat.

  6. The AI can also generate a Chart.js chart from this query.

Soon, there will be additional ways to display the results (graphs, exportable csv, files, images, etc.)

Example query

TIP: You can simply press Enter with an empty input to get some question/prompt ideas.

Selecting AI model

You can change the model from the top-right Settings → GPT Model menu. Currently, only OpenAI ChatGPT API and models are supported.

Generating charts

Ask AI Charts was introduced in version 7.0.0.

You can simply ask the AI to generate a chart. The AI will create a MySQL query that returns the data and a Chart.js configuration. This data + config are then used in your dashboard to display the chart.

Here is a quick demo video:

Last updated

Was this helpful?