Workbench
The Workbench is where operators explore platform data safely. Query Studio gives you three modes of access, each with its own trust level and governor limits, so you can answer questions without putting the database at risk.
The three modes
| Mode | For | Trust |
|---|---|---|
| Quick query | Fast, guided lookups on a single entity | Lowest, safest |
| Deep query | Joins and filters across entities | Medium |
| Expert query | Raw SQL for forensic digs (async, governed) | Highest, role-gated |
Expert mode needs the queryExpert role and runs asynchronously behind a
governor that caps rows, duration, and concurrency. The
Query Studio power moves tips page covers the
sharp edges.