# Developing for Trust Wallet platform

Trust Wallet supports web3 integrations across mobile and desktop. Whether you're building a dApp that connects to the mobile app, integrating with the browser extension, or using deep links to route users into specific in-app flows, this section covers what you need.

## Guides

### [Browser Extension](https://developer.trustwallet.com/developer/develop-for-trust/browser-extension)

Integrate with the Trust Wallet browser extension to let users connect their wallets, sign transactions, and interact with your dApp from their desktop browser. Supports Ethereum, EVM-compatible chains, Bitcoin, Solana, Tron, TON, and other major networks.

### [Mobile (WalletConnect)](https://developer.trustwallet.com/developer/develop-for-trust/mobile)

Connect your dApp to the Trust Wallet mobile app using WalletConnect v2. Covers session setup, supported networks, and integration using the Sign API or higher-level libraries like Wagmi.

### [Deep Linking](https://developer.trustwallet.com/developer/develop-for-trust/deeplinking)

Use deep links to route users directly into specific pages within the Trust Wallet app — open a dApp browser, initiate a swap, send a payment, stake, buy crypto, and more. Works with both `https://link.trustwallet.com` and the `trust://` URI scheme.

***

**Prerequisites:** The examples in these guides assume familiarity with the JavaScript ecosystem. No prior web3 experience is required — you won't have to relearn anything, just understand a few new building blocks.


---

# 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://developer.trustwallet.com/developer/develop-for-trust.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.
