> For the complete documentation index, see [llms.txt](https://bobamask.gitbook.io/bobamask/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bobamask.gitbook.io/bobamask/how-to-use/how-to-connect-to-a-dapp.md).

# How To Connect To A DApp

Web 3 is an evolution of the web we currently use today. It allows users to interact with DApps directly through their browsers. For example, if you wanted to buy a gift card on a website, you would go to the site, click "buy" and then enter your payment information. If you were buying a gift card through a DApp, you would simply select it and pay with your BOBAMASK wallet. There would be no need to download another wallet.

To interact with DApps, you must have BOBAMASK as your default browser wallet. For the best experience, disable all other browser extension wallets.

![](/files/CvJyY79RWxq3PYpETgFT)

When entering a 3rd-party site (DApp) form within your browser, you will be able to connect your wallet to that side. Only connect through sites that you trust. BOBAMASK™ will prompt you to connect to that site.&#x20;

Assure to choose the specific Blockchain Network Service that is supported by the DApp. Select which account you want to be connected with. Click Next.&#x20;

![](/files/x4QTei8P9iHSSd8KOy83)

Verify and permit that you want to connect to the DApp Site and hit connect.

![](/files/59nQbTIsoG0ni39OXYqO)

After hitting connect, you will then return to your main wallet screen with an established connection to the DApp site. You can verify the connection by looking at the top right of your screen at the bar that says "Connection".&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bobamask.gitbook.io/bobamask/how-to-use/how-to-connect-to-a-dapp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
