# Import an Account

{% hint style="warning" %}
There is a [known issue on MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360058120992-My-Seed-Phrase-Secret-Recovery-Phrase-restored-the-wrong-account) where after the restoration of a wallet, MetaMask shows a different account with missing funds. Please make sure you use the same RPC network details as the one used in the original wallet. For example, if your original wallet was on the Harmony RPC network but your new wallet is on POKT RPC network, you may not see your original account.
{% endhint %}

### 1. Obtaining a Private Key

Importing an account is done by taking an existing private key and importing it into MetaMask. How you obtain the private key is dependent on the wallet in use.&#x20;

For the **Harmony Chrome extension wallet**, click the Menu button at the top right, click Export Private Key, enter your password, and copy the private key displayed.

### 2. Using a Private Key

Click on the icon on top as shown by the image below and then on **Import Account**:

![Importing Account](/files/-MSiPPqBKW0_Z-pIK6no)

On next window, select the option to import from a Private Key, paste your key and click on **Import** to complete the step.

![](/files/-MSiQ7DiAJuD4QjaPyuC)

Your account should now be imported.


---

# 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.harmony.one/home/general/ecosystem/wallets/browser-extensions-wallets/metamask-wallet/import-an-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.
