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

# LENS

- [Overview](https://guide.prismlive.com/lens/overview.md)
- [Guides](https://guide.prismlive.com/lens/guides.md)
- [Getting Started with PRISM Lens](https://guide.prismlive.com/lens/guides/getting-started-with-prism-lens.md)
- [Features](https://guide.prismlive.com/lens/guides/features.md)
- [Virtual Background](https://guide.prismlive.com/lens/guides/features/virtual-background.md)
- [Using Virtual Background](https://guide.prismlive.com/lens/guides/features/virtual-background/using-virtual-background.md): Windows, Mac
- [Face Retouch Effects](https://guide.prismlive.com/lens/guides/features/face-retouch-effects.md)
- [Using Face Retouch Effects](https://guide.prismlive.com/lens/guides/features/face-retouch-effects/using-face-retouch-effects.md): Windows, Mac
- [Color Filter & Color Correction](https://guide.prismlive.com/lens/guides/features/color-filter-and-color-correction.md)
- [Using Color Filter & Color Correction](https://guide.prismlive.com/lens/guides/features/color-filter-and-color-correction/using-color-filter-and-color-correction.md): Windows, Mac
- [Advanced Camera Settings](https://guide.prismlive.com/lens/guides/features/advanced-camera-settings.md)
- [Using Portrait Lighting and Motion Blur](https://guide.prismlive.com/lens/guides/features/advanced-camera-settings/using-portrait-lighting-and-motion-blur.md): Windows, Mac
- [PRISM Mobile Connection](https://guide.prismlive.com/lens/guides/features/prism-mobile-connection.md)
- [Connecting Camera from PRISM Mobile App](https://guide.prismlive.com/lens/guides/features/prism-mobile-connection/connecting-camera-from-prism-mobile-app.md): Windows, Mac
- [Using Lens in PRISM Desktop](https://guide.prismlive.com/lens/guides/features/using-lens-in-prism-desktop.md)
- [Using Lens in PRISM Desktop](https://guide.prismlive.com/lens/guides/features/using-lens-in-prism-desktop/using-lens-in-prism-desktop.md): Windows, Mac
- [Audio Output Setup after Connecting with PRISM Live Studio](https://guide.prismlive.com/lens/guides/features/using-lens-in-prism-desktop/audio-output-setup-after-connecting-with-prism-live-studio.md): Windows, Mac
- [Settings](https://guide.prismlive.com/lens/guides/features/settings.md)
- [Setting Decode Option](https://guide.prismlive.com/lens/guides/features/settings/setting-decode-option.md): Windows, Mac
- [Resolution Optimization Setting](https://guide.prismlive.com/lens/guides/features/settings/resolution-optimization-setting.md): Windows, Mac
- [Others](https://guide.prismlive.com/lens/guides/features/others.md)
- [Rotate / Mirror / Screenshot](https://guide.prismlive.com/lens/guides/features/others/rotate-mirror-screenshot.md): Windows, Mac
- [Error Solution](https://guide.prismlive.com/lens/guides/error-solution.md)
- [Camera Settings Optimization Guide](https://guide.prismlive.com/lens/guides/error-solution/camera-settings-optimization-guide.md)
- [Skin Correction Disappearing Issue Guide](https://guide.prismlive.com/lens/guides/error-solution/skin-correction-disappearing-issue-guide.md): Intermittent deactivation of skin correction effect in bright skin tone environments
- [Handling failed to apply virtual background](https://guide.prismlive.com/lens/guides/error-solution/handling-failed-to-apply-virtual-background.md): Windows
- [PRISM Mobile Connection](https://guide.prismlive.com/lens/guides/error-solution/prism-mobile-connection.md)
- [Resolving PRISM Mobile Connection Issue](https://guide.prismlive.com/lens/guides/error-solution/prism-mobile-connection/resolving-prism-mobile-connection-issue.md): Windows
- [Announcement](https://guide.prismlive.com/lens/announcement.md)
- [General](https://guide.prismlive.com/lens/announcement/general.md)
- [Notice of Terms of Service and Privacy Policy Update (Effective July 7, 2025)](https://guide.prismlive.com/lens/announcement/general/notice-of-terms-of-service-and-privacy-policy-update-effective-july-7-2025.md): June. 4, 2025
- [Notice of the Privacy Policy Update (Effective September 9, 2025)](https://guide.prismlive.com/lens/announcement/general/notice-of-the-privacy-policy-update-effective-september-9-2025.md): June. 4, 2025
- [Notice of the Privacy Policy Update (Effective September 23, 2025)](https://guide.prismlive.com/lens/announcement/general/notice-of-the-privacy-policy-update-effective-september-23-2025.md): September 22, 2025
- [Upcoming Subscription Model for PRISM Live Studio](https://guide.prismlive.com/lens/announcement/general/upcoming-subscription-model-for-prism-live-studio.md): June. 5, 2025
- [Service Disruption](https://guide.prismlive.com/lens/announcement/service-disruption.md)
- [Unusual Resolutions Can Cause Lens to Crash](https://guide.prismlive.com/lens/announcement/service-disruption/unusual-resolutions-can-cause-lens-to-crash.md): Windows, Mac
- [Feature Update](https://guide.prismlive.com/lens/feature-update.md)
- [Windows Update](https://guide.prismlive.com/lens/feature-update/windows-update.md): PRISM Lens
- [Mac Update](https://guide.prismlive.com/lens/feature-update/mac-update.md): PRISM Lens


---

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