> For the complete documentation index, see [llms.txt](https://salsa-digital.gitbook.io/govcms-content-administration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://salsa-digital.gitbook.io/govcms-content-administration/webforms/viewing-submissions.md).

# Viewing submissions

Using the **Results** tab in the **Webform** menu, you can access all the submissions saved into the database.

The **Results** section has its own submenu containing the following sections:

<figure><img src="/files/k68tRyJSotnpxB45PK0C" alt=""><figcaption></figcaption></figure>

### Submissions

The submissions page includes a table of all submissions for the webform. There's a basic filter at the top, and you also have the ability to edit or delete any submission.

{% hint style="info" %}
Editing a submission after it's submitted won't trigger any Emails / Handlers that may be attached to the form.
{% endhint %}

### Download

This page allows you to download all the submissions into a format that can be opened by Excel/Sheets.

Leave the **Export format** to Delimited text, and scroll down to the **Column options** accordion. Expanding this section will allow you to choose which fields you export.

By default, the export will include technical fields like:

* Submission URL
* Three date fields
* Language
* Locked status
* Metatags

It's advisable to uncheck these options and just export the captured field data.

You can also use the **Download options** section to limit the export to a set period of time.

Once you've configured your options, select the **Download** button.

### Upload

Upload allows you to upload submissions in bulk into the webform. This feature is experimental and not supported by GovCMS at this time.

### Clear

Clear will allow you to delete all submissions. As the warning states, this action can **NOT** be undone, and to retrieve the submissions would require a full website restoration from a backup.

The **Clear** feature is useful if you've been conducting testing for your form and you're now about to go live.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://salsa-digital.gitbook.io/govcms-content-administration/webforms/viewing-submissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
