> For the complete documentation index, see [llms.txt](https://docs.golffix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.golffix.io/undefined-2/self-record-mode.md).

# 스윙 레코더 — 셀프 기록 모드

셀프 기록 모드는 스윙 레코더의 두 가지 촬영 모드 중 하나로, AI 코치의 진단 없이 스윙 영상만 자동 인식해 기록합니다. 진단 부담 없이 가볍게 스윙을 남기고 스스로 분석하고 싶을 때 사용하세요.

## 스윙 진단 모드와의 차이

| 구분       | 스윙 진단 모드              | 셀프 기록 모드               |
| -------- | --------------------- | ---------------------- |
| AI 코치 진단 | O (자세 점수, 문제점, 리듬·템포) | —                      |
| 결과물      | 스윙 진단 리포트             | 셀프 기록 리포트 (영상 + 기록 정보) |
| 용도       | 문제점을 찾고 교정 방향을 얻을 때   | 부담 없이 기록을 남기고 직접 볼 때   |

AI 진단이 필요하다면 [스윙 레코더 — 스윙 진단 모드](/undefined-2/swing-analysis-mode.md)를 참고하세요.

## 사용하기

1. **아카데미** 탭에서 **스윙 레코더**를 선택하고 **셀프 기록 모드**를 탭하세요.
2. 촬영 옵션을 선택하고 촬영을 시작하세요. 카메라 배치는 [촬영 환경 준비](/undefined-1/recording-setup.md)를 참고하세요.
3. 스윙마다 셀프 기록 리포트가 생성되고, 연속 촬영을 마치면 스윙별 영상을 한눈에 볼 수 있는 셀프 기록 종합 리포트가 제공됩니다.

{% hint style="info" %}
연속 촬영은 무료 이용 시 최대 3회, 구독 시 최대 20회까지 설정할 수 있습니다. [플랜 비교](/undefined-7/plans.md)를 참고하세요.
{% endhint %}

## 다음으로 보기

* [스윙 레코더 — 스윙 진단 모드](/undefined-2/swing-analysis-mode.md)
* [스윙 기록 조회하기](/undefined-3/swing-records.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://docs.golffix.io/undefined-2/self-record-mode.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.
