> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/desktop/guides/features/scene/using-scene-templates.md).

# Using Scene Templates

You can easily customize your live broadcast screen by using various scene templates, without having to configure separate scene settings. You can find the **Scene Template** icon in the tooltip on the right, or you can add a Scene Template from the **Scene Set Management** window.

***

Click the Scene Template button in the sidebar.

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

A list of available Scene Templates will appear as shown in the image below. When you select a scene, you can view a detailed preview of that template. Click the **Install Template** button to apply a template to your scene.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*X1LnteLVJ68p-AQ-Pd6D4g.png" alt=""><figcaption><p>Currently, five scene templates are available.</p></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*LuQ2Svf_RxU6SOrMFy798Q.png" alt=""><figcaption><p>Click the <strong>Install Template</strong> button.</p></figcaption></figure>

After installing a template, its scenes and sources will be immediately applied to the PRISM app.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*N4Bmc55TiZXv5cEK8ZPMBA.png" alt=""><figcaption></figcaption></figure>

Any scene templates you install in this way are automatically added to the **Scene Set Management** window and saved.

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

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Features](/desktop/guides/features.md), [Scene](/desktop/guides/features/scene.md)


---

# 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://guide.prismlive.com/desktop/guides/features/scene/using-scene-templates.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.
