> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/manage-broker-vm/update-broker-vm-applets-independently.md).

# Update Broker VM applets independently

Cortex XDR allows you to update individual Broker VM applets independently. This enables faster deployment of hot-fixes and new features with minimal broker downtime.

### Applet versioning and visibility

You can view the current version of an active applet by navigating to **Settings** > **Configurations** > **Data Broker** > **Broker VMs** and clicking the applet icon in the **APPS** column.

### Automatic applet updates

If **Auto Upgrade** is enabled for your Broker VM, applets will upgrade automatically when a new version is available.

* For standalone brokers: The applet updates as soon as a new version is available.
* For clusters: Applets follow a rolling upgrade mechanism to ensure service continuity.

### Manual applet updates

When a new version of an applet is released, Cortex XDR triggers a notification:

1. The applet status indicator changes to orange, indicating a **WARNING** state.
2. A message appears in the applet hovering menu: **New version available: X.Y.Z**.
3. To update, select **Update** from the hovering menu.
4. While the update is in progress, the status displays as Updating.
5. Upon completion, the status indicator changes to green, indicating a **CONNECTED** state.
6. A successful update is recorded in the **Management Audit Logs**.


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/manage-broker-vm/update-broker-vm-applets-independently.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.
