> For the complete documentation index, see [llms.txt](https://terminalwallet-cli.gitbook.io/terminal-wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://terminalwallet-cli.gitbook.io/terminal-wallet/first-time-setup/import-an-existing-wallet.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://terminalwallet-cli.gitbook.io/terminal-wallet/first-time-setup/import-an-existing-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
