# How to install MetaMask

{% tabs %}
{% tab title="Firefox" %}
Open [MetaMask add-on for Firefox page](https://addons.mozilla.org/en-US/firefox/addon/ether-metamask) and press the button “Add to Firefox”

![](https://miro.medium.com/max/700/1*3evSquYJfDeMqHDkpnFJ4Q.jpeg)

Confirm your actions, and the MetaMask add-on will be installed.

![](https://miro.medium.com/max/700/1*f6ofGTkD9YItzEImDDGrow.jpeg)

If you want to use MetaMask in a private mode, tick “Allow this extension to run in a private mode”. Click on “Okay”

![](https://miro.medium.com/max/700/1*Q9NNzOMjDU3NGl4S-jFqEg.jpeg)

[How to configure your wallet](/how-to-install-and-to-configure-your-wallet/how-to-configure-your-wallet.md)
{% endtab %}

{% tab title="Chrome" %}
Open [MetaMask Chrome extension page](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) and press the button “Add to Chrome”.

![](https://miro.medium.com/max/700/1*bXeorxCXQ7uOsdwSzax_jA.jpeg)

Confirm your actions by pressing the button “Add extension” and the extension will be installed

![](https://miro.medium.com/max/700/1*6g4DaRE2CaLhjqgbMKTu-A.jpeg)

[How to configure your wallet](/how-to-install-and-to-configure-your-wallet/how-to-configure-your-wallet.md)
{% endtab %}

{% tab title="Android" %}
Open [MetaMask page](https://play.google.com/store/apps/details?id=io.metamask) in Google Play and press “Install”.

![](https://miro.medium.com/max/700/1*hw7cRgqC8X4es1ReE8c2tQ.jpeg)

[How to configure your wallet](/how-to-install-and-to-configure-your-wallet/how-to-configure-your-wallet.md)
{% endtab %}

{% tab title="iOS" %}
Open [MetaMask page](https://apps.apple.com/us/app/metamask/id1438144202) in App Store and tap the cloud icon to install the app

![](https://miro.medium.com/max/591/1*St1iPIjufAu7zx-a4--gdA.jpeg)

[How to configure your wallet](/how-to-install-and-to-configure-your-wallet/how-to-configure-your-wallet.md)
{% endtab %}
{% endtabs %}


---

# 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.heo.finance/how-to-install-and-to-configure-your-wallet/how-to-install-metamask.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.
