> 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/...in-read-only-mode.md).

# ...in Read Only mode

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.

Most people choose to import their accounts with Full access but if you are interested in just monitoring an account's activity, you can import in **Read only** mode.

1\) Launch Xaman then press the **Settings** button, choose **Accounts** then press the **+ Add account** button.

You should see this screen:

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

2\) Press the **Import an existing account** button.

<figure><img src="/files/5z3TIjcNCZrgPT5jdgr9" alt=""><figcaption></figcaption></figure>

3\) Select **Read only** then press **Next**.

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

4\) Enter the **r-address** of the account you would like to import then press **Next**.

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

5\) Enter the label of the account then press **Next**.


---

# 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/...in-read-only-mode.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.
