# Create Metamask Wallet

Here's the exact process in creating your Metamask wallet:

### Step #1: Install Metamask Extension

First, we start with a fresh and default [MetaMask](https://metamask.io/) installation from the Chrome store. After downloading, installing, and initializing the extension, follow the **Get Started** guide. In there, you need to create a wallet, set a password, and store your secret backup phrase (this gives direct access to your funds, so make sure to store these in a secure place).

Step #2: Create a Wallet

After installing [MetaMask](https://metamask.io/), the setup will automatically open a new task with a welcome screen. Click **Get Started** to begin the setup process.

![](/files/SoFjGxEOh154A9lMjHe3)

When prompted, you are given the option to import a wallet using a recovery seed phrase. For this exercise, set up a new wallet.

![](/files/aQg3Bq5aNj1TjvwFwWHJ)

### Step #3: Import Account (If you have an existing Metamask Wallet)

Instead of creating an account, you also have the option of importing any account into MetaMask you hold the private keys to. For this example, you'll import a development account.

![](/files/cglBbUPkByDX4gl5ClnN)

On the import screen, select **Private Key** and paste in your keys.&#x20;

![](/files/DV0VWXdI5FuJ61qmaOKC)

You should end up with an imported **Account 2** that looks like this:

![](/files/kPFReUnCSXn68qD6MJWE)


---

# 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.stellaswap.com/how-to-guides/wallet-and-network/create-metamask-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.
