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

# Announcement

- [General](https://guide.prismlive.com/desktop/announcement/general.md)
- [NAVER Cloud B2B Product](https://guide.prismlive.com/desktop/announcement/general/naver-cloud-b2b-product.md): Feb. 5, 2024
- [Notice of Terms of Service and Privacy Policy Update (Effective July 7, 2025)](https://guide.prismlive.com/desktop/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/desktop/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/desktop/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/desktop/announcement/general/upcoming-subscription-model-for-prism-live-studio.md): June. 5, 2025
- [PRISM Live Studio Update Notice (Windows 5.0.1 / Mac 2.0.1)](https://guide.prismlive.com/desktop/announcement/general/prism-live-studio-update-notice-windows-5.0.1-mac-2.0.1.md): On September 25, a mandatory update was released: Windows has been upgraded to version 5.0.1 and macOS to version 2.0.1. This update brings exciting new features, performance boosts, and usability imp
- [PRISM Live Studio Update Notice (Windows 5.0.2/Mac-2.0.2)](https://guide.prismlive.com/desktop/announcement/general/prism-live-studio-update-notice-windows-5.0.2-mac-2.0.2.md): A new update for the PRISM Live Studio PC app will be released soon. Windows will be upgraded to version 5.0.2 and macOS to version 2.0.2.  This update will include new features, performance enhanceme
- [Service Disruption](https://guide.prismlive.com/desktop/announcement/service-disruption.md)
- [\[Solved\] Facebook Streaming Error](https://guide.prismlive.com/desktop/announcement/service-disruption/solved-facebook-streaming-error.md): June. 12, 2024
- [\[Solved\] YouTube RTMP Streaming Error](https://guide.prismlive.com/desktop/announcement/service-disruption/solved-youtube-rtmp-streaming-error.md): Jan. 03, 2026
- [Discontinuation of Streaming Feature Support for Facebook groups](https://guide.prismlive.com/desktop/announcement/service-disruption/discontinuation-of-streaming-feature-support-for-facebook-groups.md): Apr. 25, 2024
- [\[Solved\] Mac v2.0.3 App crash Issue](https://guide.prismlive.com/desktop/announcement/service-disruption/solved-mac-v2.0.3-app-crash-issue.md): Feb. 02, 2026
- [\[Solved\] SOOP Channel Integration and Streaming Issues](https://guide.prismlive.com/desktop/announcement/service-disruption/solved-soop-channel-integration-and-streaming-issues.md): Windows, Mac
- [\[Solved\] Server Connection Error when Starting Live Stream](https://guide.prismlive.com/desktop/announcement/service-disruption/solved-server-connection-error-when-starting-live-stream.md): Apr. 03, 2026


---

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