> For the complete documentation index, see [llms.txt](https://docs.squidrouter.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squidrouter.exchange/old-v2-documentation-deprecated/add-a-widget/widget/installing-the-widget.md).

# Installing the Widget

If you have any questions along the way, please contact us on our [Discord](https://discord.com/invite/squidrouter) in the ***⛓│developers*****&#x20;channel**.

### Installation

{% hint style="info" %}
To install the widget you need to register a partner ID with the Squid Team, please [complete this form](https://form.typeform.com/to/cqFtqSvX?) to acquire one.
{% endhint %}

Install the Squid Widget npm package:

```
npm i @0xsquid/widget
```

or

```
yarn add @0xsquid/widget
```

> Note: to install the V2 widget, you can install the latest [version](https://www.npmjs.com/package/@0xsquid/widget?activeTab=versions)
>
> ```
> yarn add @0xsquid/widget@2.0.0-beta.7
> ```

#### Add the widget to a page

```javascript
<SquidWidget config={{
  integratorId: "<partner-id>",
  // ... Other config options, such as theme, titles, etc.
}} />
```

### Further installation guides

* If you're not using React, please follow the [Iframe installation guide](/old-v2-documentation-deprecated/add-a-widget/widget/iframe-installation.md)
* If you’re using React, please follow the [React installation guide](/old-v2-documentation-deprecated/add-a-widget/widget/react-installation.md)
* If you're using NextJS, start with the [NextJS installation guide](/old-v2-documentation-deprecated/add-a-widget/widget/nextjs-installation.md)


---

# 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.squidrouter.exchange/old-v2-documentation-deprecated/add-a-widget/widget/installing-the-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.
