# Plugin Usage

***

### Plugin Installation

{% hint style="info" %}
The PlayCanvas Chrome Browser Extension includes the **Polygon Streaming Plugin**. Instructions for downloading and installing the browser extension can be found [here](https://docs.viverse.com/playcanvas-sdk/playcanvas-extension-setup).
{% endhint %}

<table><thead><tr><th width="294">Polygon Streaming Integration Option</th><th width="215">Installation</th><th>Setup Instructions</th></tr></thead><tbody><tr><td>Option 1: Chrome Browser Extension Plugin</td><td>PlayCanvas Chrome Browser Extension includes the <strong>Polygon Streaming Plugin</strong>. </td><td>Instructions for using the Polygon Streaming Plugin can be found <a href="https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage">here</a>.</td></tr><tr><td>Option 2: Standalone Plugin</td><td>Add polygon-streaming.js to PlayCanvas project.</td><td>Instructions for using the Standalone plugin can be found <a href="https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-2-standalone-plugin">here</a>.</td></tr><tr><td>Option 3: HTML Scripting</td><td>Download build of PlayCanvas project to access HTML.</td><td>Instructions for using HTML Scripting can be found <a href="https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-3-html-scripting">here</a>.</td></tr></tbody></table>


---

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