> 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/swing-analysis-mode.md).

# 스윙 레코더 — 스윙 진단 모드

스윙 진단 모드는 스윙 레코더의 두 가지 모드 중 하나입니다. 스윙을 촬영하면 AI 코치가 자세 점수, 문제점, 해결 솔루션을 담은 진단 리포트를 제공합니다. 진단 없이 영상만 기록하려면 [셀프 기록 모드](/undefined-2/self-record-mode.md)를 사용하세요.

## 시작하기

1. **아카데미** 탭에서 **스윙 레코더**를 선택하세요.
2. **스윙 진단 모드**를 선택하세요.
3. 프리뷰 화면에서 클럽, 스윙 방향 등을 설정하세요. 세팅 항목은 [촬영하기 — 공통 절차와 기능](/undefined-1/how-to-record.md)을 참고하세요.
4. 촬영을 시작하고 스윙하세요. AI가 어드레스와 피니시를 자동으로 인식합니다.

## 촬영-피드백 반복 흐름

스윙할 때마다 해당 스윙의 **스윙 진단 리포트**가 생성됩니다. 리포트를 확인하고 다음 스윙에 반영하는 것을 반복하세요. 설정한 촬영 횟수를 마치면 세션 전체를 묶은 **스윙 진단 종합 리포트**가 제공되어 스윙별 변화와 전체 흐름을 볼 수 있습니다.

스윙 진단 리포트에는 다음이 포함됩니다.

* 자세 점수와 문제점
* 문제점의 원인과 스윙에 미치는 영향
* 해결을 위한 솔루션
* 문제점 이미지와 스텝별 스윙 흐름

{% hint style="info" %}
진단된 문제점을 바로 연습하고 싶다면 리포트 하단의 **자세 연습하기**를 탭하세요. [집중연습 — 자세 연습](/undefined-2/posture-practice.md)으로 이어집니다.
{% endhint %}

## 영상 불러오기 (스윙 진단 모드 전용)

기기에 저장된 스윙 영상을 불러와 진단받을 수 있습니다. **아카데미** 탭 또는 스윙 레코더의 모드 선택 화면 상단에 있는 **불러오기** 버튼을 사용하세요.

## 리포트에서 함께 쓸 수 있는 기능

* **자동 보조선**: 자세를 이해하기 쉽게 보조선을 표시합니다.
* **배속 기능**: 스윙 영상을 느리게 또는 빠르게 재생합니다.
* **인생샷 만들기**: 스윙 동작을 파노라마처럼 한 장의 이미지로 만듭니다.

## 다음으로 보기

* [스윙 레코더 — 셀프 기록 모드](/undefined-2/self-record-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/swing-analysis-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.
