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

# Exporting Data

> Download your form submissions for analysis or backup.

## Export Options

<CardGroup cols={1}>
  <Card title="CSV Export" icon="file-spreadsheet">
    Download all submissions as a spreadsheet-compatible file
  </Card>

  <Card title="Date Range" icon="calendar">
    Export only submissions from a specific time period
  </Card>

  <Card title="All Data" icon="download">
    Export includes all fields and metadata
  </Card>
</CardGroup>

## How to Export

<Steps>
  <Step title="Open Submissions">
    Go to your form's Submissions tab
  </Step>

  <Step title="Click Export">
    Click the "Export" button
  </Step>

  <Step title="Select date range">
    Select your date range (optional)
  </Step>

  <Step title="Download">
    Download your CSV file
  </Step>
</Steps>
