> For the complete documentation index, see [llms.txt](https://help.movin3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.movin3d.com/movin-tracin-stage-kr/reference/quick-reference.md).

# 쇼 체크리스트

센서 위치와 설정이 지난번 그대로인 설치에서 사용합니다. 센서를 옮겼거나 표면이 두 겹으로 보이면 [Calibration](/movin-tracin-stage-kr/setup/calibration.md)을 다시 진행하세요. 처음 설치라면 [구성품](/movin-tracin-stage-kr/undefined/whats-included.md)부터 시작합니다.

## 공연 전

1. 서버에 모니터, 키보드, 마우스를 연결하고 전원을 켭니다. Workspace가 자동으로 열리는지 확인합니다.
2. 상단 바의 **Sensors**에 설치한 센서가 모두 잡히고 **Calibration**이 **Complete**인지 확인합니다.
3. **Settings**를 열고 프리뷰가 나타날 때까지 기다립니다. 아직 송출은 되지 않습니다.
4. 캡처 영역이 공연 동선을 덮는지 확인합니다. 세트나 방향이 바뀌었다면 무대를 비우고 배경을 다시 학습합니다.
5. 수신 프로그램을 열고 OSC IP와 포트를 확인한 뒤 **Test connection**으로 `/movin/test`가 들어오는지 확인합니다.
6. 상단 **GO LIVE**를 선택하고 **READY**가 되면 패널의 **GO LIVE**를 확인합니다.
7. 한 사람이 걷고 팔을 들어 수신 화면에서 위치, 방향, 움직임을 확인합니다.

수신 확인 방법은 [첫 데이터 수신 확인](/movin-tracin-stage-kr/setup/receive-output.md)에 있습니다.

## 공연 중

* **LIVE**, Sensors, People, OSC 표시등과 수신 프로그램을 함께 지켜봅니다.
* 센서가 끊기면 전원과 케이블을 확인합니다. 바로 복구가 안 되면 알림의 **Acknowledge**로 경고를 닫을 수 있습니다.
* **Restart**는 처리와 송출을 잠시 멈춥니다. 인원수나 **Mocap backend** 변경을 적용해야 하면 쉬는 시간을 잡아주세요.

## 공연 종료

1. 녹화 중이면 **Recording → Stop**으로 저장을 마칩니다.
2. **END LIVE**를 선택하고 확인합니다. 송출은 멈추고 프리뷰는 계속됩니다.
3. 다 끝났으면 **Stop pipeline**을 선택합니다. 서버는 켜진 채로 남습니다.
4. 철수할 때는 [서버 종료 및 철수](https://help.movin3d.com/movin-tracin-stage-kr/reference/pages/zgjMuFLh1QYB3sk9gceR#서버-종료-및-철수)에 따라 **Shutdown** 후 전원이 꺼진 것을 확인하고 케이블을 정리합니다.

운영과 진단용 녹화의 자세한 내용은 [Stage 3 · Live](/movin-tracin-stage-kr/undefined-1/running-a-show.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://help.movin3d.com/movin-tracin-stage-kr/reference/quick-reference.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.
