# Introduction

This documentation is intended to help you integrate Leap into your Cosmos Dapps, covering both desktop and mobile use cases. We offer a range of options to provide flexibility in connecting different devices and wallets with your Dapp.

There are three primary platforms where users may access your Dapp. Alongside each platform, we've listed the Leap product(s) that can be used to connect:

* Desktop browser : Leap browser extension or mobile app
* Native phone browser : Leap mobile app
* Leap's in-app browser : Leap mobile app

You can refer to our guide on optimizing the wallet connect experience for each platform [here](/cosmos/for-dapps-connect-to-leap/optimizing-wallet-connectivity-for-cosmos-dapps.md).<br>

There are two main ways to go about integrating Leap:&#x20;

### Direct Integration

The most direct way to interact with Leap is via the provider that Leap injects into your web application. This provider is globally available at `window.leap` and its methods will always use the most up-to-date functionality. Depending on your context, you can refer to the following guides -&#x20;

1. If your Dapp has an existing Keplr integration that you're trying to add Leap to, refer to [this guide](/cosmos/for-dapps-connect-to-leap/add-leap-to-existing-keplr-integration.md).
2. If you're adding connect wallet capability to your Dapp for the first time -
   1. If the Cosmos chain you're building on is natively supported by Leap, refer to [this guide](/cosmos/for-dapps-connect-to-leap/add-leap-to-a-new-dapp.md).&#x20;
   2. If the Cosmos chain you're building on is not natively supported by Leap, you can still use Leap through the *Suggest Chain* approach. More details [here](/cosmos/for-dapps-connect-to-leap/suggest-chain-add-leap-to-a-non-native-chain.md)

If you're building a Secret Network dapp, there are some additional steps that are listed [here](/cosmos/for-dapps-connect-to-leap/add-leap-to-a-secret-dapp.md).&#x20;

### Cosmos Wallet Adapter

Another quick and easy way to integrate Leap is using [third-party wallet adapters](/cosmos/for-dapps-connect-to-leap/wallet-adapters.md) that support multiple Cosmos wallets.&#x20;

We hope this information helps you integrate Leap into your Cosmos Dapp. If you have any questions or need further assistance, please don't hesitate to reach out to us at <support@leapwallet.io>.

<br>


---

# 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/introduction.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.
