> 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/restauracao-de-fabrica.md).

# Restauração de fábrica

Se o seu Zen Link™ não estiver funcionando corretamente e todas as outras tentativas de solução de problemas falharem, você pode redefini-lo para as configurações de fábrica pelo orifício seguindo as etapas abaixo.

{% hint style="warning" %}
Normalmente, uma redefinição de fábrica não é necessária; ela é um último recurso que apagará todas as configurações personalizadas do seu Zen Link™
{% endhint %}

1. Desconecte todos os cabos do Zen Link™.
2. Vire o Zen Link™ para que a parte de trás fique voltada para você.
3. Localize o pequeno orifício na parte de trás e insira uma agulha nele.
4. Enquanto mantém a agulha no lugar, conecte os cabos novamente.
5. Aguarde 3 segundos e, em seguida, retire a agulha.

Seu Zen Link™ agora foi redefinido para as configurações de fábrica e está pronto para ser configurado.


---

# 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/restauracao-de-fabrica.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.
