# Reloading data

The *Qommentary Form* extension allows you seamlessly reload Form data and reflect the updated changes on your application in real-time.

### Enabling app reload

1\. Edit your sheet\
2\. Expand the **Reload** section

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

3\. Click on the switch control to *Enable app reload*

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

### Reload triggers

When app reload is enabled, saving data will automatically trigger an application reload.&#x20;

If you wish to disable automatic trigger and allow users to manually reload the application when desired, please follow these steps:

1\. Edit your sheet\
2\. Expand the **Reload** section

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

3\. Click on **Manual** button

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

A Refresh app button will now be visible in the Form:

![](/files/XkhZOyRYym2fkwZDQqyG)

### Reload types

When reloading form data, there's two (2) types of data reloads: partial and full.

By default, a partial application reload is executed. A *partial reload* keeps all tables in the data model and then executes only **Load** and **Select** statements preceded by an **Add**, **Merge**, or **Replace** prefix.

If instead you wish to execute a full application reload, just check the **Full** option:

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

## Customized background and text color

To customize the Refresh button background and font colors please follow the below steps

1\. Edit your sheet\
2\. Expand the **Reload** section\
3\. Select color from the color palate for Button background color\
![](/files/OylJdmD7EiVjfprZnvTG)\
4\. Selected color will display as button background\
![](/files/Y24rRkrDf0aSwCjkMIk9)\
5\. Now select color from the color palate for Button text color\
![](/files/p8zIrfdnlYaClLQGTfro)\
6\. Selected color will display for Button text\
![](/files/AfrLSGwYL2ljAfPULjn8)


---

# 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/form-actions/reloading-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.
