# Keeping the Product Current

After you have completed the console setup, click on Console at the very top of the administration tree:

<figure><img src="/files/w6ihcJEUXYam510eFbUv" alt=""><figcaption><p>Console tree</p></figcaption></figure>

If there are updates, fixes, new rules, case studies or other material ready on our update server, there will be a message about those updates.

<figure><img src="/files/ls7HUfFeaaocQlKItGQZ" alt=""><figcaption><p>Console</p></figcaption></figure>

To see the updates available, simply click on the notification.

{% hint style="warning" %}
Please note that the updates available depend on the type of server licenses you have installed
{% endhint %}

The update screen will appear as shown below.

<figure><img src="/files/a44GAq40Ee76DJVpDDQa" alt=""><figcaption><p>Update ready to install</p></figcaption></figure>

Depending on how your console was shipped, downloads will include new or updated rule examples, new or updated extensions and updates to demo and the console application itself.

{% hint style="info" %}
Note that brand new updates are marked with the BETA tag for 7 days after their release. This is done to allow you to apply updates conservatively.
{% endhint %}

## Installing updates

To install a given update, simply select it and click on Install selected (alternatively you can install all updates available by clicking on Install all).

If you choose to download a console update, please be patient as they can exceed 25Mb in size and can take several minutes do download and install. Once the download update is completed, simply log out of the console, wait around 30 seconds, and log back in to get the new version. Any users who don’t log out will simply remain on the old version until they do.

{% hint style="info" %}
Note that if you install a new application version, you should always clear your browser cache to pick up any changes.
{% endhint %}

## Updating when the console has no internet connection

In some instances, the console does not have direct internet access. To still facilitate the download of updates, Composable Agentic Platform can use a fallback mechanism known as CORS *(Cross-Origin Request Services)*. This essentially allows the console to reverse proxy through the browser used to access it. At the time of release only the latest versions of Chrome and Firefox support this web technology.


---

# 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.tomorrowx.com/cap/product-reference/getting-started/keeping-the-product-current.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.
