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

# Viewing Submissions

> See submissions in your dashboard with sorting, pagination, and file previews.

The Formbase dashboard shows all submissions for a form in a table that grows with your fields. New field names become new columns automatically, so you do not need to define a schema up front.

Use this page to review data, download files, and delete entries when needed.

<Steps>
  <Step title="Open a form">
    In the dashboard, click the form you want to inspect and open the "Submissions" tab.
  </Step>

  <Step title="Review the table">
    Each row is a submission. Columns are created from submitted field names, plus a "Created At" timestamp.

    <Frame>
      <img src="https://mintcdn.com/formbase/gA9p3Ks8sQ18Mo1W/images/submissions-table.png?fit=max&auto=format&n=gA9p3Ks8sQ18Mo1W&q=85&s=88d55a8e43f0534809a399f133d59e34" alt="Submissions table with entries" width="1280" height="720" data-path="images/submissions-table.png" />
    </Frame>
  </Step>

  <Step title="Preview files">
    If a submission includes a `file` or `image` URL, the table shows a downloadable link. Images include a quick preview dialog.
  </Step>
</Steps>

## Tips

* Click a column header to sort.
* Use the pagination controls at the bottom to navigate large datasets.
* Select rows if you want to delete individual submissions.

<Callout type="note">
  Formbase stores submission data exactly as it is sent. If you rename fields in your frontend, new columns will appear for the new names.
</Callout>
