# DApp Connector

The DApp connector will allow you to connect your Wallet with different DApps on Hedera.

{% hint style="info" %}
**DApps**, short for Decentralized Applications, require a connected account to perform operations. The DApp Connector facilitates these connections and signatures between your Hedera Accounts and DApps.
{% endhint %}

In order to connect your Accounts with DApps, you'll have different methods:

### Connect with QR Code or Pairing String

When you access a DApp and click on 'Connect', you'll find the option to '**Wallet Connect**'.

Upon selecting '**Wallet Connect**', you'll be presented with a QR Code and a Pairing String. Some DApps may also display small Wallet icons representing approved Wallets, allowing you to connect directly to with preferred Wallet.

If you're using the Kabila Wallet on **Android** or **iOS**, you can simply scan the QR Code using your device's camera. For those using the Kabila Wallet **Chrome Extension**, copy the Pairing String and paste it into the '**Pairing String**' field within the DApps section. Then, click '**Connect DApp**'.

<figure><picture><source srcset="/files/DYoYbGQ3Y5Q4AgvUccPo" media="(prefers-color-scheme: dark)"><img src="/files/hCgBtZEtQa6C0zTaFVft" alt=""></picture><figcaption><p>Connecting Accounts to different DApps with Kabila Wallet</p></figcaption></figure>

A signature request will appear, prompting you to choose which Account you wish to connect. Select your desired Account and click '**Approve**'.

The connected DApp should now appear in the '**Connected**' section, signaling that you are ready to start interacting with it.

### Official and Custom

You can also connect with DApps directly through Kabila Wallet.

Simply go to the '**Official**' section and select one of the official DApps to connect and interact with them directly from your wallet.

{% hint style="danger" %}
Ensure you connect your Wallet **only to official and trusted DApps**, and always **double-check the URL** before connecting.
{% endhint %}

Alternatively, you can visit the '**Custom**' section and paste the URL of the DApp you want to access and connect with.

<figure><picture><source srcset="/files/K3rja1XzfioJX2Xj1YZa" media="(prefers-color-scheme: dark)"><img src="/files/KYQpJMkQ4EhcJPAuCnRL" alt=""></picture><figcaption><p>Kabila Market and SentX DApps accessible within Kabila Wallet</p></figcaption></figure>

Finally, if you face any connection problems or just want to disconnect from a specific DApp, go to Connected DApps and click on right red button 'Remove' in order to completely disconnect from the DApp.


---

# 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://academy.kabila.app/products/wallet/dapp-connector.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.
