> For the complete documentation index, see [llms.txt](https://docs.conla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.conla.com/users/onboarding/install-metamask.md).

# Install MetaMask

## **Setting up MetaMask** <a href="#setting-up-metamask" id="setting-up-metamask"></a>

**Step 1.** Head over to <https://metamask.io/>.

**Step 2.** Download and install the MetaMask version compatible with your browser.

**Step 3.** After it's finished downloading, click *Create a new wallet*.

![](https://2005740386-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F86DOhBfNrLlWRaDcVIZ3%2Fuploads%2FRDVYvtjNLFp1Lb3rHJ9d%2Fimage.png?alt=media\&token=a0a349c4-bb48-48fd-8e7e-68f65c97c8d9)

**Step 4.** Agree or disagree to information collection.

**Step 5.** Create password.

**Step 6.** Click *Secure my wallet. You will be given your backup phrase, also known as your "private key," which is made up of 12 words. It is good practice to write this down somewhere safe and never show or tell anyone these words. Anyone who has this phrase can access your assets and do as they please with them, so don't ever give it to anyone!*

![](https://2005740386-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F86DOhBfNrLlWRaDcVIZ3%2Fuploads%2FFH77B4ItCiqzjA3IDomJ%2Fimage.png?alt=media\&token=4d447ed8-5d38-4574-8ead-c2ed608cb159)

**Step 7.** Confirm your *Secret Recovery Phrase.*

**Step 8.** Congratulations, your wallet has successfully been created! Your account number or wallet address will look something like this: 0x279a8EeEC1E9139dE18Db3E5A57463695D424172 or as seen in the photo below: 0x279...4172. If you click on this number (abbreviated below "Account 1"), your computer will automatically copy the address.

![](https://2005740386-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F86DOhBfNrLlWRaDcVIZ3%2Fuploads%2FXHp8pjCCEmWzs3y0FScL%2Fimage.png?alt=media\&token=c3cb3c71-7a65-4435-aeab-f0b940b7ddd1)


---

# 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://docs.conla.com/users/onboarding/install-metamask.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.
