# 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>


---

# 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.quickintel.io/developer-integration/website-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.
