> ## Documentation Index
> Fetch the complete documentation index at: https://trickest.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting

> Export Live Table query results to CSV for use in external tools and reports.

## Overview

Any query result can be exported to CSV directly from the Query tab. The export reflects the current query filter, so you can export a specific subset of your data rather than the full table.

## Exporting to CSV

<Steps>
  <Step title="Run a query">
    In the **Query** tab, write and run the filter you want to export. If you want to export the full table, leave the query empty and run.
  </Step>

  <Step title="Click Export to CSV">
    Click the **download** icon (tooltip **Export to CSV**) in the query toolbar, or use the same icon in the results header above the rows. The **Export to CSV** modal opens.
  </Step>

  <Step title="Wait for the export to complete">
    The modal shows progress as the export is generated. Larger tables may take a moment to process.
  </Step>

  <Step title="Download the file">
    Once the modal switches to **Export ready**, click **Download** to save the CSV to your machine. Click **Close** when done.
  </Step>
</Steps>

> **Tip** While the export is in progress you can click **Cancel** to stop it. Closing the modal before the export completes also cancels it.
