> 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.md).

# Features

- [Scene](https://guide.prismlive.com/desktop/guides/features/scene.md)
- [Managing Scene Sets](https://guide.prismlive.com/desktop/guides/features/scene/managing-scene-sets.md): Windows, Mac
- [Using Scene Templates](https://guide.prismlive.com/desktop/guides/features/scene/using-scene-templates.md): Windows, Mac
- [Audio](https://guide.prismlive.com/desktop/guides/features/audio.md)
- [Using Audio Monitoring](https://guide.prismlive.com/desktop/guides/features/audio/using-audio-monitoring.md): Windows, Mac
- [Muting All Audio Channels at Once](https://guide.prismlive.com/desktop/guides/features/audio/muting-all-audio-channels-at-once.md): Windows, Mac
- [Camera](https://guide.prismlive.com/desktop/guides/features/camera.md)
- [Using Desk View on Mac](https://guide.prismlive.com/desktop/guides/features/camera/using-desk-view-on-mac.md): Mac
- [Chat](https://guide.prismlive.com/desktop/guides/features/chat.md)
- [Using Chats](https://guide.prismlive.com/desktop/guides/features/chat/using-chats.md): Windows, Mac
- [OBS Plugins](https://guide.prismlive.com/desktop/guides/features/obs-plugins.md)
- [Using OBS Plugins](https://guide.prismlive.com/desktop/guides/features/obs-plugins/using-obs-plugins.md): Windows
- [NDI Source](https://guide.prismlive.com/desktop/guides/features/obs-plugins/ndi-source.md)
- [Using NDI Source (Windows)](https://guide.prismlive.com/desktop/guides/features/obs-plugins/ndi-source/using-ndi-source-windows.md): Windows
- [Using NDI Source (Mac)](https://guide.prismlive.com/desktop/guides/features/obs-plugins/ndi-source/using-ndi-source-mac.md): Mac
- [Recording](https://guide.prismlive.com/desktop/guides/features/recording.md)
- [Using Automatic Recording File Splitting](https://guide.prismlive.com/desktop/guides/features/recording/using-automatic-recording-file-splitting.md): Windows, Mac
- [Others](https://guide.prismlive.com/desktop/guides/features/others.md)
- [Using PRISM as a Camera Source in Other Programs](https://guide.prismlive.com/desktop/guides/features/others/using-prism-as-a-camera-source-in-other-programs.md): Windows, Mac
- [Live Drawing on Screen](https://guide.prismlive.com/desktop/guides/features/others/live-drawing-on-screen.md): Windows, Mac
- [Using Low Latency Audio Buffering Mode](https://guide.prismlive.com/desktop/guides/features/others/using-low-latency-audio-buffering-mode.md): Windows, Mac
- [Using Custom Browser Docks](https://guide.prismlive.com/desktop/guides/features/others/using-custom-browser-docks.md): Windows, Mac
- [Using PRISM Lab](https://guide.prismlive.com/desktop/guides/features/others/using-prism-lab.md): Windows, Mac
- [Recent Login Badge Guide](https://guide.prismlive.com/desktop/guides/features/others/recent-login-badge-guide.md): Windows, Mac
- [Contact Us on Login Screen](https://guide.prismlive.com/desktop/guides/features/others/contact-us-on-login-screen.md): Windows, Mac


---

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