> 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/how-to-convert-a-read-only-account-to-full-access.md).

# How to convert a Read only account to Full Access

In Xaman it is possible to import an account in Full access mode or Read only mode.

In **Full access** mode, you can interact with your XRP Ledger. ie. if you would like to create a Trust Line or send XRP to another account.

In **Read only** mode you can follow the activity of an XRPL account but not sign transactions on the account.

If you have imported an account in Read only mode and would like to convert it into Full access mode, (so you can sign transactions), this article explains how to do this.

1\) Launch Xaman then press the **Settings** button, choose **Accounts** then press the **Edit** button beside the account you would like to convert.

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

2\) Tap the **Access level** option...

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

then choose **Full access**.

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

3\) Press **Yes, I'm sure**.

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

4\) Choose the account secret type for your account.

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

Note: Xaman is compatible with all industry standard account secrets. When you created your XRP Ledger account you would have received one of them. You need to have the correct account secret for your account.

From here, get your account secret then choose the appropriate path and follow the instructions to complete the import process.

<table data-column-title-hidden 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">Secret Numbers</td><td></td><td></td><td><a href="/files/iZ4a7XAJFESYyf9kpA98">/files/iZ4a7XAJFESYyf9kpA98</a></td><td><a href="/pages/TKbSkrUGrBvD2fguFpc6">/pages/TKbSkrUGrBvD2fguFpc6</a></td></tr><tr><td align="center">Family Seed</td><td></td><td></td><td><a href="/files/zfXq7hgB5SJ7frNEK7mx">/files/zfXq7hgB5SJ7frNEK7mx</a></td><td><a href="/pages/cV8qUxvU7R0cQzbHDPVn">/pages/cV8qUxvU7R0cQzbHDPVn</a></td></tr><tr><td align="center">Mnemonic</td><td></td><td></td><td><a href="/files/18xVfd1zLtWYCxEeQYEF">/files/18xVfd1zLtWYCxEeQYEF</a></td><td><a href="/pages/S4nEQvzgbjW6XQ5pkzCD">/pages/S4nEQvzgbjW6XQ5pkzCD</a></td></tr></tbody></table>


---

# 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/how-to-convert-a-read-only-account-to-full-access.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.
