# Upgrade Procedures

The content is divided into three distinct upgrade processes:

1. [**Upgrade from Version 5 to Version 6**](/install/upgrade-procedures/upgrade-from-version-5-to-6.md): This process involves migrating from WorkSpaces Manager Version 5 to Version 6, which may include changes to infrastructure, configurations, or features.
2. [**Upgrade until Version 6.2.20**](/install/upgrade-procedures/upgrade-until-version-6.2.20.md): This process covers routine updates within Version 6, such as security patches, feature enhancements, or bug fixes, while staying within the same major version.
3. [**Upgrade to Latest Version**](/install/upgrade-procedures/upgrade-to-latest-version.md): This process involves downloading, extracting, running the WSM Update Tool and using the tool to apply the latest additions and configurations.

Each process will have its own set of instructions and considerations to ensure a smooth upgrade.


---

# 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.nuvens.cloud/install/upgrade-procedures.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.
