# MetaMask

### Setting up MetaMask Wallet

If you have not yet installed MetaMask on your browser (i.e. Chrome, Brave, Firefox or Edge) or mobile phone, please do so via [this link.](https://metamask.io/download/)

{% hint style="danger" %}
Never share your **secret seed phrase**.

Never share your **private keys**.

Never enter your **secret seed phrase or private keys** into any website online.
{% endhint %}

### Connect MetaMask to Single Finance

Click the **Connect Wallet** button on the right-top corner in any page.

![](/files/iEIMyYMmJrJPU0AHMOTX)

Choose **Metamask**.

![](/files/xqPrkFtuZQsMQ7mPbJfn)

Select the correct account and click **Next**.

![](/files/akilu7Ko2AqhuKCANzx3)

Click **Connect**. You're all set!

![
](/files/x5SjwRhycdmAkHUryWdb)


---

# 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.singlefinance.io/home/getting-started/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.
