> For the complete documentation index, see [llms.txt](https://docs.formello.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.formello.net/admin/submissions.md).

# Submissions

In the submissions page you can see all submissions sent. An useful badge will display all new submissions.

![Form submissions table](/files/-MkO87DGbIlJg31szXyk)

Clicking on the form name you will see detail page. On the detail page you will have a table that summarize your form submissions.

![Submissions detail table](/files/-MkOB-8iWXfDW5Vzh8-3)

On the admin bar you will see the badge with all new submissions.

There's also a filter on the table to get only the unread submissions. A circle icon will mark all unread submissions.

The table come with **sorting and pagination** to navigate through the records. Also a search box to match a specific submission.

You can also **mark a record with a star** if it's very important and want make it more visible.

![Submission marks](/files/-MkODl6n-nA9WaRaOdQS)

Each submission has its own detail page with all fields and some useful additional data.

![Submission detail page](/files/-MkOEJAi4aehRJmltjuv)


---

# 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://docs.formello.net/admin/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.
