# for dapps: Connect to Leap

- [Introduction](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/introduction.md)
- [Optimizing Wallet Connectivity for Cosmos Dapps](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/optimizing-wallet-connectivity-for-cosmos-dapps.md)
- [Add Leap to existing Keplr integration](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/add-leap-to-existing-keplr-integration.md): If Connect to Keplr already exists on your dapp, adding Leap is easy because we've followed a similar API structure
- [Add Leap to a new dapp](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/add-leap-to-a-new-dapp.md): If you do not have a Connect Wallet method yet and you want to start a fresh implementation, this is how you can proceed
- [Suggest chain : Add Leap to a non-native chain](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/suggest-chain-add-leap-to-a-non-native-chain.md): Warning: This is an experimental feature supported on both the Leap extension and the mobile apps
- [Add Leap to a Secret dapp](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/add-leap-to-a-secret-dapp.md): This is how you can add Connect to Leap on SCRT dapps
- [Wallet Connect](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/wallet-connect.md): WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking
- [Wallet Adapters](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/wallet-adapters.md)
- [Cosmos Kit](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/wallet-adapters/cosmos-kit.md): CosmosKit is a wallet adapter for developers to build apps that quickly and easily interact with Cosmos blockchains and wallets
- [Shuttle](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/wallet-adapters/shuttle.md): Integrate the most popular Cosmos wallets into your multi-chain dApp with just a few lines of code using the open-source Shuttle package
- [API Reference](https://docs.leapwallet.io/cosmos/for-dapps-connect-to-leap/api-reference.md): A list of Leap Connect Wallet methods


---

# 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.leapwallet.io/cosmos/for-dapps-connect-to-leap.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.
