> For the complete documentation index, see [llms.txt](https://docs.heo.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heo.finance/russian/koshelek/ustanovit-metamask.md).

# Установить MetaMask

{% tabs %}
{% tab title="Firefox" %}
Откройте [страницу расширения MetaMask для Firefox](https://addons.mozilla.org/ru/firefox/addon/ether-metamask/) и нажмите кнопку “Добавить в Firefox”.

![](https://lh4.googleusercontent.com/26RGjdqzf49kVkQ_CTMwiK-wCXGZSVJtMRRIKUKMrCs4GLojAefhpbhwHUj5LvQhxVp-sPG3QjnlIrD7JZu9bK7-9chJ5mNDkDt9QMAuaZX-U9Wrtd1eTXz2UmTzwaLP_7p9PElA)

Подтвердите свои действия, и MetaMask будет установлен.

![](https://lh3.googleusercontent.com/ZZ-Ef22S2Sz4WMP8XDVpzeYuGkn3sCy4-LV-NHeEVH-5EQmb6T_NB3mySUguGQ_dITd0PfVt3gv7giKOJ2RZDZD833IVuOpDqHEJa4snjGC-dDAwUeuzHdRDYydZvm_ce0Y1_Bbf)

Если вы хотите использовать MetaMask в приватном режиме, поставьте галочку напротив пункта “Разрешить этому расширению работать в приватных окнах”. Нажмите кнопку “Хорошо”.

![](https://lh6.googleusercontent.com/VNAqsu7qnW1OmHireikDojq5UoQYJtpwBwz1Fl_VEb5lCQ5FBnxK1UknqpgVByg3WHAsZgDSwq-BmKPT6oaKxv3P3hrVSA3L0QExyFSw3C9LVMtCi-Nsv3f4LRX4Mey9DAFl0ISA)

[Как завести свой счет в кошельке MetaMask](/russian/koshelek/kak-sozdat-novyi-schet-v-koshelke.md)
{% endtab %}

{% tab title="Chrome" %}
Откройте [страницу расширения MetaMask для Google Chrome](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=ru) и нажмите кнопку “Установить”.

![](https://lh4.googleusercontent.com/jHGy3iz19HUxWdbcqxCRMoSCJ7OOy3ebl66sfigeJrgpy4WB5VHgNkzlCWIezKM1XmLPBdyxyyzu9pdqAX5E-AOUd_A6lBx3MZaCnZor35AsMJuHnT5bpICclva84d6aDxNmBZho)

Подтвердите свои действия, нажав “Установить расширение”, и MetaMask будет установлен.

![](https://lh6.googleusercontent.com/WkBXKmsAqYKdKooFftPH0SfYT0O9zEl-dGaaEfxiyIORRB9i-x1JnmBdupZ0x7wJlJWCqsJVHfMoJcgoYTjiJNYNAfvYyjMYAxm9F9u4y7tTPIXkU-vtCi4a2AVp_EhR2ifa9Sp3)

[Как завести свой счет в кошельке MetaMask](/russian/koshelek/kak-sozdat-novyi-schet-v-koshelke.md)
{% endtab %}

{% tab title="Android" %}
Откройте [приложение MetaMask в Google Play](https://play.google.com/store/apps/details?id=io.metamask\&hl=ru) и нажмите кнопку “Установить”.

![](https://lh5.googleusercontent.com/MkGw4SRtivLjc-Q2_7D-jQhhEo4xZaXPvSV6dVMX8Wdg-UOL_bsHOi0EuYKWxZbT8sOzquM5iexkCPWrDnSvf53EEMeW00NZ76UMLDutHDDLIgGVsWPC4AABjgVGS0RiDagD2VUV)

[Как завести свой счет в кошельке MetaMask](/russian/koshelek/kak-sozdat-novyi-schet-v-koshelke.md)
{% endtab %}

{% tab title="iOS" %}
Откройте [приложение MetaMask в App Store](https://apps.apple.com/ru/app/metamask/id1438144202) и нажмите иконку облака, чтобы установить его.

![](https://lh6.googleusercontent.com/2F9UegYfcrBcBZY0k3CgkrJL_O7NJJfKaqGDPCAXDmqv4g-DLO-EJ9F_beZ-HRI9NqIn58N9m6ZOKQ64KU3e1F7K4Vn2-uNv7w3ZoI2-vpzZ3dtgHJ_9Qt_CDaJ9vrOtuR9nYew0)

[Как завести свой счет в кошельке MetaMask](/russian/koshelek/kak-sozdat-novyi-schet-v-koshelke.md)
{% endtab %}
{% endtabs %}


---

# 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.heo.finance/russian/koshelek/ustanovit-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.
