# Import an Existing Wallet

### Prerequisites

* Terminal Wallet is downloaded: [Download & Installation](/terminal-wallet/first-time-setup/download-and-installation.md)

### Wallet Import Walkthrough

#### 1. Navigate to the 'Wallet Tools' function with arrow keys and press Enter to proceed OR at the initial load stage press Enter on 'Import Seed' and skip to Step 4 &#x20;

<figure><img src="/files/kOQtEauuS9GVeoXjtmwM" alt=""><figcaption><p>Where to go to import a wallet if you have already loaded a wallet</p></figcaption></figure>

<figure><img src="/files/oDYnbxqyooKmryi5KpgH" alt=""><figcaption><p>Importing a wallet at the initial load stage</p></figcaption></figure>

#### 2. Press Enter on 'Add Wallet'

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

#### 3. Press Enter on 'Import Seed'&#x20;

<figure><img src="/files/2gjkmEkVcwtUV1p1cjER" alt=""><figcaption></figcaption></figure>

#### 4. Give your wallet a name

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

#### 5. Type in your Mnemonic seed phrase

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

For security, the seed phrase is hidden on screen so ensure it is typed in correctly. Like all other crypto walets seed phrases should be kept securely and offline.

#### 6. Type in your Terminal Wallet password

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

#### 7. Review the wallet import summary and press Enter to finalize&#x20;

<figure><img src="/files/ycW4AjNZPEmQyCnARZGn" alt=""><figcaption></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://terminalwallet-cli.gitbook.io/terminal-wallet/first-time-setup/import-an-existing-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.
