# Importing a Wallet

If you already have a wallet on another platform, you can import it into <mark style="color:green;">**LAB Terminal**</mark> using a private key.

**How to import:**

{% stepper %}
{% step %}
Go to the **Settings** tab at the bottom of the screen.
{% endstep %}

{% step %}
Tap **“Wallet Settings.”**
{% endstep %}

{% step %}
You’ll see all your wallets, filtered by network.
{% endstep %}

{% step %}
Tap **“Add Wallet,”** then choose **“Import Existing Wallet.”**
{% endstep %}

{% step %}
Paste your private key to complete the import.<br>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Only private keys are supported for wallet import. Seed phrases and keystore files are not accepted.
{% endhint %}


---

# 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.lab.pro/wallet/editor.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.
