> For the complete documentation index, see [llms.txt](https://docs.leapwallet.io/cosmos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leapwallet.io/cosmos/elements/get-started.md).

# Get Started

To use Leap Elements on your dApp, you can either load it using a script tag (via a CDN) or integrate it as an embed (via swapfast.app).

We have outlined the differences below to help you choose the best option for your use case!

| Use via CDN                        | Use as Embed                            |
| ---------------------------------- | --------------------------------------- |
| More configuration options         | Less configuration options              |
| Takes 10 minutes to integrate      | Takes 2 minutes to integrate            |
| Needs you to write some Javascript | Copy-paste an HTML snippet in your site |

{% hint style="info" %}
We no longer offer elements as an NPM package, we recommend using Elements via a CDN
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>Show how to use Elements via CDN</td><td></td><td><a href="/pages/7tdD5kWjdKGvhB5nouOA">/pages/7tdD5kWjdKGvhB5nouOA</a></td></tr><tr><td></td><td>Show how to use Elements as an Embed</td><td></td><td><a href="/pages/rXwNYxWPsNcEKkqtAU8m">/pages/rXwNYxWPsNcEKkqtAU8m</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/elements/get-started.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.
