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