# Why the Account Shown After Importing the Mnemonic Phrase Is Not the One I Want

If you log in to Luffa using your mnemonic phrase and find that the wallet account displayed is not the one you expected, it may be due to the following three reasons:

1. You have multiple mnemonic phrases, and the one you imported is not the wallet you intended to recover. Please find the correct mnemonic phrase and re-import it.
2. The account you're looking for might be a derived account of the wallet you imported using the mnemonic phrase. It is recommended to add an account under this wallet and check if the account you're looking for is listed there.
3. Your mnemonic phrase was not generated using the standard mnemonic phrase generation method. Please go to the wallet app that created this mnemonic phrase and import it there to see if you can access the account you want.


---

# 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://userguide.luffa.im/wallet/why-the-account-shown-after-importing-the-mnemonic-phrase-is-not-the-one-i-want.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.
