> For the complete documentation index, see [llms.txt](https://docs.quickintel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quickintel.io/developer-integration/website-widget.md).

# Website Widget

Quick intel has a widget that anyone can integrate into their site, like a dApp, DEX, etc.

Integrating the Quick Intel widget will allow users to get a quick overview of any token across any chain we support.

For a list of supported chains please see the below page.

{% content-ref url="/pages/1Cxwd5p4X5gaHiSu77OP" %}
[Supported Chains and DEX](/developer-integration/api-integration/supported-chains-and-dex.md)
{% endcontent-ref %}

Simply add an iFrame into your location, with pre-set parameters.

| Parameter       | Values                                      |
| --------------- | ------------------------------------------- |
| widget          | true or false                               |
| widgetView      | slim or wide                                |
| type            | token                                       |
| chain           | chain of token to be scaned (eth, bsc, etc) |
| contractAddress | address of token                            |

Example URL with both a slim and wide option of the chart.\
\
**Slim View**

\
URL: <https://app.quickintel.io/widget?widget=true\\&widgetView=slim\\&type=token\\&chain=arbitrum\\&contractAddress=0x6d038130b9b379a373b1d33a29d5904ed1bb9026>

<figure><img src="/files/nVKQoFsEAEyO0pxZtbRp" alt=""><figcaption><p>Slim Widget</p></figcaption></figure>

**Wide View**

\
URL: <https://app.quickintel.io/widget?widget=true\\&widgetView=wide\\&type=token\\&chain=arbitrum\\&contractAddress=0x6d038130b9b379a373b1d33a29d5904ed1bb9026>

<figure><img src="/files/wYI4uveVYXfze47Ft1Ie" alt=""><figcaption><p>Wide Widget</p></figcaption></figure>
