# Upgrade process

New builds which include bugfixes can be deployed automatically and no upgrade is required - when this happens, just refreshing the page is sufficient to see changes. However, for major or minor releases, a manual upgrade is usually required. This page describes the process to perform an upgrade.

Firstly, navigate to your App Catalog. [Click here to find out how to open your App Catalog](/sharepoint-tips/find-your-app-catalog.md).

Within your app catalog, find the ListBurst app, and delete it by selecting **Files > Delete Document** from the ribbon menu. At this point, you will need to re-install the app.

{% hint style="info" %}
During the period between removing the existing version and adding the new version, your webparts will not render. Do not attempt to remove or edit them in your pages. They will re-appear after the new app version is installed into the App Catalog.
{% endhint %}

To re-install the app, follow the standard installation process - either the [manual installation](/getting-started/introduction.md), or the process to [install from AppSource](/getting-started/installation-appsource.md).


---

# 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.listburst.app/releases/upgrade-process.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.
