# Connect to Dapps

Den allows you to connect to dapps using your safe. Once you've selected `Use WalletConnect`, go to the dapp you want to use in a new tab and locate the WalletConnect link. This is typically found by clicking `Connect Wallet` on the dapp then selecting `WalletConnect`. To get the WalletConnect link click `Copy to clipboard`.

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

After you paste this link into Den, you'll be connected to the dapp.

Once the dapp prompts you to sign a transaction, don't forget to come back to Den to finish creating it.


---

# 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.onchainden.com/creating-transactions/connect-to-dapps.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.
