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

# Downloading PIE & PROOF

> Download PIE execution artifacts and STARK proof files from Atlantic queries, including where to find files in the console and which query results expose proof downloads.

<Note>
  You will need the query ID returned from your submitted job to download the
  related files.
</Note>

<Steps>
  <Step title="Navigate to the query">
    As described in [Query Status](/atlantic-api/status), find the query you want to download files for.

    <img src="https://mintcdn.com/herodotuscloudservices/wjGdBB1D1ON6oODD/images/atlantic/downloading-files-1.png?fit=max&auto=format&n=wjGdBB1D1ON6oODD&q=85&s=0128cb6264510045b30df5d4bf47e6e0" className="border border-white/10 rounded" width="2880" height="2160" data-path="images/atlantic/downloading-files-1.png" />
  </Step>

  <Step title="Download files">
    Open the `TRACE_GENERATION` section to download the PIE file, or
    `PROOF_GENERATION` to download the proof file.

    <Warning>
      Proof files are currently not available for L1 verification queries. To
      download a proof file, submit with `result` set to `PROOF_GENERATION` or
      `PROOF_VERIFICATION_ON_L2`.
    </Warning>

    <img src="https://mintcdn.com/herodotuscloudservices/wjGdBB1D1ON6oODD/images/atlantic/downloading-files-2.png?fit=max&auto=format&n=wjGdBB1D1ON6oODD&q=85&s=56b5963ca7f070fc5b9eb68bf8e1e887" className="border border-white/10 rounded" width="2880" height="2160" data-path="images/atlantic/downloading-files-2.png" />
  </Step>
</Steps>
