# Setup Polygon Network

### Method 1:

Head over to <https://maticmike.club/guide/#setup> and wait for the prompt to pop up with your MetaMask wallet. Confirm and you're done.

If no prompt popped up, simply follow the guide indicated in the website.

### Method 2:

Go to <https://polygonscan.com/>, scroll to the very bottom and click on **"Add Polygon Network"**, click confirm, allow switch network, and you're done.

{% hint style="info" %}
**Polygon Network  = Polygon Mainnet = Matic Network = Matic Mainnet**.

People get confused on the name but they are often just one and the same.
{% endhint %}


---

# 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.maticmike.club/guides/setup-polygon-network.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.
