> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.9.0/getting-started/upgrade-guide.md).

# Upgrade Guide

Please refer to the following sections for comprehensive information regarding the upgrade procedures for both the server and client.

{% hint style="warning" %}
**Pre-update testing**\
It is advisable to conduct thorough pre-deployment testing of any updates within a controlled staging or development environment before their production deployment. This proactive approach will help mitigate the risk of encountering unforeseen issues.
{% endhint %}

{% hint style="info" %}
**Update procedure: client - server**

Ensure the Helmut4 client is updated on every workstation in advance.

Note: Updating the Helmut server first may result in compatibility issues, as the client might lack some dependencies introduced as part of new features/changes.
{% endhint %}

**Supported Versions of Helmut4**

Please refer to [Supported Versions of Helmut4](https://docs.helmut.de/helmut4-releases/getting-started/release-cycles#helmut4-version-support) to determine which versions are covered by our support.


---

# 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.helmut.de/helmut4-releases/v4.9.0/getting-started/upgrade-guide.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.
