# What’s the path

The same mnemonic used with different paths can generate different addresses. E.g:

* Mnemonic A+Path A=Address A
* Mnemonic A+Path B=Address B

If you import a mnemonic, you create a new address by changing the TokenPocket's default path (setting a custom path), so be sure to remember this new path. When importing a mnemonic, if the mnemonic does not match the path, the address cannot be found.


---

# 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://help.tokenpocket.pro/en/wallet-faq-en/btc-wallet/path.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.
