> For the complete documentation index, see [llms.txt](https://docs.notionapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notionapps.com/basics/reload-data-from-app-builder.md).

# Reload Data (from app builder)

{% hint style="info" %}
If you want to reload data directly from the application, please read how to do it here, [Reload Data (from app)](/basics/reload-data-from-app.md).
{% endhint %}

When you make changes to your Notion database, such as adding new items, updating existing ones, or adding new properties, you will need to reload the data in NotionApps to see the latest changes. Reloading the data is a quick and easy process.

To reload the data from Notion, simply click on the "Reload" button in the top bar of the app builder. This will trigger the app to retrieve the latest data from your Notion database.

<figure><img src="/files/OqDW7tLXZImzbYUcMPxv" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
It is important to note that for large databases with 10-20K rows, reloading the data may take 3-5 minutes.&#x20;
{% endhint %}

After the reload is complete, you will be able to see the latest changes from your Notion database reflected in NotionApps.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-builder.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.
