# Automatic Reload Data

The Automatic Data Reload, also known as the Two-Way Sync feature, periodically updates your apps with the latest changes from your Notion databases.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FJHGKaA3rzdD6KC96nsKV%2Fauto-sync-2.png?alt=media&#x26;token=fa670bb3-3537-4159-9e09-4451d9c1f509" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Any changes made on the apps are instantly synced to Notion.
{% endhint %}

To enable automatic data reload in your apps, please follow these steps:

1. On the home page, click on the app you want to customize. This will open your app in the app builder.
2. Click on "Settings" in the sidebar. &#x20;

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FxtTfTRo8sH4vIL8lALkl%2Fsettings.png?alt=media&#x26;token=5e579ab7-c191-4580-9509-a28b585a0362" alt=""><figcaption></figcaption></figure>

3. Scroll to the "Automatic Data Reload" section and click the "Configure" button.

<div data-full-width="false"><figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2Fz6Cowbxzkn9Al6CQOraL%2Fauto-reload-configure.png?alt=media&#x26;token=91840104-9a43-4166-9aaa-6cd925399b6c" alt=""><figcaption></figcaption></figure></div>

4. Enable "Automatic Data Reload" and select the frequency at which data will be refreshed: daily, hourly, or every few minutes.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FcxaV7qjbxov3PuNW4yy5%2Fauto-reload-confirm.png?alt=media&#x26;token=3266baaa-6d56-4a2e-8300-1142351d6511" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Frequency Options:**

* **Daily:** Data is refreshed every day starting from the time you enable the Automatic Data Reload option.
* **Hourly (PRO plan & above):** Data is refreshed every hour from the time you enable the Automatic Data Reload option.
* **Every Few Minutes (PRO plan & above):** Data is refreshed every 5-10 minutes, depending on the size of your database and the time it takes to sync the data.
  {% endhint %}

Once enabled, your data will periodically refresh based on the selected frequency, ensuring your app reflects the latest changes made in Notion.

{% hint style="info" %}
Coming soon:

* **Custom Daily Sync Time:** We are working on adding options to fine-tune the specific time of day at which data should be refreshed when the "Daily" option is selected.
* **Near-Realtime Syncing:** We are working on improving the reload time for the "Every Few Minutes" frequency setting.
  {% endhint %}


---

# 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://docs.notionapps.com/basics/automatic-reload-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.
