> For the complete documentation index, see [llms.txt](https://bugshot.gitbook.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bugshot.gitbook.io/ko/video.md).

# 녹화

정적 스크린샷으로는 담기 어려운 버그 — 깜빡임, 애니메이션, 여러 단계를 거쳐야 재현되는 문제 — 는 영상으로 보여주는 게 가장 확실합니다. 이런 경우를 위해 BugShot은 두 가지 녹화 방식을 준비해 뒀습니다.

* **실시간 녹화** — 버튼을 눌러 지금부터 직접 녹화하고, 끝나면 멈춥니다.
* **30초 리플레이** — 화면의 최근 30초가 항상 기록되어 있어, 버그를 본 직후 직전 상황을 그대로 첨부합니다(사전 설정·권한이 필요해요).

![녹화 모드 개요](/files/05D2myV3TgsEDJtCsThN)

## 바로가기

* [실시간 녹화](/ko/video/record.md) — 지금부터 녹화 시작.
* [30초 리플레이](/ko/video/replay.md) — 직전 30초를 되돌려 첨부.
* [이슈 작성](/ko/video/issue.md) — 영상과 로그를 담아 제출.

***

🌐 [English](https://bugshot.gitbook.io/en/video)


---

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

```
GET https://bugshot.gitbook.io/ko/video.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.
