> 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-4/how-analysis-works.md).

# 골프픽스 진단의 원리 — AI 동작 방식과 기준

골프픽스 AI가 어떤 기준으로 스윙을 분석하는지 궁금해하시는 분들이 많습니다. 기술적인 이야기는 빼고 핵심만 설명합니다.

## 기준은 '좋은 스윙의 6가지 원리'입니다

골프픽스 AI는 하나의 '완벽한' 자세를 정해놓고 비교하지 않습니다. 대신 수많은 프로 골퍼의 스윙에서 공통적으로 발견되는 **좋은 스윙의 6가지 원리**를 기준으로 스윙을 분석합니다. 사람마다 신체 조건이 다르듯 최적의 스윙은 조금씩 다를 수 있지만, 좋은 스윙을 만드는 핵심 원리는 동일하기 때문입니다.

1. **좋은 스윙 시퀀스** — 몸을 사용하는 순서입니다. 하체부터 시작해 몸통, 팔, 클럽 순으로 힘이 전달되어야 최대의 스피드를 낼 수 있습니다.
2. **올바른 스윙축** — 스윙하는 동안 몸의 중심축이 흔들리지 않고 안정적으로 유지되어야 일관된 샷이 가능합니다.
3. **올바른 무게 중심 이동** — 백스윙부터 피니시까지 체중이 부드럽고 효과적으로 이동해야 힘을 공에 온전히 실을 수 있습니다.
4. **올바른 어드레스** — 모든 스윙의 시작입니다. 안정적이고 균형 잡힌 어드레스는 좋은 스윙의 출발점입니다.
5. **좋은 클럽 궤적** — 스윙하는 동안 클럽 헤드가 그리는 경로입니다. 일정한 궤도는 샷의 방향성과 구질을 결정합니다.
6. **좋은 리듬·템포** — 스윙의 박자와 속도입니다. 자신만의 일관된 템포를 유지하는 것이 안정적인 스윙의 핵심입니다.

## 문제점은 어떻게 찾아내나요?

스윙 영상이 접수되면 골프픽스 AI는 이 6가지 원리를 바탕으로 영상을 정밀하게 분석합니다. 원리에서 벗어나는 움직임이 감지되면 그것을 **문제점**으로 진단해 알려줍니다.

예를 들어 스윙 중 몸의 중심축이 많이 흔들리면 '올바른 스윙축' 원리에 어긋나므로 관련 문제점을 알려주고, 다운스윙을 팔로만 시작하면 '좋은 스윙 시퀀스'에 맞지 않다고 진단하는 방식입니다.

결론적으로 골프픽스의 진단은 좋은 스윙의 보편적인 원리에 기반한 분석입니다. 개개인의 스윙 잠재력을 최대한 끌어올리고 더 나은 골프를 즐길 수 있도록 돕는 것이 골프픽스의 목표입니다.

## 다음으로 보기

* [프로 스윙을 촬영했는데 왜 10점이 아닌가요?](/undefined-4/pro-swing-score.md)
* [진단 정확도를 높이는 팁](/undefined-4/accuracy-tips.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-4/how-analysis-works.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.
