Docs
Docs /Getting Started /The Playground
Getting Started

Playground

The full IDE on a sample BigQuery project, with no Google account and nothing to connect. Use it to try completions, diagnostics, and Prism AI before you decide to sign in.

Query 1 · Playground
12345
SELECT country, COUNT(*) AS users
FROM `ace-analytics.warehouse.users`
GROUP BY country
ORDER BY users DESC
LIMIT 10

Starting it

Open app.querylab.io, tick the Terms of Service checkbox, and click Start Exploring on the Playground card. If you already signed in and reached the Connect to BigQuery step, Try Playground does the same thing.

You land in the editor with the sample project loaded in the schema tree. Everything you type runs against real BigQuery — the data is sample data, the engine is not.

What works and what doesn’t

PlaygroundSigned in
Per-query limit1 GBYour own limit, default 100 GB
Daily budget50 GB, 200 queriesYour own budgets
Prism AI10 requests per dayPlan quota
Query historySample history plus what you ran in this browserYour BigQuery job history
Save queries, share links, import data, schedule queriesNot availableAvailable

The per-query limit is fixed: every tab is created with 1 GB and the status-bar popover says Limited to 1 GB in Playground.

A budget panel in the sidebar shows what’s left for today:

sidebar
Playground×
3.2 GB / 50 GB6.4%

Limits: 1 GB/query, 50 GB/day

You’re using a playground project with sample data. Log in with Google to work with your own BigQuery projects and data.

Continue with Google — Sign in to connect your data

The panel refreshes after every query.

When the daily allowance is gone, queries stop and a Playground Limit Reached dialog offers Sign Up Free or Maybe Later. The counter resets at midnight UTC.

Signing in from Playground

Click Continue with Google in the budget panel or the playground footer, or Log in with Google in the status-bar limit popover. You go straight to Google sign-in and then to the Connect to BigQuery steps.