# 1️⃣ Installation Quick Start

To use the BlockBot's widget, all you need to do to simply paste the Iframe into your code.

{% code overflow="wrap" %}

```html
// Iframe Structure
<iframe src="https://useblockbot.com/widget/api/v1?type={widget type}&theme={your them preference}" style="width: 400px; height: 400px; border-radius: 20px; box-shadow: 0px 0px 15px 1px #00000021;" frameborder="0"></iframe>
```

{% endcode %}

<p align="center"><strong>Watch Demo Setup Guide</strong></p>

{% embed url="<https://drive.google.com/file/d/1Ehp1cgQ1FSMRxIu8I6_XOwYqesewN5bS/view?usp=sharing>" %}


---

# 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://blockchain-gazette.gitbook.io/blockbot/widget-setup-guide-steps/installation-quick-start.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.
