# How to update Broadcast

All licensed customers of Broadcast can now easily update to newer versions of Broadcast using the Shopify update tool:

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

### Updating process

When using the Shopify update tool with your current live theme:

* A copy of your existing theme is created and added to the drafts folder.&#x20;
* The Shopify update tool will then apply the new theme code to this copied version.
* The live theme is never modified during the process, and it will not affect customers.&#x20;

### Tips on updating

* We recommend you start by manually duplicating your current live theme. This step is ***optional*** but good practice when performing any theme update.&#x20;
* It's **safe** to update your live theme as the Shopify update tool first makes a copy of the live theme and then applies changes to the copied version. The live theme is never modified.&#x20;
* After the update has been completed, you can **review** and **customize** it.&#x20;
* We recommend viewing the release notes and the Broadcast documentation to see what's new. Then, experiment with the changes to enhance and optimize your store.

### Video

Quick video demonstrating the entire process of using the Shopify update tool with Broadcast with a live theme:

{% embed url="<https://www.loom.com/share/b878821c980940b2a6ceb351ffbb0ef6?sid=63c872c9-fe68-4805-bef9-7c6aac98e546>" %}


---

# 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://broadcast.presidiocreative.com/broadcast-v5/faq/frequently-asked-questions/how-to-update-broadcast.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.
