# Setup Your Wallet

If you haven't already, install MetaMask, an in-browser extension that allows you to connect to blockchain based decentralized applications, or "dApps":

* [https://metamask.io](https://metamask.io/)

MetaMask will allow you to interact with Ethereum-based networks and testnets, as well as networks like Polygon and Arbitrum.

{% hint style="info" %}
First time setting up metamask? [**Here is an official guide**](https://metamask.zendesk.com/hc/en-us/articles/360015489531-Getting-started-with-MetaMask)
{% endhint %}

Make sure you have selected the **Goerli Test Network** (or whatever testnet you prefer) from the network dropdown menu at the top of the MetaMask window.


---

# 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.hypervibes.xyz/guides/getting-started/setup-your-wallet.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.
