> For the complete documentation index, see [llms.txt](https://docs.polyflip.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polyflip.io/help/metamask/learn-to-use-metamask.md).

# Learn to use Metamask

## 1. Click the Metamask Fox icon in Chrome <a href="#id-2-read-and-agree-to-the-terms-and-conditions" id="id-2-read-and-agree-to-the-terms-and-conditions"></a>

&#x20;                                                           ![](/files/BRtKSZjtOwcfMUNQIscy)

## 2. Read and agree to the terms and conditions. <a href="#id-2-read-and-agree-to-the-terms-and-conditions" id="id-2-read-and-agree-to-the-terms-and-conditions"></a>

## 3. Enter a password and click “Create” to create your wallet. <a href="#id-3-enter-a-password-and-click-create-to-create-your-wallet" id="id-3-enter-a-password-and-click-create-to-create-your-wallet"></a>

## 4. Write down or save the 12 word seed phrase for your wallet in a secure place.  <a href="#id-4-write-down-or-save-the-12-word-seed-phrase-for-your-wallet-in-a-secure-place" id="id-4-write-down-or-save-the-12-word-seed-phrase-for-your-wallet-in-a-secure-place"></a>

*You will need your 12 seed words to recover your wallet at any point in the future if you forget your password or lose your computer.*

## 5. Click “I’ve Copied It Somewhere Safe” once you have securely written down your 12 word seed phrase.  <a href="#id-5-click-ive-copied-it-somewhere-safe-once-you-securely-note-down-your-12-word-seed-phrase" id="id-5-click-ive-copied-it-somewhere-safe-once-you-securely-note-down-your-12-word-seed-phrase"></a>

Now that your Metamask wallet is ready to go, you can deposit or buy MATIC and play the games!


---

# 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.polyflip.io/help/metamask/learn-to-use-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.
