> 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/frequently-asked-questions/i-have-published-a-new-version-will-my-users-have-to-reinstall-the-app.md).

# I have published a new version, will my users have to reinstall the app?

#### App Update Behavior

When users add your app to their mobile device's home screen, the app updates automatically under these conditions:

1. The user opens the app, puts it in the background for over 60 minutes (the new version is detected when the app enters the background), and then reopens the app.
2. The user closes and relaunches the app.
3. The user uninstalls and reinstalls the app.

This update process is designed to be non-intrusive, ensuring that users' ongoing tasks are not disrupted when a new version of the app is published.


---

# 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/frequently-asked-questions/i-have-published-a-new-version-will-my-users-have-to-reinstall-the-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.
