# Integrations & Plugins

- [Polygon Streaming iFrame Integration](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-iframe-integration.md): This guide provides instructions for setting up an iFrame with a Polygon Streaming object to implement into your webpage, e-commerce product page, or any other type of website.
- [Polygon Streaming PlayCanvas SDK](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk.md): This document guides you through the three options available for integrating VIVERSE Polygon Streaming into PlayCanvas projects.
- [Plugin Usage](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage.md): This document guides you through the three options available for integrating VIVERSE Polygon Streaming with PlayCanvas.
- [Option 1: Browser Extension](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-1-browser-extension.md): This document provides a guide for using the Chrome Browser Extension to integrate Polygon Streaming into a PlayCanvas project that targets publication to VIVERSE.
- [Polygon Streaming Project Settings](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-1-browser-extension/polygon-streaming-project-settings.md): This page details how to control the global settings of VIVERSE Polygon Streaming within your PlayCanas project when using the VIVERSE PlayCanvas extension.
- [Streamable Model Component](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-1-browser-extension/streamable-model-component.md): This page details how to control the settings of individual VIVERSE Polygon Streaming models within your PlayCanvas project when using the VIVERSE PlayCanvas extension.
- [Option 2: Standalone Plugin](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-2-standalone-plugin.md): This document provides a guide for using the Standalone Plugin to integrate Polygon Streaming into a PlayCanvas project that does not target publication to VIVERSE.
- [Option 3: HTML Scripting](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-3-html-scripting.md): This document provides a guide for using HTML Scripting to integrate Polygon Streaming into a PlayCanvas project that does not target publication to VIVERSE.
- [Component Attributes](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/component-attributes.md): These component attributes apply to the standalone plugin and the one used in HTML scripting.
- [Polygon Streaming Unity SDK](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-unity-sdk.md): This page details basic information about using VIVERSE Polygon Streaming with Unity.
- [Plugin Usage](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-unity-sdk/plugin-usage.md): This page details the process of setting up the VIVERSE Polygon Streaming plugin in Unity.
- [Polygon Streaming Project Settings](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-unity-sdk/polygon-streaming-project-settings.md): This page details how to control the global settings of VIVERSE Polygon Streaming within your Unity project.
- [Streaming Model Component](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-unity-sdk/streaming-model-component.md): This page details how to control the settings of individual VIVERSE Polygon Streaming models within your Unity project.
- [Polygon Streaming Unreal Engine SDK](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-unreal-engine-sdk.md): This page details basic information about using VIVERSE Polygon Streaming with Unreal Engine.
- [Plugin Usage](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-unreal-engine-sdk/plugin-usage.md): This page details the process of setting up the VIVERSE Polygon Streaming plugin in Unreal Engine.
- [Polygon Streaming Project Settings](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-unreal-engine-sdk/polygon-streaming-project-settings.md): This page details how to control the global settings of VIVERSE Polygon Streaming within your Unreal project.
- [Streaming Model Component](https://docs.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-unreal-engine-sdk/streaming-model-component.md): This page details how to control the settings of individual VIVERSE Polygon Streaming models within your Unreal project.


---

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