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

# How to handle submissions in Release0

> Learn how to view and manage user submissions in Release0. This guide covers how to access, filter, and export user data collected from your chatbot agent interactions, including handling partially filled results and using analytics features.

## Viewing Results

Once your **Agent** is published, you’ll start collecting results from your users. These results are accessible in the workspace view by clicking the context menu next to your agent name.

<Frame style={{ maxWidth: '250px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/YWq2zuUGbHzFURAJ/images/submission/agent-context.png?fit=max&auto=format&n=YWq2zuUGbHzFURAJ&q=85&s=c47b1b3f308ae267f79cf960335a29bf" alt="Agent context" width="416" height="680" data-path="images/submission/agent-context.png" />
</Frame>

Your Agent results can also be accessed under the **Submission tab** of your Agent flow editor.

<Frame style={{ maxWidth: '800px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/YWq2zuUGbHzFURAJ/images/submission/submissions.png?fit=max&auto=format&n=YWq2zuUGbHzFURAJ&q=85&s=b90f16a46f42b0c4b759d8d9a6d819e5" alt="Submissions" width="2962" height="956" data-path="images/submission/submissions.png" />
</Frame>

There is also a quick overview summary of the submissions located on the **workspace** view inside the **Agent** card.

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/YWq2zuUGbHzFURAJ/images/submission/agent-card-detail.png?fit=max&auto=format&n=YWq2zuUGbHzFURAJ&q=85&s=7d80a29d22cbd491fea3095e587b477f" alt="Submissions Summary" width="806" height="436" data-path="images/submission/agent-card-detail.png" />
</Frame>

In this quick view you can see the conversation **Starts**, this refers to each time the agent is started with at least one user interaction. Also it shows the total number of **Submissions** or number of users that have completed the agent conversation flow. Lastly it shows the last update of the agent configuration.

### Partially Filled Results

You might notice some partially filled results in your data. This is **normal and expected**. Your **Agent** collects answers as soon as they are provided by the user, even if they don’t complete the entire conversation.

> **Note**: Partially filled results help you understand where users drop off, offering opportunities to improve your Agent’s performance. This is one of **release0.com’s** greatest features and it is explained in more detail in the [Analytics](/submission/analytics) section.

***

## Features in the Results Tab

### Time Filter

By default, results from the last 7 days are displayed. You can adjust this by using the **date filter button** located at the top right corner of the submission table.

<Frame style={{ maxWidth: '600px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/YWq2zuUGbHzFURAJ/images/submission/results-date.png?fit=max&auto=format&n=YWq2zuUGbHzFURAJ&q=85&s=b36f95499e01a827384b1ef5dd4a5bc0" alt="Submissions Date" width="1514" height="806" data-path="images/submission/results-date.png" />
</Frame>

### Export Results to CSV

You can export all results to a CSV file by clicking on the **Export** option. This generates a CSV file containing all the current results from your Agent.

<Frame style={{ maxWidth: '250px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/YWq2zuUGbHzFURAJ/images/submission/download.png?fit=max&auto=format&n=YWq2zuUGbHzFURAJ&q=85&s=b34deec4844ced38e0d65d40bfc1653d" alt="Submissions Download" width="534" height="244" data-path="images/submission/download.png" />
</Frame>

**Include Deleted elements**: If enabled, this will include answers from elements that are no longer part of your Agent (e.g., removed in a previous version).

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/YWq2zuUGbHzFURAJ/images/submission/export.png?fit=max&auto=format&n=YWq2zuUGbHzFURAJ&q=85&s=e36a16003dcfe80fc326434d5f224018" alt="Submissions export" width="756" height="680" data-path="images/submission/export.png" />
</Frame>

### Re-arrange and Hide Columns

To make your results table easier to read, you can:

* Re-arrange specific columns.
* Hide columns that are not relevant.

<Frame style={{ maxWidth: '800px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/YWq2zuUGbHzFURAJ/images/submission/submissions-fields.gif?s=5e48ca14a4be37bac2b8722237c6550f" alt="Submissions fields" width="2992" height="1136" data-path="images/submission/submissions-fields.gif" />
</Frame>

> **Tip**: Use exported CSV files to perform further analysis in tools like Excel or Google Sheets for insights into user behavior.
