# Form Entries

### Viewing and Exporting Form Entries

To view entries for a specific form:

1. Click **Manage Forms**
2. Locate your form in the list and click the three dots on the right-hand side
3. Select **Entries** from the dropdown menu

{% hint style="info" %}
If Entries is greyed out, it means no submissions have been received for that form yet.
{% endhint %}

### Exporting Entries to Excel

Once you're viewing the entries table for a form, you can export all submissions by clicking **Export All** at the top. This downloads an Excel spreadsheet with:

* Each form field as a column
* Each entry as a row

This format makes the data easy to manage and share.

### Filtering Entries by Team Type

Need to export just a subset of teams? Use the filters at the top of the entries table:

* Click the **Team Type** filter to narrow your view
* The **Export All** button will reflect your filtered view, letting you export just the relevant data

This is especially helpful for large events with multiple team categories.

### Deleting Entries

To delete one or more entries:

1. Tick the checkbox next to the entry
2. Click **Delete** at the top of the table

{% hint style="warning" %}
Caution: Deleting an entry is permanent and cannot be undone.
{% endhint %}

### Editing a Form Entry

Admin users can edit submitted entries:

1. Click on a specific entry in the table
2. Click **Edit Submission**
3. Make the necessary changes

{% hint style="info" %}
Remember to scroll to the end of the form and click **Save** — otherwise, your edits won’t be applied.
{% endhint %}


---

# 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.eventflowapp.com/eventflow-cms/form-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.
