> 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-draft/guides/test-minimum-supported-specifications.md).

# (Test) Minimum Supported Specifications

{% tabs %}
{% tab title="EN" %}
Starting July 28, 2025, certain features of PRISM Live Studio will transition to a subscription-based model. This change aligns with the updates announced in our revised Terms of Service and Privacy Policy.

### 1. Introducing PRISM Plus <a href="#id-1.-introducing-prism-plus" id="id-1.-introducing-prism-plus"></a>

To support more advanced broadcasting needs, we are launching a new subscription plan called **PRISM Plus**. While **core features** will continue to be available for free — such as:

* Live streaming
* Basic beauty filters (Mobile)
* Basic Scene and text templates (Desktop)

— select **premium features** will be made available exclusively through the PRISM Plus subscription.

### 2. When Subscription Charges Begin <a href="#id-2.-when-subscription-charges-begin" id="id-2.-when-subscription-charges-begin"></a>

**If you continue using only the free features, no charges will apply. Subscription fees will only be charged if you opt in to PRISM Plus through the app on or after July 28, 2025.** To help you make an informed choice, we’ll provide a free trial period before the first payment is processed.

### 3. Premium Features Available via PRISM Plus <a href="#id-3.-premium-features-available-via-prism-plus" id="id-3.-premium-features-available-via-prism-plus"></a>

With a single PRISM Plus subscription, you can access premium features across all three apps: PRISM Live Studio (Mobile/Desktop) and PRISM Lens. For more information on the subscription transition for PRISM Lens, please refer to section 5 below.

**PRISM Live Studio Mobile App**

* Multi-platform streaming (up to 6 channels; 1 channel without subscription)
* Watermark removal
* Outro removal
  {% endtab %}

{% tab title="KR" %}
안녕하세요.

### 1. Introducing PRISM Plus <a href="#id-1.-introducing-prism-plus" id="id-1.-introducing-prism-plus"></a>

To support more advanced broadcasting needs, we are launching a new subscription plan called **PRISM Plus**. While **core features** will continue to be available for free — such as:

* Live streaming
* Basic beauty filters (Mobile)
* Basic Scene and text templates (Desktop)

— select **premium features** will be made available exclusively through the PRISM Plus subscription.

### 2. When Subscription Charges Begin <a href="#id-2.-when-subscription-charges-begin" id="id-2.-when-subscription-charges-begin"></a>

**If you continue using only the free features, no charges will apply. Subscription fees will only be charged if you opt in to PRISM Plus through the app on or after July 28, 2025.** To help you make an informed choice, we’ll provide a free trial period before the first payment is processed.

### 3. Premium Features Available via PRISM Plus <a href="#id-3.-premium-features-available-via-prism-plus" id="id-3.-premium-features-available-via-prism-plus"></a>

With a single PRISM Plus subscription, you can access premium features across all three apps: PRISM Live Studio (Mobile/Desktop) and PRISM Lens. For more information on the subscription transition for PRISM Lens, please refer to section 5 below.

**PRISM Live Studio Mobile App**

* Multi-platform streaming (up to 6 channels; 1 channel without subscription)
* Watermark removal
  {% endtab %}
  {% endtabs %}


---

# 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-draft/guides/test-minimum-supported-specifications.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.
