> 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/all-about-xapps/xrpl-services/xahau-import.md).

# Xahau Import

### Summary

The Xahau Import xApp is a utility that allows you to import an existing XRP Ledger account into the Xahau network.

There are only two requirements in order to use this xApp:

* Your account must be [**activated**](/app/getting-started-with-xaman/how-to-activate-a-new-xrpl-account.md) on the XRPL.
* Your XRP Ledger account must be imported into Xaman with full access.

As long as both of these requirements are met, this utility will "clone" your XRPL account to the Xahau network and activate it for you.

### Using the xApp

Launch the [Xahau Import xApp](https://xumm.app/detect/xapp:nixer.xahauimport).

<figure><img src="/files/9gUwXo1Lqneenp7A8gwE" alt=""><figcaption></figcaption></figure>

You must accept the Terms and Conditions and the Privacy Policy before you continue. Press the **Next** button to continue.

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

Select the account you would like to clone on to the Xahau network, then press **Next** to continue.

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

Press the **Excute AccountSet** to continue.

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

Sign the transaction.

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

Press **Next** to continue.

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

Press the three dots <img src="/files/JjWODSqyOrqNCF9V5ksp" alt="" data-size="line"> at the top of the screen.

<figure><img src="/files/52VbGp9Qmcd77HuyuOPf" alt=""><figcaption></figcaption></figure>

Press the <img src="/files/zTUzB4m8wZyAz4bzhcZ3" alt="" data-size="line">button.

<figure><img src="/files/3QQ8Vn3yQvkipfXU8tub" alt=""><figcaption></figcaption></figure>

Then tap the **Xahau** network.

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

Press the **Import Account** button.

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

Sign the transaction.

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

Press the **Close** button...and you're done! Congratulations!


---

# 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/all-about-xapps/xrpl-services/xahau-import.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.
