> 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/screencast/choosing-how-to-share-your-screen.md).

# Choosing How to Share Your Screen

## Choosing How to Share Your Screen

{% tabs %}
{% tab title="English" %}

### Pick the right way to share your screen

When you start a screencast on Android, PRISM now shows a short guide that helps you choose how to share your screen — so your viewers see exactly what you want them to see, and nothing you don't.

> **Available on**: Android 5.3.0 or later (screencast)

### When you'll see it

Right after you start a screencast and choose to save the live video, a small sheet titled **"How to share your screen"** appears — just before Android's own screen-sharing pop-up. Read the two options, then tap **Next**.

### The two ways to share

**Share one app** Only the screen of the single app you pick is broadcast, so everything else on your phone stays private. Keep in mind that a few apps block screen or sound sharing — with those, the screen may look black or the app's sound may not come through.

**Share entire screen** Your whole device screen is broadcast, exactly as you see it. Choose this if the screen turns black or if PRISM closes during your broadcast.

### The buttons

* **Next** — continue to Android's screen-sharing pop-up, where you make your final choice.
* **Cancel** — close the guide without continuing.
* **Don't show again** — check this if you'd rather skip the guide next time.
  {% endtab %}

{% tab title="Korean" %}

### 화면을 알맞게 공유하는 방법을 골라요

안드로이드에서 스크린캐스트를 시작하면, 화면을 어떻게 공유할지 쉽게 고를 수 있도록 PRISM이 짧은 안내를 보여줍니다. 시청자에게 보여주고 싶은 화면만 잘 나가도록 도와드려요.

> **지원 기기**: Android 5.3.0 이상 (스크린캐스트)

### 언제 나타나나요

스크린캐스트를 시작하고 라이브 영상을 저장하기로 선택한 직후, 안드로이드의 화면 공유 창이 뜨기 바로 전에 **"화면 공유 방식 안내"** 시트가 잠깐 표시됩니다. 두 가지 방식을 읽어 보고 **다음으로**를 누르면 됩니다.

### 두 가지 공유 방식

**앱 하나 공유** 고른 앱 하나의 화면만 송출합니다. 그래서 나머지 화면은 시청자에게 보이지 않아요. 다만 일부 앱은 화면이나 소리 공유를 막아 두어서, 화면이 까맣게 보이거나 앱 소리가 나가지 않을 수 있습니다.

**전체 화면 공유** 기기 화면 전체를 보이는 그대로 송출합니다. 화면이 까맣게 나오거나 방송 도중 PRISM이 꺼진다면 이 방식을 선택하세요.

### 버튼 안내

* **다음으로** — 안드로이드 화면 공유 창으로 넘어가 방식을 최종 선택합니다.
* **취소** — 안내를 닫고 멈춥니다.
* **그만보기** — 다음부터 이 안내를 건너뛰고 싶다면 체크하세요.
  {% 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/guides/features/screencast/choosing-how-to-share-your-screen.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.
