# Import an Existing Wallet

## Importing an existing wallet

1. **Click your wallet name in the upper right**. For this example, it is named ***"My Wallet"***.

<figure><img src="/files/w3adHcDzn6E9y0tumumc" alt="" width="375"><figcaption></figcaption></figure>

2. Next, **click "Open wallet settings"**. This page also gives you easy access to all loaded wallets.

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

3. **Click "Add Wallet +"** to bring up options. Next, **click "Import using seed phrase" and enter/set your password**.

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

<figure><img src="/files/31X7TS3NBzGNHtxxVLY0" alt=""><figcaption></figcaption></figure>

4. **Enter the desired name** for your wallet and seed phrase, then **click "Submit"**.

<figure><img src="/files/6RqURgdlfW1ZSW0gkiY9" alt=""><figcaption></figcaption></figure>

5. **Click "Finish" to complete import process**.

### Switching Between Wallets

1. **Switch wallets by clicking your wallet name** in the top right. In this screenshot, ***"My Other Wallet"***.

<figure><img src="/files/0ltoU4nMZiDNINWcWVZe" alt=""><figcaption></figcaption></figure>

2. Currently active wallet is highlighted with a green border. From here, **click the wallet you want to set as active**.

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

### Advanced Feature: Non-Zero Wallet Derivations

HD wallets allow for the generation of **multiple 0x addresses from the same seed phrase**. Railway supports non-zero wallet derivations.

1. **Click "Wallet settings", click "Import existing wallet", and enter your password.**
2. **Name your wallet and enter the seed phrase. Then, click "Show advanced options".**
3. **Enter the Derivation Index of the 0x address** you want to add and **click "Submit"**.

<figure><img src="/files/zLcWP0OQBxQAyEQazw0s" 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://help.railway.xyz/setup/import-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.
