# Wallet Connection

First, you need to connect your wallet. Click on the **"Connect Wallet"** button, and a pop-up window will appear with the option to connect the MetaMask wallet.

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

Choose the MetaMask wallet, and the following window will be displayed. Click **"Sign"**.

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

All done! Your MetaMask wallet has been successfully connected to NFTDeal.

<figure><img src="/files/3Wtpe4OoHbRUoWu9Q5R9" alt=""><figcaption></figcaption></figure>


---

# 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://nftdeal.gitbook.io/eng-user-guide/getting-started/wallet-connection.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.
