# Viewing And Exporting Entries

Expand the Form in the tree to view the Entries for each Form.

![Tree](/files/ofzXuBCPUsn6fGcF6pPX)

## Video overview

{% embed url="<https://youtu.be/vUQpX3wqDrs>" %}
Watch this video to learn how to manage entries submitted via Umbraco Forms.
{% endembed %}

## Entries Overview

When accessing the Entries viewer, you will be able to see all the entries submitted via the Form.

![Entries viewer](/files/jdr6vlagID3ZsBJ4x4Eq)

### Viewing the Entries

By default, the list is filtered to show entries only from the past month. If you want to change the date range, pick the appropriate time period from the date picker. You can also filter the entries by specific words using the Search field on the left.

Clicking on the first field for each record in the list will open the full set of information recorded for the form entry. Next and previous buttons allow you to navigate through the entry list.

![Filter](/files/w9tPHerQKLdiBLUL1KKm)

### Editing the Entries

If configured via the permissions model and supported by the version of Umbraco Forms you are running, entries may be editable via the backoffice. If available, click the *Edit* button to switch the read-only view of an entry to an editable one and *Save* to record the changes. An audit trail will show who and when updates on the entry were made.

Validation will operate as is configured for the form in terms of mandatory fields and those that must match a particular pattern. Conditional display of fields is not supported.

## Exporting Entries

To export all the entries from your Form:

1. Go to the **Forms** section.
2. Navigate to the **Entries** you wish to export.
3. Click **Export** in the top-right corner of the screen.

   <figure><img src="/files/kSiwmDYo2snrpLkwifYI" alt=""><figcaption></figcaption></figure>
4. The Export dialog opens. Choose a format such as Microsoft Excel to export the Form records to.

   <figure><img src="/files/xhppUL4CuBCDESsaZ4aS" alt=""><figcaption></figcaption></figure>
5. Click **Done**.

If you have fields that allow the user to upload files within your form, you will also have the option to download a zip file containing these files. You can either download the files in the structure that they are stored on the web server's disk. Or you can download them organised by entry, so it's easier to match up the entry listed in the spreadsheet download with the uploaded file(s).

## Record Actions

When selecting entries, it is possible to execute Actions. To select an entry, click anywhere on the entry.

{% hint style="info" %}
Clicking on the *Name* opens a view where you can see the entire entry details.
{% endhint %}

![Record bulk actions](/files/5Ik8O0qeOjz71aiYNtVJ)

Select at least 1 record to see the available actions in the top-right corner. By default, there are 3 possible actions:

* Approve
* Reject
* Delete


---

# Agent Instructions: 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:

```
GET https://docs.umbraco.com/umbraco-forms/13.latest/editor/viewing-and-exporting-entries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
