# I can't recover my wallet by using Seed Phrase

Firstly, if you encounter this situation while using Seed Phrase or Private Key to recover the wallet. If this method still does not work, you can refer to the following ways.

#### 1. The Seed Phrase / Private Key wasn't correctly input.

The Seed Phrase / Private Key may have missing letters or typos. Check to see if you entered anything incorrectly.&#x20;

#### 2. The Seed Phrase / Private Key was correctly input but in the wrong order.

Please keep in mind that different Seed Phrase orders will result in different wallets. Make sure the seed phrase is entered in the correct order.

#### 3. The Seed Phrase / Private Key wasn't correctly written down originally

The Seed Phrase / Private Key wasn't written down correctly the first time. In this case, we can't assist you in retrieving your wallet because we don't have access to or save your Seed Phrase or private key.


---

# 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://docs.ninji.xyz/user-guide/faqs/i-cant-recover-my-wallet-by-using-seed-phrase.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.
