# Add Watch-only account

You can add accounts as watch-only accounts, which cannot sign transactions. However, these watch-only accounts can be used as proxied accounts, allowing them to sign transactions using an existing proxy account within the extension.

You’ll first encounter this option on the onboarding page after installing the extension — simply click the **Already have accounts** button and then click the **Add Watch-only Account** button, as shown below.

<figure><img src="/files/J2wLbIJjR4ExDK92fMZt" alt=""><figcaption><p>Already have accounts (full-screen)</p></figcaption></figure>

<figure><img src="/files/pcQUwcSGaKsUeMDIpdAt" alt="" width="233"><figcaption><p>Already have accounts (extension)</p></figcaption></figure>

If you already have accounts in the extension and want to restore additional accounts from a file, simply open the **Account Menu** in the top corner and select **Import Account** (this will redirect you to the **Already have accounts** page).

<figure><img src="/files/wY0blr6ahvlegAN6aVFq" alt=""><figcaption><p>Account Menu (full-screen)</p></figcaption></figure>

Alternatively, you can go to **Settings**, open **Account Settings**, and then click **Import Account**.

<figure><img src="/files/HVZQ00GWDfMPg2anpCpN" alt=""><figcaption><p>Account Settings (full-screen)</p></figcaption></figure>

<figure><img src="/files/FfsBlUffCFIgpzNPVrZe" alt="" width="235"><figcaption><p>Account Settings (extension)</p></figcaption></figure>

When you click **Add Watch-only Account**, you’ll see a page where you should enter the address and choose a name for account. Click **Add account** to add the address as a watch-only account to the extension.

<figure><img src="/files/vOJCh49IKG9q8ifbwphD" alt=""><figcaption><p>Add Watch-only Account (full-screen)</p></figcaption></figure>


---

# 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://docs.polkagate.xyz/polkagate/polkagate-extension-user-guide/import-account/add-watch-only-account.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.
