# How to connect to Orby Network

To seamlessly connect to Orby Protocol, you can use the following wallets:

* [MetaMask](https://metamask.io/download/)
* [Crypto.com Onchain Wallet](https://crypto.com/defi-wallet)
* [Brave Wallet](https://brave.com/wallet/)
* [WalletConnect](https://walletconnect.com/web3wallet)

1. Once you're on the Orby Protocol Web App, locate and click on the “Connect wallet” button located at the top right corner of the interface.

<figure><img src="/files/5eDo6IQt5H37BCAyhfQk" alt=""><figcaption></figcaption></figure>

2. Choose your preferred wallet.

<figure><img src="/files/4sBOZevCrRVLWkL1yWwm" alt="" width="375"><figcaption></figcaption></figure>

3. You'll be prompted to approve the connection in your chosen wallet. Follow the necessary steps to allow the Orby Protocol Web App to connect to your wallet securely.


---

# 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://doc.orby.network/user-guide/how-to-connect-to-orby-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.
