> 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-it/zen-link/aggiornamento.md).

# Aggiornamento

{% hint style="info" %}
Gli aggiornamenti del firmware di Zen Link™ vengono distribuiti tramite Wi‑Fi. Non sono richiesti cavo, PC né interazione con l'app.
{% endhint %}

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

Collega il tuo Zen Link™ alla presa in modo che si accenda. Una volta connesso alla tua rete Wi‑Fi, l'aggiornamento inizia automaticamente dopo circa 30 secondi. Non devi aprire l'app Zenlink.

{% hint style="warning" %}
Se le credenziali Wi‑Fi non sono valide, Zen Link™ avvia la configurazione BLE invece di aggiornarsi. Configura il Wi‑Fi dall'app Zen Link™, quindi lascialo connettere di nuovo.
{% endhint %}

***

### Aggiornamento V1 una tantum <a href="#v1-upgrade" id="v1-upgrade"></a>

{% hint style="warning" %}
**Solo V1.** Esegui questa operazione una sola volta. Dopo l'aggiornamento, il tuo Zen Link™ V1 ha la stessa funzionalità di un V2 e da quel momento si aggiorna automaticamente.
{% endhint %}

{% stepper %}
{% step %}

#### Entra in modalità Config

Collega lo Zen Link™ V1 mentre tieni premuto il pulsante Config blu.
{% endstep %}

{% step %}

#### Avvia l'aggiornatore

Apri **ZenLinkConfigurator**, inserisci le credenziali Wi‑Fi e seleziona **Modalità nativa**.
{% endstep %}

{% step %}

#### Attendi l'aggiornamento

Una volta che Zen Link™ si è connesso al Wi‑Fi, l'aggiornamento inizia poco dopo.
{% endstep %}
{% endstepper %}

***

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

Oltre all'aggiornamento una tantum sopra, il **ZenLinkConfigurator** è necessario solo su un dispositivo V1 dopo un ripristino di fabbrica. Non ha altri utilizzi.

{% hint style="info" %}
Un ripristino di fabbrica su un V1 è l'ultima risorsa per un'unità irrecuperabile e non fa parte dell'uso normale.
{% 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-it/zen-link/aggiornamento.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.
