Once your collections are set up, you can start running SQL queries and generate verifiable proofs.

1. Exploring your Datasets
On the left sidebar, you’ll see all the collections available for you to query.
- Review Schema: Click on a collection to expand it and see the available Column Names and Types (like STRING, INTEGER, or DATE). This helps you write accurate queries without guessing the field names.
2. Using the SQL Editor
The central workspace is a full IDE for writing your queries.
- Write your SQL: Enter your query in the editor tab.
- Saving: Your work is saved automatically, but you can also manually save your progress using the icons at the top of the tab.
- Execute: When you're ready, hit the purple Run button in the top right corner.

3. Reviewing Results & Proofs
- After the query runs successfully, you'll see the "Answer" in the editor.
- View Results: Click on the result notification to open the Query Record window. In the Result tab, you can browse through the specific data rows returned by your query.

- Access the Proof: Switch to the Query tab within that window to see the technical details. Here, you can find the generated Proof file.
- Verify and Share: From this screen, you can Verify the proof immediately, Download it for your records, or Share a link to the result with others. You can also see the exact Query & Proof Time to track performance.
