> For the complete documentation index, see [llms.txt](https://docs.viverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-1-browser-extension.md).

# Option 1: Browser Extension

***

### Plugin Usage with the VIVERSE Extension

{% stepper %}
{% step %}
Start by opening your PlayCanvas project and setup using the **VIVERSE Extension**. Once the extension is setup and you’re logged in, you are ready to add special components. To add a **Polygon Streaming** component to the scene, add an **Empty** component to the scene and give a name like "**Streaming Model".**

<figure><img src="/files/nfMEUi6ojLGqtgTXoH0e" alt="Adding an Empty component to the scene"><figcaption><p>Adding an Empty component to the scene</p></figcaption></figure>
{% endstep %}

{% step %}
With the new component selected, click on **EDIT VIVERSE EXTENSION**. Choose a **Media** type of plugin, select the module **PolygonStreaming** and click the plus **+** symbol. Now you just added a Polygon Streaming component to your scene.

<figure><img src="/files/Nwj09QPnaByrSOnHFoZt" alt="Add a PolygonStreaming component to the scene"><figcaption><p>Add a PolygonStreaming component to the scene</p></figcaption></figure>
{% endstep %}

{% step %}
Paste the **Asset ID** of your streaming model into the **Polygon Streaming URL** field. Once you added the URL in the field, the object will preview inside your scene. This is just a preview; once **Published**, the streaming model will start actively streaming from the cloud.

<figure><img src="/files/fa8RUKjljsduBkaid8H9" alt="Previewing the object inside your scene"><figcaption><p>Previewing the object inside your scene</p></figcaption></figure>
{% endstep %}

{% step %}
That’s all you need to stream your models inside your VIVERSE Scene. You can also modify the **Polygon Streaming Parameters** going to **Viverse Scene Settings / Polygon Streaming** and change the parameters according to your preferences. You can check the **Supported Parameters** list below in this documentation.

<figure><img src="/files/2Nke3d32R7Ake0BsmZUA" alt=""><figcaption><p>Viverse scene settings</p></figcaption></figure>
{% endstep %}

{% step %}
After you published your VIVERSE World scene, the **Streaming Model** will automatically start to stream inside the scene.

<figure><img src="/files/SNgGm8L25Zk5ns8ser02" alt="The Streaming Model displays inside the scene"><figcaption><p>The Streaming Model inside the scene</p></figcaption></figure>
{% endstep %}
{% endstepper %}

### Video Overview

{% embed url="<https://www.youtube.com/watch?v=2wM07D-aEcg>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-1-browser-extension.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
