# Import Neo X (EVM) wallet

{% hint style="info" %}
If you have another EVM wallet and don't want to create a new one, you can import it using your private key or secret recovery phrase. When importing, avoid copying this information to your clipboard to prevent information leakage. It's recommended to write down these details on paper and enter them manually.
{% endhint %}

### If You Already Have the NeoLine Extension Wallet

Open the NeoLine Extension Wallet and click on your avatar in the upper right corner to access \[My account].&#x20;

* Click \[Add account or hardware wallet] .&#x20;
* Select \[Import Wallet].
* Choose "Neo X (EVM Network).

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

* Select the import method: Private key or Secret recovery phrase.&#x20;
* Set the wallet name and complete the import process.&#x20;

<figure><img src="/files/8SgitGiVUmKcJPeDXwpl" alt=""><figcaption></figcaption></figure>

NeoLine defaults to displaying the Neo X network. If you need to switch to another EVM network, navigate to the wallet homepage, switch to the \[Networks] page, and add other EVM networks. For further details, please refer to the tutorial.&#x20;

### If This Is Your First Time Using the NeoLine Extension Wallet First

complete the installation of the NeoLine Chrome Extension. If you encounter any issues during the installation, [please refer to the tutorial.](/download-neoline-wallet/google-chrome-extension.md)&#x20;

**After the installation is complete:**

* Open the NeoLine Extension Wallet and click \[Import Wallet].
* Select Neo X (EVM Network).&#x20;
* Choose the import method: Private key/Secret recovery phrase. Set the wallet name and password.&#x20;
* Click \[Import].&#x20;

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

Upon completion of these steps, your Neo X wallet will be successfully created.


---

# 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://tutorial.neoline.io/create-and-manage-neo-x-wallet/import-neo-x-evm-wallet.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.
