# How to Connect Your DApp to D’CENT Mobile App

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

## D’CENT Logo & Brand Guidelines

First off, please insert a button connecting to D’CENT Mobile App in your DApp. Please refer to the link below for detailed information about our Logo & Brand Guidelines.

{% content-ref url="/pages/-M\_RMQUBokpVQ-UZw2Ka" %}
[Logo & Brand Guideline](/misc./logo-and-brand-guideline.md)
{% endcontent-ref %}

## Your Users should visit your DApp from the In-App Browser of the D’CENT App.

When your users visit your DApp, there are two possible scenarios.

* Scenario 1) They visit your DApp through an External Browser.
* Scenario 2) They visit your DApp through the In-App Browser of the D’CENT Mobile App.

In order for your users to connect their D’CENT wallets to your DApp, they should take Scenario 2. No worries. Even for Scenario 1, you can leverage the following steps that can lead them to Scenario 2.

## How to Check the Browser Type of Your Users

You have to check if each user visits your DApp through an External Browser or the In-App Browser of the D’CENT Mobile App. Please refer to the link below to know how to detect them.

{% embed url="<https://dev-docs.dcentwallet.com/in-app-browser/evm-compatible-networks#how-to-detect-in-app-browser>" %}

## Dynamic Link redirected to the In-app Browser

In case your user takes Scenario 1 to visit your DApp, you should redirect them to re-visit your DApp through the In-App Browser of the D’CENT Mobile App. Here’s the Dynamic Link to make it. Please refer to the link below to know how to create the Dynamic Link.

{% content-ref url="/pages/-MSaf9-SGj4hWJd0D4Tw" %}
[Dynamic Link to In-app Browser](/dynamic-link/dynamic-link-to-in-app-browser.md)
{% endcontent-ref %}

## D’CENT Provider

Now that all of your users take Scenario 2 to visit your DApp, they are ready to connect their D’CENT wallets to your DApp. D’CENT Provider is a wrapping package for your DApp website to communicate with D’CENT wallets. Please refer to the link below to know how to start linking with D’CENT Provider.

{% content-ref url="/pages/-M\_QeIKxiXXXkUtfbpRh" %}
[dcent-provider](/dcent-biometric-wallet-for-pc/dcent-provider.md)
{% endcontent-ref %}


---

# 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://dev-docs.dcentwallet.com/how-to-connect-your-dapp-to-dcent-mobile-app.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.
