# 프롬프터

이 페이지에서는 Kollus Live Commerce 관리 시스템의 라이브 스튜디오 페이지에서 프롬프터 기능을 사용하는 방법에 대해 안내합니다.

> ### **프롬프터** <a href="#undefined" id="undefined"></a>
>
> 라이브 스튜디오에서는 프롬프터(prompter) 기능을 제공합니다. 프롬프터를 통해 라이브 방송 중 라이브 방송 진행자에게 방송 진행 상황을 실시간으로 공유하거나 미리 준비된 대본을 보여줄 수 있으며, 시청자 질문에 대한 답변을 라이브 방송 진행자에게 바로 전달할 수 있어 즉각적으로 대응할 수 있습니다.

### **프롬프터 영역** <a href="#id-1" id="id-1"></a>

라이브 스튜디오 페이지의 프롬프터 영역에 라이브 방송 진행자에게 전달할 내용을 입력합니다. 상단의 에디터 기능을 활용하여 라이브 방송 진행자가 읽기 쉽게 텍스트의 크기와 굵기를 변경할 수 있으며, 텍스트 컬러도 적용할 수 있습니다.

<figure><img src="/files/cu3zn7vHkENomaxeX4Yd" alt=""><figcaption><p>라이브 스튜디오 > 프롬프터</p></figcaption></figure>

### **프롬프터 저장 및 확인** <a href="#undefined" id="undefined"></a>

프롬프터 영역에 내용을 입력한 후 우측 하단의 저장(💾) 아이콘을 클릭하면 **"저장되었습니다."** 메시지가 노출되며 입력한 내용이 저장됩니다. 단, 저장한 내용들은 데이터베이스에 저장되지 않습니다. 새 탭 열기 아이콘을 클릭하면 브라우저에 새 탭이 열리며 해당 화면에 저장한 내용이 크게 노출되어, 라이브 방송 진행자가 프롬프터 내용을 편하게 확인할 수 있습니다. 화면은 3초마다 자동 새로고침 처리되며, 우측 하단의 새로고침 아이콘을 클릭하면 수동으로도 새로고침할 수 있습니다.

<figure><img src="/files/IesyZ4RsX4k8vwZCepGI" alt=""><figcaption><p>라이브 스튜디오 > 프롬프터 > 브라우저 새 탭 화면</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://catenoid-support.gitbook.io/klc/userguide/livestudio/prompter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
