> 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/mobile/guides/features.md).

# Features

- [ScreenCast](https://guide.prismlive.com/mobile/guides/features/screencast.md)
- [Using Screencast](https://guide.prismlive.com/mobile/guides/features/screencast/using-screencast.md): Android, iOS
- [Choosing How to Share Your Screen](https://guide.prismlive.com/mobile/guides/features/screencast/choosing-how-to-share-your-screen.md)
- [Remote Control](https://guide.prismlive.com/mobile/guides/features/remote-control.md)
- [Using Remote Control for Another PRISM App](https://guide.prismlive.com/mobile/guides/features/remote-control/using-remote-control-for-another-prism-app.md): Android, iOS
- [Camera](https://guide.prismlive.com/mobile/guides/features/camera.md)
- [Setting Camera Focus](https://guide.prismlive.com/mobile/guides/features/camera/setting-camera-focus.md): Android, iOS
- [Using Chroma-key Background](https://guide.prismlive.com/mobile/guides/features/camera/using-chroma-key-background.md): Android, iOS
- [Matching Your Stream Screen to Viewers’ Screens](https://guide.prismlive.com/mobile/guides/features/camera/matching-your-stream-screen-to-viewers-screens.md): Android, iOS
- [Rotating Landscape and Portrait Screen](https://guide.prismlive.com/mobile/guides/features/camera/rotating-landscape-and-portrait-screen.md): Android, iOS
- [Flipping Front-facing Camera](https://guide.prismlive.com/mobile/guides/features/camera/flipping-front-facing-camera.md): Android, iOS
- [Using Camera Pro Mode](https://guide.prismlive.com/mobile/guides/features/camera/using-camera-pro-mode.md): Android, iOS
- [AI](https://guide.prismlive.com/mobile/guides/features/ai.md)
- [PRISM AI Assistant](https://guide.prismlive.com/mobile/guides/features/ai/prism-ai-assistant.md): Android, iOS
- [Transcribing AI Script from the Broadcast](https://guide.prismlive.com/mobile/guides/features/ai/transcribing-ai-script-from-the-broadcast.md): Android, iOS
- [Watermark](https://guide.prismlive.com/mobile/guides/features/watermark.md)
- [Hiding Watermark](https://guide.prismlive.com/mobile/guides/features/watermark/hiding-watermark.md): Android, iOS
- [Others](https://guide.prismlive.com/mobile/guides/features/others.md)
- [Muting Microphone and Camera](https://guide.prismlive.com/mobile/guides/features/others/muting-microphone-and-camera.md): Android, iOS
- [Using Live Streaming Status Indicator](https://guide.prismlive.com/mobile/guides/features/others/using-live-streaming-status-indicator.md): Android, iOS
- [Thermal Protection Mode](https://guide.prismlive.com/mobile/guides/features/others/thermal-protection-mode.md): Android
- [Using Voice Changer](https://guide.prismlive.com/mobile/guides/features/others/using-voice-changer.md)
- [Using overlays.uno Scoreboard](https://guide.prismlive.com/mobile/guides/features/others/using-overlays.uno-scoreboard.md)
- [Reducing Background Noise (Noise Suppressor)](https://guide.prismlive.com/mobile/guides/features/others/reducing-background-noise-noise-suppressor.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/mobile/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.
