> 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/overview.md).

# 골프픽스 둘러보기

골프픽스는 스마트폰 촬영만으로 AI가 스윙을 진단하고, 문제점을 반복 연습으로 교정하도록 돕는 앱입니다. 전체 구조와 핵심 기능을 안내합니다.

## 앱 구성

골프픽스는 다섯 개의 탭으로 구성됩니다.

* **홈**: 주요 기능 진입과 소식
* **아카데미**: 촬영·진단·연습의 중심 — 스윙 레코더, 집중연습, 원포인트 레슨
* **스윙 기록**: 촬영한 스윙과 진단 결과 조회
* **AI 코치**: 일일/월간 리포트와 노트
* **커뮤니티**: 글로벌 유저들과 스윙 공유

## 핵심 기능 세 가지

### 스윙 진단 — 내 스윙의 상태를 빠르게 확인하고 싶을 때

가장 많은 분들이 애용하는 대표 기능입니다. 한 번의 스윙만으로 자세 문제점과 리듬·템포를 진단받을 수 있습니다. 연습장에서 몸을 풀거나 라운드 전 스윙을 점검할 때 간편하게 사용하기 좋습니다. 촬영한 영상을 느리게 보거나 보조선을 표시하는 등 분석 도구도 함께 제공됩니다.

→ [스윙 레코더 — 스윙 진단 모드](/undefined-2/swing-analysis-mode.md)

### 원포인트 레슨 — 고질적인 샷 트러블을 잡고 싶을 때

슬라이스, 훅, 생크, 뒤땅 같은 샷 트러블로 고생하고 있다면 원포인트 레슨이 해답을 제시합니다. 어떤 스윙 문제점이 샷 트러블에 얼마나 영향을 미치는지 수치로 보여주고, 근본 원인까지 진단합니다.

→ [원포인트 레슨](/undefined-2/one-point-lesson.md)

### 집중연습 — 교정 동작을 몸에 익히고 싶을 때

진단에서 찾은 문제점을 반복 훈련으로 교정하는 기능입니다. 특정 자세 문제를 정해 반복 확인하는 자세 연습과, 일관된 스윙의 핵심인 리듬·템포를 몸에 익히는 리듬템포 연습이 있습니다.

→ [집중연습 — 자세 연습](/undefined-2/posture-practice.md), [집중연습 — 리듬템포 연습](/undefined-2/rhythm-tempo-practice.md)

## 다음으로 보기

* [촬영 환경 준비 — 각도, 거리, 조명](/undefined-1/recording-setup.md)
* [골프픽스 200% 활용하기](/undefined-5/power-user-guide.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/overview.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.
