Skip to content

Using the Chat Interface

The chat interface is the primary way you interact with Querri. Instead of clicking through menus or writing code, you simply ask questions in natural language and the AI does the work.

To begin working with data:

  1. Navigate to the chat interface (usually the home page or a “New Project” button)
  2. Type your question in the message box at the bottom
  3. Press Enter or click Send

That’s it. Querri will process your question and start generating the analysis steps needed to answer it.

Your first message typically tells Querri what you want to analyze:

  • “Analyze my sales data from Q4”
  • “Show me customer trends”
  • “Help me understand this revenue dataset”

If you haven’t uploaded data yet, Querri will prompt you to add a data source before proceeding.

Querri understands a wide variety of analytical questions:

  • “What columns are in this dataset?”
  • “Show me the first 100 rows”
  • “How many records do I have?”
  • “What’s the date range of this data?”
  • “Show only transactions from 2024”
  • “Filter to customers in California”
  • “Give me rows where revenue exceeds $1000”
  • “What’s the total revenue by month?”
  • “Calculate average order value by product category”
  • “Count customers grouped by region”
  • “Create a bar chart of sales by region”
  • “Show me a line chart of monthly trends”
  • “Plot the correlation between price and units sold”
  • “Remove duplicate rows”
  • “Fill in missing values for the price column”
  • “Standardize the date format”
  • “Forecast next quarter’s revenue”
  • “Find correlations in this dataset”
  • “Identify outliers in customer spending”

When you send a message, here’s what happens:

  1. AI analyzes your question to understand what you’re asking
  2. Generates one or more steps to accomplish the task
  3. Executes each step sequentially
  4. Displays results as tables, charts, or text

You’ll see steps appear in the project view as the AI works. Each step shows:

  • What operation it’s performing
  • Its current status (running, success, error)
  • The results it produced

Steps can produce different types of results:

  • Tables (QDF): Interactive data viewers showing rows and columns
  • Charts: Visual representations of your data
  • Text insights: Summaries, statistics, or explanations

Look at each step’s output to verify the AI is on the right track.

The real power of chat-based analysis is the ability to have a conversation:

You can reference earlier results:

  • “Now filter that to just premium customers”
  • “Create a chart from those results”
  • “Show me the top 10 from that analysis”

The AI remembers context from earlier in the conversation.

If the result isn’t quite right:

  • “Make that chart a line chart instead”
  • “Sort by revenue descending”
  • “Include one more column in that table”

Pivot your analysis naturally:

  • “What if we look at it by region instead?”
  • “How does this compare to last year?”
  • “Break that down by product category”

Sometimes the AI will:

If your question is ambiguous:

  • “Which date column should I use—order_date or ship_date?”
  • “Did you want daily, weekly, or monthly aggregation?”

Provide the additional detail to help the AI proceed correctly.

The AI might suggest related analyses:

  • “I can also show you growth rates if that’s helpful”
  • “Would you like me to break this down by customer segment?”

You can accept these suggestions or continue with your original plan.

If something isn’t possible:

  • “This dataset doesn’t include geographic information for that analysis”
  • “I need more historical data to create a meaningful forecast”

The AI will help you understand what’s feasible with your current data.

You don’t need to use formal language or SQL-like syntax. Talk naturally:

  • “Show me what’s going on with revenue this year”
  • “I want to see if marketing spend correlates with sales”

Begin with a general question, then refine:

  1. “Analyze customer behavior”
  2. “Focus on repeat customers”
  3. “Show me their purchase frequency over time”

While the AI can handle complex multi-step requests, breaking them up often works better:

  • Instead of: “Filter to 2024, aggregate by month, create a chart, and forecast next quarter”
  • Try: “Filter to 2024” → “Aggregate by month” → “Create a chart” → “Forecast next quarter”

Review each step’s output before moving forward. This helps catch issues early and ensures you’re getting what you need.

Here’s what a typical chat session might look like:

You: “Analyze my sales data” AI creates step to load and preview the data

You: “Show me total revenue by month for 2024” AI filters to 2024, aggregates by month, displays table

You: “Make that a line chart” AI creates visualization

You: “What were the top 3 months?” AI sorts and filters to top 3

You: “Now forecast the next 3 months” AI generates forecast and shows predicted values

This back-and-forth conversation feels natural and keeps you in control of the analysis.