> 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/one-point-lesson.md).

# 원포인트 레슨

슬라이스, 훅, 생크, 뒤땅처럼 반복되는 샷 트러블은 혼자서 원인을 찾기 어렵습니다. 원포인트 레슨은 겪고 있는 샷 트러블을 선택하면 AI 코치가 스윙을 분석해 지금 당장 고쳐야 할 핵심 하나를 짚어주는 기능입니다.

## 어떤 결과를 받나요?

* **영향도 분석**: 내 스윙의 어떤 문제점이 선택한 샷 트러블에 몇 %나 영향을 미치는지 수치로 보여줍니다.
* **근본 원인 진단**: 문제의 근본 원인을 함께 알려줍니다. 예를 들어 '헤드업'의 근본 원인이 '스윙축 무너짐'이라는 것까지 진단해, 겉핥기식이 아닌 본질적인 교정을 돕습니다.

## 사용하기

1. **아카데미** 탭에서 **원포인트 레슨**을 탭하세요.
2. 겪고 있는 샷 트러블(슬라이스, 훅 등)을 선택하세요.
3. 안내에 따라 스윙을 촬영하세요. 촬영 방법은 [촬영하기](/undefined-1/how-to-record.md)를 참고하세요.

{% hint style="info" %}
한 번의 스윙으로도 분석할 수 있지만, 3번의 스윙을 종합 분석하면 더 신뢰도 높은 진단 결과를 받을 수 있습니다.
{% endhint %}

## 결과 활용하기

결과에서 영향도가 가장 높은 문제점과 그 근본 원인을 확인했다면, [집중연습 — 자세 연습](/undefined-2/posture-practice.md)으로 해당 동작을 반복 교정하세요. 교정 후 다시 원포인트 레슨으로 분석하면 영향도 수치가 얼마나 개선됐는지 데이터로 확인할 수 있습니다.

샷 트러블 유형별 상세 연습 순서는 [추천 연습 루틴](/undefined-5/practice-routine.md)의 "고질병 뿌리 뽑기" 루틴을 참고하세요.

## 다음으로 보기

* [집중연습 — 자세 연습](/undefined-2/posture-practice.md)
* [추천 연습 루틴 — 투어 프로처럼](/undefined-5/practice-routine.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/one-point-lesson.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.
