> For the complete documentation index, see [llms.txt](https://help.xaman.app/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.xaman.app/app/getting-started-with-xaman/importing-your-account/...with-a-mnemonic.md).

# ...with a Mnemonic

XRPL accounts that are created using Xumm provide a set of Secret Numbers which allow you to access them.

Since your XRPL account was created using another wallet / platform, you might want to consider creating a new account using Xumm and leave your mnemonic account off-line. If you are interested in learning why, check out this article:

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Should I import my Mnemonic into Xumm?</td><td></td><td></td><td><a href="/files/DB8nA04feZUre9Mv5AnE">/files/DB8nA04feZUre9Mv5AnE</a></td><td><a href="/pages/Xy9IKXqjvH1qEaMTw813">/pages/Xy9IKXqjvH1qEaMTw813</a></td></tr></tbody></table>

If you decide to proceed, launch Xumm then press the ![](/files/pu0AmgxGUmCEH8vPgop3)button then press <img src="/files/EmSa0uEeAcD2wwls8mb3" alt="" data-size="line">

You should see this screen:

<figure><img src="/files/O6d0s9KrCnyYD7fKYHtq" alt=""><figcaption></figcaption></figure>

Press the **Import an existing account** button. You will see:

<figure><img src="/files/uZlnCNW3Gw7Y04MOFAku" alt=""><figcaption></figcaption></figure>

You can import an XRP Ledger account in either of these two modes:

**Full access** - Choose this option if you would like to be able to interact with your XRPL account. ie. if you would like to create a Trust Line or send XRP to another account.

**Read only** access - Choose this option if you would like to simply follow the activity of an XRPL account. This option does not allow you to sign transactions on your account.

If you decide to import your account in Read only access mode, stop, and refer to this article:

* [**Import an account in Read only mode**](/app/getting-started-with-xaman/importing-your-account/...in-read-only-mode.md)

Otherwise, choose **Full access** and press the **Next** button. You should see this screen:

<figure><img src="/files/47Ejemz7ubY9OWr6ADWM" alt=""><figcaption></figcaption></figure>

Xumm is compatible with all industry standard account secrets. In this case we will choose the **Mnemonic** the press **Next**.

<figure><img src="/files/WhBBaqaALmTp7tsimjuV" alt=""><figcaption></figcaption></figure>

Press **Next, I understand**

<figure><img src="/files/zfVckOOIzemG7rccbE7y" alt=""><figcaption></figcaption></figure>

Here is where you can enter your 12, 16, or 24 words. When done, press the **Next** button.

<figure><img src="/files/a2UDaImxrMGpF6E7oXHO" alt=""><figcaption></figcaption></figure>

Please ensure that r-address that is displayed is the one that you intend to import. If it is **not correct**, please press the <img src="/files/p9QBVrTZHHUuNaUSRpSG" alt="" data-size="line">button, then double check and re-enter your Mnemonic words. When the correct r-address is displayed, press the **Confirm** button.

You should see the following screen:

<figure><img src="/files/BUEFYhbnIf8wAGPLxsGb" alt=""><figcaption></figcaption></figure>

The following table should help you decide which option is best for you.

| Option                           |                                                                                                                                                                     |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/AbPyZW9Oc1QsRPbWsBmi) | Standard security is a great option your daily spending account. You can sign with your 6 digit passcode or enable biometrics and sign with your face/finger print. |
| ![](/files/kdNoLpYVoqaGhuUjEmlR) | Extra security allows you to enter a separate signing password. This is the best option for your long term storage account.                                         |

Once you decide, select it and press **Next** then enter the account label and press **Next** to complete the import process.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.xaman.app/app/getting-started-with-xaman/importing-your-account/...with-a-mnemonic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
