# 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: 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-playcanvas-sdk/plugin-usage/option-1-browser-extension.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.
