# Application update

Starting from version 3.5.0, the update can be performed through the admin panel by clicking the Check button next to the current version and then Update. In some cases, this method will be unavailable, and then the module is updated on the server where it is installed, and must be done from a user account with administrator rights.

Updating should be done with a user account that has root access.

**Use the following command**

`/opt/itgrix_bx/update.sh`

{% hint style="info" %}
**Please note!**\
The script will automatically check your system architecture and then download and install the latest release.\
When the update is installed, the script will run the service.
{% endhint %}

{% hint style="warning" %}
If your current version is below v3.3.2.1, you will need to run the update process twice. First time you will update to an intermediate version v3.3.2.1 and the second time you will update to the latest version.
{% endhint %}

{% hint style="success" %}
Done
{% 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.itgrix.com/for-admins/application-update.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.
