> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/terminals-and-agent/agent/how-to-update-the-agent-version.md).

# How to Update the Agent Version

You can upgrade or downgrade the "**Agent**" version on Windows and Linux operating systems.

{% hint style="warning" %}
We recommend performing a downgrade only if the current version presents any issues.
{% endhint %}

Follow the instructions below according to your device's operating system.

### Windows

#### Upgrade

If a newer version is available, follow these steps to update the "**Agent**":

1. Click on "**Updates**".
2. The new version will appear on the screen. Click on "**Update Now**".

<figure><img src="/files/qJq1bEP7radqTjisk4VL" alt=""><figcaption></figcaption></figure>

3. Follow the installer instructions to complete the update.

#### Downgrade

If the "**Agent"** is already on the latest version, you can downgrade to a previous version:

1. Go to the "**Updates**" menu.
2. In the **Version List**, select the desired version.&#x20;
3. Click on "**Downgrade**".&#x20;
4. Confirm if you want to proceed with the downgrade.

<figure><img src="/files/uh4zKo0s3Mk6pdZqXSj4" alt=""><figcaption></figcaption></figure>

5. Follow the installer instructions to complete the update.

### Linux

To update the "**Agent**" version on Linux, use the following command:

```
                                  check-updates
```

#### Upgrade

1. If a new version is available, the `check-updates` command will indicate the latest version and ask if you want to proceed with the installation.
2. Confirm with `Y` (yes) to start the download and installation, or type `n` (no) to cancel.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf7U4hv2_md_G4gaww_Qt-WJG3hlaNnK_jQMlhxedo9lS5Vbc6UHTU3hamBgO6oOkSdxCMhk7W6yDz9IXZskLqozDALPbXPIHsuGOsZMbpdU3pO6ap6M6JCpQv90c5RNqC_9ScL1YtLuSTPkUw9OcB2IdBF?key=xrNDIGZc204G0KDHykBCJaYo" alt=""><figcaption><p>Download Process</p></figcaption></figure>

3. Once confirmed, the update process will proceed automatically.

#### Downgrade

If the Agent is already on the latest version, you can downgrade to a previous version:

1. Run the`check-updates`command.
2. Confirm with`Y` to perform the downgrade, or type `n` to cancel.
3. Once confirmed, a list of the last five available versions will be displayed. Choose the desired version by entering a number from 1 to 5.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXewVdQegsvoIuZaLQk5QJ6CdA599wdE5mMt1U4AjDO5JPzrMFFeIBRySJ9bkp1GIH70l4GoSD96UCM-kvF_-lfYMcKeO2n8hDLVrybrVN6kWC_4HY1JsO4J8fWwkYKYVeDRLon75Mk_kV9Y9XgDcn2CcCA?key=xrNDIGZc204G0KDHykBCJaYo" alt=""><figcaption><p>List of Previous Versions</p></figcaption></figure>

4. The "**Agent"** will automatically download and install the selected version, requiring no further intervention.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/english/skyone-studio/terminals-and-agent/agent/how-to-update-the-agent-version.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
