# Reload Data (from app)

With this feature, when you make a change directly to your Notion database, you can reload data from your apps instead of the app builder.&#x20;

{% hint style="info" %}
This feature is exclusively available for paid users and applies only to [private apps](https://docs.notionapps.com/users/private-apps).
{% endhint %}

#### Steps to Enable the Reload Data Button in Your Apps

1. **Access the App Builder**: Start by heading to the app builder on NotionApps.&#x20;
2. **Navigate to Settings**: In the left sidebar of the app builder, click on the "Settings" tab.
3. **Enable Manual Data Reload**: Under the "Settings" section, find the "Manual Data Reload" label. Toggle the switch to "Enable". This step activates the manual data reload feature for your app.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FTHDkpBle5iyj48DoK00u%2FScreenshot%202023-08-23%20at%2011.55.26%20AM.png?alt=media&#x26;token=d98df6af-f271-4666-8490-cd849b71b403" alt=""><figcaption></figcaption></figure>

4. **Publish Your App**: Once you've enabled manual data reload, ensure you publish the app. This makes the updated app available for your users.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FqbfldM3MpFoszDXAbq8A%2FScreenshot%202023-08-23%20at%2011.58.05%20AM.png?alt=media&#x26;token=e4da4e5e-d4ab-43dc-9d93-2360ddee3d6e" alt=""><figcaption></figcaption></figure>

#### Accessing the "Reload Data" Button

After publishing your app, you will now find a "Reload Data" button in your app. This button will allow your users to pull in the latest data from your databases.

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FIBmY6vuY7fvkoAM7NvqB%2FScreenshot%202023-08-23%20at%2012.01.23%20PM.png?alt=media&#x26;token=807172ef-abab-4551-b1ec-db7dc55508d5" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="https://4233028229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ZqDXcVVffWUqEIZVhmn%2Fuploads%2FmukeNcKowR7PUL7AwKsW%2FScreenshot%202023-08-23%20at%2012.02.03%20PM.png?alt=media&#x26;token=3bbe09f4-0808-43f1-b93e-47ad524b5515" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
Keep in mind that when you reload data through the app, any structural changes made to your databases won't be automatically reconciled. This feature is focused on just pulling the latest "data" in your pages and rows. If you need to add or remove properties, it's recommended to use the ["Reload Data" option](https://docs.notionapps.com/basics/reload-data-from-app-builder) within the app builder.
{% 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/reload-data-from-app.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.
