# 1. Set Up MetaMask

To play Outpost Surge fully, you will need to use MetaMask, a popular browser-based wallet that allows you to interact with various EVM-compatible blockchains. Follow these steps to set up your MetaMask account:

1. Visit the [MetaMask website](https://metamask.io/) and download the browser extension for your preferred browser (Chrome, Firefox, Edge, or Brave).
2. After installing the extension, click on the MetaMask icon in your browser toolbar to open the wallet.
3. Create a new account by following the on-screen instructions. Be sure to save your secret recovery phrase and password in a safe and secure location.
4. Once your account is set up, you can switch between different EVM-compatible blockchains by clicking on the network dropdown menu at the top of the MetaMask window and selecting the desired blockchain. More info: <https://support.metamask.io/hc/en-us/articles/360015489531-Getting-started-with-MetaMask>

{% embed url="<https://www.youtube.com/watch?v=YVgfHZMFFFQ>" %}


---

# 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.outpostsurge.com/getting-started/1.-set-up-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.
