> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/connected-insights/overview/whats-new/software-update-connected-insights-cloud.md).

# How to Upgrade (Cloud)

## What version am I using?

There are a few ways to find out which version you are using:

1. Navigate to [Cases Page](/connected-insights/manage-cases/cm-introduction.md) and inspect the bottom right corner of the page.
2. Navigate to the workgroup selector by clicking your workgroup name in the top right corner of the page and click **Change Workgroup**.
3. Navigate to [Configuration](/connected-insights/configure/configuration.md) by clicking the ⚙ icon in the top right corner of the page and click the **Software Update** tab.

<figure><img src="/files/GTBslTUu5XV9ilHhqzJO" alt=""><figcaption><p>Software Update tab</p></figcaption></figure>

## How do I upgrade to the next version?

If you wish to upgrade, follow these steps:

1. Decide which workgroups you want to transition to the new version and when. You can upgrade one, several or all of workgroups as convenient for your organization.
2. Then, a lab director user needs to:
   1. Click your workgroup name in the top right corner of the page.
   2. Click **Change Workgroup**.
   3. Click the workgroup that you want to upgrade.
   4. Click **Next**.
   5. Navigate to [Configuration Page](/connected-insights/configure/configuration.md) by clicking the ⚙ icon in the top right corner of the page
   6. Click the **Software Update** tab.
   7. Click **Update**. The workgroup will be upgraded to the next software version.
   8. Repeat the above steps for each workgroup you want to upgrade.


---

# 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://help.connected.illumina.com/connected-insights/overview/whats-new/software-update-connected-insights-cloud.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.
