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

# dApp Browser

Defly’s in-app dApp browser enables you to connect to any dApp in the Algorand ecosystem – providing you with a super smooth DeFi experience.

## Navigating the Browser

Navigate to the "dApps Browser” tab to launch the browser:

<figure><img src="/files/7tvYsw8tWjXIrZawy6NN" alt=""><figcaption></figcaption></figure>

Use the search bar to find your preferred dApp and select it to navigate to it. You can use the star toggle to create you own custom list of dApp services:

<figure><img src="/files/hsuJ1wajY2rqikuRofMT" alt=""><figcaption><p>Favorite a dApp by selecting the star icon.</p></figcaption></figure>

Connect your wallet to the protocol and select the Defly icon as your wallet. The dApp browser will also intercept connection requests for Pera making it compatible with rare services that do not list Defly specifically:

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

Launch the wallet and select “Connect” in the WalletConnect prompt to establish a connection with the protocol.

\
Manage your favorite dApps from the browser's home screen by selecting the icon below the search bar:

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

\ <br>


---

# 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://defly.gitbook.io/defly-manual/app/dapp-browser.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.
