# Getting Started

### Environments

The widget itself is made with [React](https://reactjs.org/). Which means you can import it as a component on [NextJS](https://nextjs.org/) and other classic react apps (for example create-react-apps).

We will roll out support to other frameworks in the future based on their demand.

You can also use it as an Iframe. Check out [Iframe Installation](/old-v2-documentation-deprecated/add-a-widget/widget/iframe-installation.md) for more information.

**Currently supported environments:**

* React
* Next.js

### Examples

Example repos for all our supported integrations can be found on [GitHub](https://github.com/0xsquid/widget-integrations).

### Supported chains and tokens

For all supported chains and tokens, check out [Broken mention](broken://pages/28KiTP7gRUG2YwHycgQG)

### Supported wallets

**EVM:** [MetaMask](https://metamask.io/), [Coinbase Wallet](https://www.coinbase.com/wallet) and [WalletConnect](https://walletconnect.com/).

**Cosmos:** [Keplr Wallet](https://www.keplr.app/) and [Leap Wallet](https://www.leapwallet.io/)


---

# 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/old-v2-documentation-deprecated/add-a-widget/widget/getting-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.
