# What is a Magic Recovery Code?

The Magic Recovery Code is something from the early days of Stacks, when it was still called Blockstack. It is an encrypted Secret Key that was send via email and looks like a random string of characters. Leather supports decrypting this with the password you set back in those days.

It is possible to get the message below when entering a seed phrase without spaces. Add the spaces between the seed words and you should get the expected flow again.

<figure><img src="/files/e36RzoxLwJcayJZMPAxA" alt=""><figcaption><p>"You entered a Magic Recovery Code. <br>Enter the password you set <br>when you first created your Blockstack ID."</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://leather.gitbook.io/guides/troubleshooting/what-is-a-magic-recovery-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
