# Add A Widget

Squid's widgets are the easiest way to integrate Squid functionality into the frontend of your app. They are extremely customizable from a theming and functionality point of view.

Squid currently supports:

* A cross-chain [**Swap Widget**](/widget-integration/add-a-widget/widget.md) that can be integrated via iFrame, React, Next.js or Vite.
* A cross-chain [**Deposit Widget**](/widget-integration/add-a-widget/deposit-widget.md) for accepting deposits and one-shot payments into a fixed destination address and token.

<figure><picture><source srcset="/files/Qf1331BubT2delstqwlI" media="(prefers-color-scheme: dark)"><img src="/files/nGnTbL2elBulAZuiCLYG" alt=""></picture><figcaption><p>Swap Widget</p></figcaption></figure>

<figure><img src="/files/kqAngJoEOX9isAUuTfDO" alt=""><figcaption><p>Deposit Widget</p></figcaption></figure>

Our new [Widget Studio](https://studio.squidrouter.com/) allows you to customize the widget to your branding specifications.


---

# 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.squidrouter.com/widget-integration/add-a-widget.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.
