> 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-pt/zen-link/atualizando.md).

# Atualizando

{% hint style="info" %}
As atualizações de firmware do Zen Link™ são entregues via Wi‑Fi. Não é necessário cabo, PC nem interação com o aplicativo.
{% endhint %}

### Atualizações automáticas <a href="#automatic-updates" id="automatic-updates"></a>

Conecte seu Zen Link™ à energia para que ele ligue. Assim que ele se conectar à sua rede Wi‑Fi, a atualização começa automaticamente após cerca de 30 segundos. Você não precisa abrir o aplicativo Zenlink.

{% hint style="warning" %}
Se suas credenciais de Wi‑Fi não forem válidas, o Zen Link™ inicia a configuração BLE em vez de atualizar. Configure o Wi‑Fi no aplicativo Zen Link™, depois deixe-o se conectar novamente.
{% endhint %}

***

### Atualização única para V1 <a href="#v1-upgrade" id="v1-upgrade"></a>

{% hint style="warning" %}
**Somente V1.** Execute isso uma vez. Após a atualização, seu Zen Link™ V1 terá a mesma funcionalidade de um V2 e, a partir de então, fará atualizações automaticamente.
{% endhint %}

{% stepper %}
{% step %}

#### Entrar no modo de configuração

Conecte o Zen Link™ V1 à energia enquanto mantém pressionado o botão azul Config.
{% endstep %}

{% step %}

#### Executar o atualizador

Abra o **ZenLinkConfigurator**, insira suas credenciais de Wi‑Fi e selecione **Modo nativo**.
{% endstep %}

{% step %}

#### Aguarde a atualização

Assim que o Zen Link™ se conectar ao Wi‑Fi, a atualização começa pouco depois.
{% endstep %}
{% endstepper %}

***

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

Além da atualização única acima, o **ZenLinkConfigurator** é necessário apenas em um dispositivo V1 após uma redefinição de fábrica. Não há outro uso para ele.

{% hint style="info" %}
Uma redefinição de fábrica em um V1 é o último recurso para uma unidade irrecuperável e não faz parte do uso normal.
{% 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-pt/zen-link/atualizando.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.
