> 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-de/zen-link/werkseinstellungen-zurucksetzen.md).

# Werkseinstellungen zurücksetzen

Wenn Ihr Zen Link™ nicht ordnungsgemäß funktioniert und alle anderen Fehlerbehebungen fehlgeschlagen sind, können Sie ihn mithilfe der folgenden Schritte über die kleine Reset-Öffnung auf die Werkseinstellungen zurücksetzen.

{% hint style="warning" %}
Ein Zurücksetzen auf die Werkseinstellungen ist normalerweise nicht erforderlich; es ist der letzte Ausweg und löscht alle benutzerdefinierten Einstellungen auf Ihrem Zen Link™.
{% endhint %}

1. Trennen Sie alle Kabel vom Zen Link™.
2. Drehen Sie den Zen Link™ um, sodass die Rückseite zu Ihnen zeigt.
3. Suchen Sie das kleine Loch auf der Rückseite und stecken Sie eine Nadel hinein.
4. Während Sie die Nadel an Ort und Stelle halten, schließen Sie die Kabel wieder an.
5. Warten Sie 3 Sekunden und entfernen Sie dann die Nadel.

Ihr Zen Link™ ist nun auf die Werkseinstellungen zurückgesetzt und bereit zur Einrichtung.


---

# 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-de/zen-link/werkseinstellungen-zurucksetzen.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.
