# Scene Settings

***

### Introduction&#x20;

The VIVERSE scene settings interface is used to control several settings for your entire VIVERSE world. The interface can be opened by clicking on the triangle button that is added to the left-hand toolbar when the extension is enabled:  <img src="/files/wEurMQMatpNSPSU7JHhB" alt="" data-size="line">

<figure><img src="/files/gmC9juWBEQrR9Lq8giNV" alt=""><figcaption></figcaption></figure>

### Polygon Streaming

The Polygon Streaming settings control how all assets embedded with VIVERSE's [Polygon Streaming](https://www.viverse.com/polygon-streaming) service are rendered in your world. For details on these settings, please consult this documentation: [Polygon Streaming Project Settings](/polygon-streaming/integrations-and-plugins/polygon-streaming-playcanvas-sdk/plugin-usage/option-1-browser-extension/polygon-streaming-project-settings.md)

### Quest Config

The Quest Config settings allow you to create and add steps to Quests in your world. For details on these settings, please consult this documentation: [Quests](/playcanvas-toolkit/building-with-the-playcanvas-toolkit/no-code-tools/quests.md)

### Post Effect

The Post Effect settings allow you to add and control the values of post-processing effects on your avatar's camera. For more details on the specific post effects and their values, please consult this documentation: <https://developer.playcanvas.com/user-manual/graphics/posteffects/>


---

# 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/playcanvas-toolkit/building-with-the-playcanvas-toolkit/scene-settings.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.
