> For the complete documentation index, see [llms.txt](https://docs.4everland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.4everland.org/get-started/quick-start-guide/login-options/metamask.md).

# MetaMask

MetaMask is a global community of developers and designers dedicated to making the world a better place with blockchain technology. Please click on the following [website](https://metamask.io/) to download and install the program.

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

Choose the platform you want to install on, if you choose to install on Chrome, the website will direct you to the Chrome Web Store.

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

Click to 'Add to Chrome'.

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

Click on 'Get started' when the installation is complete.

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

New to the area? Click on 'Create a wallet'.

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

Enter the password to access the wallet and click 'Create'.

<figure><img src="/files/41aTAb9MucjDpkUFpba5" alt=""><figcaption></figcaption></figure>

Please read the relevant tutorial video carefully and click 'Next'.

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

Record and back up any random keys that appear, it's the only proof you have to retrieve your wallet!

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

Enter the keys in order until the following page appears and click on 'All done'.

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

Congratulations, you've created your first Web3 wallet! Please note your wallet address as well as your assets.

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

Finally, please pin the program to the Chrome Extensions for next time.

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

For more information on how to use MetaMask, please visit the official [MeraMask support](https://metamask.zendesk.com/hc/en-us/).


---

# 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.4everland.org/get-started/quick-start-guide/login-options/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.
