> For the complete documentation index, see [llms.txt](https://docs.en.lockmypix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.en.lockmypix.com/password/activate-recovery.md).

# Activate Recovery

{% hint style="info" %}
You cannot gain access if you forget your password and didn't activate a recovery option. There's no backdoor.
{% endhint %}

## Recovery by E-Mail

1. Open the LockMyPix settings
2. Choose *E-Mail Address*
3. Enter any E-Mail Adresse where only you have access

#### E-Mail not available?

This message will pop up if you have associated your e-mail with a different password before.

Use the same password to reuse that mail or reach out to our [support](/more-resources/contact-support.md) to remove the e-mail for you from the password recovery. Please mind that you have to prove that you are the owner of the e-mail address.

## Alternative Access Password

1. Open the LockMyPix settings
2. Choose *Alternative Access Password*
3. Enter a password with at least 6 characters

### Disable Password Recovery

#### E-Mail

* Open the LockMyPix settings
* Choose *E-Mail Address*
* Select the Trash-Symbol from the top right

#### Alternative Access Password

You can change the Alternative Password anytime. Removal is not possible.

## How can I recover my password?

Use the [recovery by E-Mail](/password/password-recovery.md#e-mail-password-recovery) or [Alternative Access Password](/password/password-recovery.md#alternative-password-access).


---

# 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://docs.en.lockmypix.com/password/activate-recovery.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.
