# Before your start

#### &#x20;Network Selection&#x20;

For this guide's purpose, follow demo will be performed on ***Polygon Network***. When the system determines that the user's MetaMask wallet network is inconsistent with SubDAO, the following prompt box will pop up. Click **\[Switch Network]**, MetaMask operation signature can be switched.&#x20;

#### Connect to Wallet

After switching to the same network, click \[Connect Wallet] in the upper right corner of the system to select and connect the wallet. It is recommended to use MetaMask; after confirming the signature, the connection will be successful.

If you have used the Web3 application before, connecting to the wallet is easy; just select the wallet of your choice.

<figure><img src="/files/8Hbn52UVwFrxMclQoaZq" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/XR6DTyb34Ve6jXhpFsrC" alt=""><figcaption></figcaption></figure>

When the wallet is not connected, SubDAO shows the DAOs on Ethereum by default, users can only view the list and details of DAOs, and the functions of creating DAOs, subscribing, and voting are limited. After connecting to the wallet, you can experience the full functions of SubDAO.

{% hint style="warning" %}
*After switching your wallet address and network, you need to click **\[Connect Wallet]** again to connect.*
{% 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://wiki.subdao.network/product-guide/before-your-start.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.
