# How to connect a dapp?

Connect dapps in **MyTonWallet** via **TON Connect**:

{% stepper %}
{% step %}
**Open the app**. Launch it via the Telegram bot or by using the direct link.
{% endstep %}

{% step %}
Tap **Connect Wallet** on the dapp's main screen.
{% endstep %}

{% step %}
Choose **MyTonWallet**, press the **Connect** button, and follow the instructions.
{% endstep %}

{% step %}
**Done!** You're now connected and can use the dapp.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Be Cautious**

Use only trusted and verified dapps to ensure the safety of your funds.
{% endhint %}


---

# 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://help.mytonwallet.io/intro/decentralized-applications-dapps/how-to-connect-dapp.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.
