> For the complete documentation index, see [llms.txt](https://docs.blinkgalaxy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blinkgalaxy.com/learning-station/setting-up-metamask/installing-metamask.md).

# Installing MetaMask

Let's begin with the essential steps to set up MetaMask, one of the most popular wallets in the Web3 community. To get started, visit the official MetaMask website's downloads section at [https://metamask.io/download/](https://metamask.io/).&#x20;

[MetaMask](https://metamask.io/) :fox: is a versatile wallet compatible with various web browsers on **PC**, **MacOS**, and **Linux**, making it accessible to a broad audience. Additionally, it's available for **iOS** and **Android** mobile devices, ensuring flexibility for users on the go.&#x20;

For more details and to download MetaMask, you can visit their official website at <https://metamask.io/>.&#x20;

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

First, click on “Install” to jump to the installation page... For example, if you are a Google Chrome user, click "[Install MetaMask for Chrome](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)".

And then just go to Chrome store. Here, and click "Add to chrome".

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

You will be able to found MetaMask 🦊 in the upper right corner of your browser clicking on extensions. If you use Firefox, Brave or another compatible browser, the process is still the same.

## **Time for the Initial Setup!**

<figure><img src="/files/hGEl9DK7TOKw9cszQKEQ" alt="" width="289"><figcaption></figcaption></figure>

When you open Metamask for the first time, you will be asked to choose your initial action. You’ll have 2 options: [creating a new wallet](/learning-station/setting-up-metamask/creating-a-new-wallet.md) or [importing an existing one](/learning-station/setting-up-metamask/importing-an-existing-wallet.md).

[Creating a new wallet](/learning-station/setting-up-metamask/creating-a-new-wallet.md)

[Importing an existing wallet](/learning-station/setting-up-metamask/importing-an-existing-wallet.md)


---

# 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.blinkgalaxy.com/learning-station/setting-up-metamask/installing-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.
