> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/zen-link/updating.md).

# Updating

{% hint style="info" %}
Zen Link™ firmware updates are delivered over Wi-Fi. No cable, no PC, and no app interaction is required.
{% endhint %}

### Automatic updates <a href="#automatic-updates" id="automatic-updates"></a>

Plug in your Zen Link™ so that it powers up. Once it has connected to your Wi-Fi network, the update starts automatically after about 30 seconds. You do not need to open the Zenlink App.

{% hint style="warning" %}
If your Wi-Fi credentials are not valid, the Zen Link™ starts BLE setup instead of updating. Configure Wi-Fi from the Zen Link™ App, then let it connect again.
{% endhint %}

***

### One-time V1 upgrade <a href="#v1-upgrade" id="v1-upgrade"></a>

{% hint style="warning" %}
**V1 only.** Run this once. After the upgrade, your Zen Link™ V1 has the same functionality as a V2 and updates automatically from then on.
{% endhint %}

{% stepper %}
{% step %}

#### Enter Config Mode

Plug the Zen Link™ V1 in while holding the blue Config button.
{% endstep %}

{% step %}

#### Run the updater

Open the **ZenLinkConfigurator**, enter your Wi-Fi credentials, and select **Native Mode**.
{% endstep %}

{% step %}

#### Wait for the update

Once the Zen Link™ has connected to Wi-Fi, the update starts shortly after.
{% endstep %}
{% endstepper %}

***

### ZenLinkConfigurator <a href="#zenlinkconfigurator" id="zenlinkconfigurator"></a>

Apart from the one-time upgrade above, the **ZenLinkConfigurator** is only needed on a V1 device after a Factory Reset. There is no other use for it.

{% hint style="info" %}
A factory reset on a V1 is a last resort for a unrecoverable unit and is not part of normal use.
{% endhint %}


---

# 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://guide.cronuszen.com/zen-link/updating.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.
