# How to connect a wallet

To start working with FlatQube, you need to connect a wallet. At the moment, the only wallet available for connection is [EVER Wallet](https://l1.broxus.com/everscale/wallet).

If you do not have EVER Wallet yet, we recommend that you go to the [installation instructions](https://docs.tonbridge.io/ever-wallet/getting-started-with-ton-crystal-wallet) or go directly to the [download page](https://l1.broxus.com/everscale/wallet).

## Steps to connect your wallet on desktop

As soon as you enter FlatQube, you will see the **Connect Wallet** button.

Click on it to connect your Ever Wallet.

If your device does not have EVER Wallet installed, you will see a window with a download link.

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

If EVER Wallet is installed, you will see a window for selecting an account to connect to.

{% hint style="info" %}
Sometimes other browser extensions block the EVER Wallet window. In such a situation, just click on its icon on your toolbar to display the pending authorizations.
{% endhint %}

Choose one of them (FlatQube will work with the address of this account only) and click **Next**.

Select all **permissions** and click **Connect**.

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

If the connection was successful, you will see the wallet address and the amount of EVER in the right upper corner. By clicking on the "Door" icon you can disconnect this wallet from FlatQube.

![FlatQube menu with connected wallet](/files/lATHSw0HqKn4UHQmVlzy)

## Steps to connect your wallet on mobile

To connect your EVER Wallet on mobile, open the EVER Wallet app and go to the <mark style="color:green;">**Browser section**</mark> at the bottom of the screen. Go to [FlatQube.io ](https://flatqube.io)and click **Connect Wallet** and then confirm this action by clicking **Allow**.

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

Well done!


---

# 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.flatqube.io/use/getting-started/how-to-connect-a-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.
