> For the complete documentation index, see [llms.txt](https://docs.intents.aurora.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intents.aurora.dev/intents-connect/intents-connect-widget/introduction.md).

# Introduction

{% hint style="warning" %}
**Pre-release** — The Intents Connect Widget is currently in development. If you're interested in early access, get in touch.
{% endhint %}

The Intents Connect Widget is an embeddable UI component that lets your users interact with your dApp from any other chain or using any asset, without leaving your interface or managing any cross-chain complexity themselves.

<figure><img src="https://387686700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLp9IVb8Xkubcbzzk80Br%2Fuploads%2FDWhjQoQp33t1HdJ7yQ8z%2Fimage%2019.png?alt=media&#x26;token=2632ab3d-4c17-4085-a5a4-7dd14ad18950" alt=""><figcaption></figcaption></figure>

#### How it differs from the Swap Widget

The **Swap Widget** handles asset swaps: a user selects a source token and a destination token, and the widget handles the exchange. It is self-contained and designed to be dropped into any application quickly.

The **Intents Connect Widget** handles cross-chain protocol interactions. Rather than just swapping assets, it enables actions like depositing into a lending protocol, taking a position, or interacting with a smart contract on a chain the user does not have assets on. The user stays in your dApp, signs once, and the widget handles execution end-to-end.

#### When to use it

The Intents Connect Widget is the right integration path if you want to:

* Accept users from any chain into a protocol that lives on a specific chain
* Offer one-click access to cross-chain actions without requiring users to bridge, switch wallets, or manage gas
* Embed a ready-made UI rather than building a custom interface via the Intents Connect API

#### Get early access

To register interest or request early access, contact the team.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.intents.aurora.dev/intents-connect/intents-connect-widget/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
