> ## 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.

# Viewing Submissions

> Access and manage all responses collected through your forms.

## Submission Features

<CardGroup cols={2}>
  <Card title="View Responses" icon="eye">
    See all submissions in a clean table view
  </Card>

  <Card title="Search" icon="magnifying-glass">
    Find specific submissions by any field value
  </Card>

  <Card title="Filter" icon="filter">
    Filter by date range, status, or field values
  </Card>

  <Card title="Delete" icon="trash">
    Remove individual submissions when needed
  </Card>
</CardGroup>

## Accessing Submissions

<Steps>
  <Step title="Navigate to Forms">
    Go to Forms in your dashboard
  </Step>

  <Step title="Select a form">
    Click on the form you want to view
  </Step>

  <Step title="Open Submissions tab">
    Select the "Submissions" tab
  </Step>

  <Step title="Work with your data">
    Browse, search, or export your data
  </Step>
</Steps>
