# Import your account into Xaman Wallet

To use the same XRP Ledger account in both the XRP Ledger Snap and the Xaman App, you need to import your account’s mnemonic into Xaman.&#x20;

{% hint style="info" %}
You have to use the same mnemonic for the MetaMask and the Xaman App
{% endhint %}

{% hint style="warning" %}
**Important:** Never share your mnemonic phrase or private keys with anyone. Neither the Peersyst team nor the MetaMask team will ever ask for your secrets. Always keep your keys secure and private
{% endhint %}

Follow these steps to seamlessly integrate your account:

**Steps to Import Your Account:**

1. **Open the Xaman App:**
   * Launch the Xaman App on your device.
2. **Navigate to Settings:**
   * In the Xaman App, go to the "Settings" section.
3. **Access Account Management:**
   * Within Settings, find the "Account" option and select it.

<figure><img src="/files/2oQeXSXLw4wC5wmisjYh" alt="" width="188"><figcaption></figcaption></figure>

4. **Add Account:**

* In the Account section, choose "Add Account" to start the process of importing a new account.

<figure><img src="/files/kLZeGccvWsBQHYu1hYqq" alt="" width="188"><figcaption></figcaption></figure>

5. **Import with Mnemonic:**

* Select the option to "Import with Mnemonic."
* Enter the mnemonic phrase associated with your MetaMask wallet (the same one you use with the XRP Ledger Snap).
* Complete the import process by following the on-screen prompts.

<figure><img src="/files/SI8l9tJH5G6XWxQQfw6B" alt="" width="188"><figcaption></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://snap-docs.xrplevm.org/basics/importing-your-account-into-multiple-wallets/import-your-account-into-xaman-wallet.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.
