> For the complete documentation index, see [llms.txt](https://knowledgebase.qommentary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.qommentary.com/qommentary-form/custom-data/saving-and-reverting.md).

# Saving and Reset

Once a Qommentary Form has been setup and published to a stream, business users will start collaborating by entering and saving data to it.

### Saving data

To save form data to the destination table (file or database), please follow these steps:

1\. Open a *Qommentary Form* extension

![](/files/J75IKQXX8EZrOIgTBion)

2\. Input some data

![](/files/glLOPSa5ZaQZLkrTcdsw)

3\. Click on **Save** button

![](/files/iKSEXHOV5F3qCJQ08IU8)

Data has been saved to the destination table:

![](/files/p20w4V9OdVWQGglKTR77)

{% hint style="warning" %}
To allow data to be saved to destination table, the extension must contain a valid connection and all fields must be valid.
{% endhint %}

### Reset data

If you start adding form data, and wish to reset the data entered, you can *Reset data*.

To reset data, please follow these steps:

1\.   Add data to the form

![](/files/5jO1WA3fEUO6kc4NVrlY)

2\. Click on **Reset** button to clear the form data entered

![](/files/JvBgwgfpb80pxqqBHJE2)

3\. Once data is reset, displays an empty form to fill data again

![](/files/8ONiS13GBFEfKSnR38wc)


---

# 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://knowledgebase.qommentary.com/qommentary-form/custom-data/saving-and-reverting.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.
