# Update  / Upgrade

{% hint style="danger" %}
Before any upgrades Make sure to check that your maintenance date is later than the release date of the version of ngSurvey you wish to upgrade to. You may find your current maintenance date in the Configuration / About section of your setup. \
\
Also make sure to backup any existing files including database before proceeding with the upgrade process.
{% endhint %}

In order to update an existing installation of ngSurvey you may follow these steps

1. Download the latest release from [here](https://dl.ngsurvey.com/release/ngsurveyee.zip).
2. Make sure that you have the latest [.NET 10 Hosting bundle](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-10.0.2-windows-hosting-bundle-installer) installed.
3. Make a copy of the web.config of your IIS ngSurey folder and backup your database and files.
4. Delete all files in your existing IIS ngSurvey folder.
5. Unzip the new release downloaded in step 1 to your IIS ngSurvey folder.
6. Copy back the web.config to the IIS folder that you have backup in step 2.
7. That's it your ngSurvey has been upgraded to the latest version.

{% hint style="info" %}
Once you have replaced all the files ngSurvey will automatically upgrade your ngSurvey database that is configured in your web.config.&#x20;
{% 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.ngsurvey.com/installation-setup/installation/microsoft-iis/update-upgrade.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.
