# ...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: 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://help.xaman.app/app/getting-started-with-xaman/importing-your-account/...in-read-only-mode.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.
