# Polygon Streaming iFrame Integration

***

{% stepper %}
{% step %}
Copy the iFrame snippet below.

```
<iframe src="https://yourmodellink/" style="width: 100%; height: 100%;"></iframe>
```

{% endstep %}

{% step %}
Paste it right into your webpage editor. We are using Shopify as our example e-commerce platform.

<figure><img src="/files/HPhHu2uzxcwlWZGEiYZL" alt="iFrame code rendered in a webpage editor"><figcaption><p>iFrame code added and rendered in a webpage editor</p></figcaption></figure>

{% endstep %}

{% step %}
Adjust the width and height to fit your web design.

<figure><img src="/files/sKVCn155aJplm9rSdoOZ" alt="Height and width have been adjusted in the iFrame code"><figcaption><p>Height and width have been adjusted in the iFrame code</p></figcaption></figure>

{% endstep %}

{% step %}
Publish your website to preview.

<div><figure><img src="/files/UxmKgQEyhZJjRt8w8mCi" alt="Visual with viewing angles and skybox options on"><figcaption><p>Visual with viewing angles and skybox options on</p></figcaption></figure> <figure><img src="/files/3SYhkFbjrjLb6zZUgwlS" alt="Visual with viewing angles and skybox options off"><figcaption><p>Visual with viewing angles and skybox options off</p></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can add "*?more=false*" to your Polygon Streaming URL to disable the viewing angles & skybox options.
{% endhint %}


---

# 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.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-iframe-integration.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.
