> For the complete documentation index, see [llms.txt](https://faq.blink.sv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.blink.sv/deutsch/creating-a-blink-account/how-can-i-recover-my-account-if-i-lost-my-phone-number.md).

# Wie kann ich mein Konto wiederherstellen, wenn ich meine Telefonnummer verloren habe?

Derzeit können wir aus Sicherheitsgründen keine Konten allein durch verlorene Telefonnummern wiederherstellen. Aus diesem Grund ist es wichtig, dass Sie Ihrem Blink-Konto bei der Ersteinrichtung eine E-Mail-Adresse zuordnen. Durch das Hinzufügen einer E-Mail-Adresse zu Ihrem Konto stellen Sie sicher, dass Sie auch dann noch auf Ihr Blink-Konto zugreifen können, wenn Sie Ihre Telefonnummer verlieren.

Gehen Sie folgendermaßen vor, um Ihre E-Mail-Adresse hinzuzufügen oder zu aktualisieren:

1. Öffnen Sie die Blink-App und navigieren Sie zu Einstellungen.
2. Gehen Sie zum Abschnitt Konto.
3. Wählen Sie "E-Mail" und geben Sie Ihre bevorzugte E-Mail-Adresse ein.
4. Überprüfen Sie Ihre E-Mail-Adresse über den Bestätigungslink, den Sie in Ihrem E-Mail-Posteingang finden.

Sobald Ihre E-Mail-Adresse mit Ihrem Blink-Konto verknüpft ist, können Sie sich mit ihr anmelden und Ihr Konto sicher verwalten. Wenn Sie auf Probleme stoßen oder weitere Hilfe benötigen, wenden Sie sich bitte an den Blink-Support, um Hilfe zu erhalten.


---

# 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://faq.blink.sv/deutsch/creating-a-blink-account/how-can-i-recover-my-account-if-i-lost-my-phone-number.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.
