Skip to main content
Version: PromptQL

PromptQL Playground

Introduction

The PromptQL Playground is our UI for chatting with your data. This familiar interface allows you to ask questions directly about your connected datasources, visualize PromptQL's analysis and artifacts, and even take action on behalf of users.

You can see an example below:

Hi, what are some questions you can answer?

I can help you analyze data from what appears to be an e-commerce system. Here are some types of questions I can answer:

  1. Product-related:
    • Find popular products based on orders or reviews
    • Analyze product pricing across categories
    • Look up product details and descriptions
    • Find products from specific manufacturers or countries
  2. Order and Purchase Analysis:
    • Track order statuses
    • Analyze delivery times
    • Look at purchase patterns
    • Find abandoned carts
  3. Customer Behavior:
    • Analyze customer reviews and ratings
    • Look at shopping patterns
    • Track cart abandonment
    • Study product category preferences
  4. Business Metrics:
    • Calculate sales metrics
    • Analyze review scores
    • Track coupon usage
    • Monitor cart completion rates

Would you like me to explore any of these areas in particular?

Additionally, the Playground makes it collaborate and share your project with others, whether as collaborators or publicly.

Next steps