> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/extension-user-guide/account-management/attach-a-watch-only-account.md).

# Attach a watch-only account

This feature allows you to view an account you do not own (i.e., don't own any backup information) with SubWallet. All you need is an account address.

**Step 1**: Open the SubWallet extension and click on the account name to access the account selection tab.

<figure><img src="/files/FMzIKCgDWbgHii3EoHqY" alt="" width="362"><figcaption></figcaption></figure>

**Step 2**: In the account selection tab, click the <img src="/files/n9PioatLDGyCnPNBLbjc" alt="" data-size="line"> icon at the bottom right of the screen.

<figure><img src="/files/ZVNVYps5DA1CyChA76Oj" alt="" width="362"><figcaption></figcaption></figure>

**Step 3**: Choose "**Attach watch-only account**".

<figure><img src="/files/R5LBCteZ4lmpaAhu0yCC" alt="" width="362"><figcaption></figcaption></figure>

**Step 3**: Enter the address (known as the public key) or the public QR code of the account you want to attach. If the address is valid, enter the name for that account, then click "**Attach watch-only account**".

{% hint style="success" %}
SubWallet supports attaching all address types from all supported ecosystems.
{% endhint %}

<div><figure><img src="/files/TpXCOvEya0JPkOW8vHWc" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/YnmE84cNRQSCm7N9kHdH" alt="" width="362"><figcaption></figcaption></figure></div>

**Step 4**: You will be redirected to the homepage. In this example, your watch-only account has been named "*Andy 9*".

<div><figure><img src="/files/FeUOomCrOgH47KJXuFtk" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/svxcOSJ1z9RJ57kP3AYO" alt="" width="362"><figcaption></figcaption></figure></div>

{% hint style="info" %}
As the name suggests, this type of account is watch-only. You could not transfer funds or actively participate in any activities with this type of account.&#x20;
{% endhint %}


---

# 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://docs.subwallet.app/main/extension-user-guide/account-management/attach-a-watch-only-account.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.
