# Companion Module Manual Update

Sometimes a bug can be discovered in the companion module and a fix released, but the process to actually receive the update in the Companion application can take time, especially on the current stable v3 releases. Therefore, to receive the latest updates and fixes you may need to install the lastest version of the Companion Module manually. This can be done by following this guide.

## Step 1 - Download the Latest Module Release

Head over to the [companion module releases page](https://github.com/bitfocus/companion-module-webcomms-panel/releases) and download the latest stable release as a Source code (zip) file. Once this has downloaded you can extract all of the files.

## Step 2 - Locate the Installed Companion Modules Folder

This will depend on your installation location. For most people running Windows, this will be something like this:

```
C:\Program Files\Companion\resources\bundled-modules\
```

## Step 3 - Copy the Extracted Files

Locate the webcomms-panel folder and delete everything inside it. Then take your extracted files and drop them into the webcomms-panel folder.

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

## That's it!

You may need to restart companion for the changes to take effect. You can confirm if you are on the latest version by clicking the module help icon.

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


---

# 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://web-comms.gitbook.io/web-comms/guides/companion-module-manual-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.
