# Refreshing data

When multiple users are collaborating on the same Qommentary Writeback extension, there might be a risk of overriding someone else's data (specially if concurrency is not enabled).

To ensure you're working with the latest version of the data, you can refresh the table data.

To refresh the table data, please follow these steps:

1\. Open sheet with a *Qommentary Writeback* extension

![](/files/-MZ6R-YHpF9MdY-1qGD7)

2\. Click on the **Refresh** button

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

{% hint style="info" %}
If you made some changes before clicking on Refresh, a confirmation modal will be displayed advising that unsaved data will be lost.
{% endhint %}

The table will be updated if new data is available:

![](/files/-MZ8F_M0sNBKFMFOfI2Q)


---

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