# Saving and reverting

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

### Saving data

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

1\. Open a *Qommentary Writeback* extension

![](/files/-MZ8L_oT5ChWEqjexx9y)

2\. Input some data

![](/files/-MZ8TaR8PdwYhmJZLLE1)

3\. Click on **Save** button

<div align="left"><img src="/files/-MZ8UJlKViJe_hHiVtkM" alt=""></div>

Data has been saved to the destination table:

![](/files/-MZ8TwAKoXkYdPI2SBQC)

{% 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 %}

### Reverting data

If you start making some changes, and wish to revert to the last state when data was saved, you can *Revert data*.

To revert data, please follow these steps:

1\.   Load table with data

![](/files/-MZ8WNhFzMEzhyWRHrpD)

3\. Make some changes

![](/files/-MZ8WwMfnhBHnHdrj-Gc)

4\. Click on **Revert** button

<div align="left"><img src="/files/-MZ8X7v9iORwIyloTfZN" alt=""></div>

5\. Once the confirmation modal has appeared, click on the Revert button

<div align="left"><img src="/files/-MZ8XHrPqckbjJ_RqNYb" alt=""></div>

{% hint style="success" %}
Data has been reverted successfully
{% endhint %}

![](/files/-MZ8XVL9ZJckODx4niwb)


---

# 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-writeback/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.
