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

# 플랜 비교 — 무료와 구독의 차이

골프픽스는 무료로 시작할 수 있으며, 구독하면 더 많은 기능을 이용할 수 있습니다. 무료와 구독의 차이를 안내합니다.

## 요금제 구성

구독은 단일 상품이며, 결제 주기에 따라 월 요금제와 연 요금제 중 선택할 수 있습니다. 가격은 이용 중인 스토어(구글 플레이스토어/애플 앱스토어)의 구독 화면에서 확인할 수 있습니다.

## 무료 vs 구독 기능 비교

### 스윙 진단

| 기능           | 무료    | 구독        |
| ------------ | ----- | --------- |
| 담당 AI 코치     | 보조 코치 | 수석 코치     |
| 진단 속도        | 기본 속도 | 최대 57% 빠름 |
| 진단 수준        | 기본 진단 | 정밀 진단     |
| 리듬·템포 진단     | —     | 제공        |
| 스윙 궤적        | —     | 제공        |
| 스윙 움직임 추적    | —     | 제공        |
| 보조선·스켈레톤     | 일부 영상 | 모든 진단 영상  |
| 스윙 직후 피드백 설정 | 일부 제한 | 모두 가능     |
| 프로 스윙 영상     | 기본 프로 | 7인 프로     |

보조 코치와 수석 코치의 차이는 [보조 코치와 수석 코치의 차이](/undefined-7/coach-comparison.md)에서 자세히 볼 수 있습니다.

### 레슨과 집중연습

| 기능       | 무료    | 구독    |
| -------- | ----- | ----- |
| 원포인트 레슨  | —     | 제공    |
| 자세 연습    | 일부 제한 | 모두 가능 |
| 리듬·템포 연습 | —     | 제공    |

### 스윙 기록

| 기능                     | 무료                | 구독                   |
| ---------------------- | ----------------- | -------------------- |
| 스윙 영상 동기화 (최대 10,000건) | 다운로드 불가, 1개월 후 삭제 | 다운로드 가능, 구독 기간 동안 보관 |
| 스윙 기록 조회               | 최근 30일            | 전체 조회                |
| APEX 제품 연동 — 기록 조회     | 최근 7일             | 전체 조회                |

### 통계·리포트

| 기능            | 무료       | 구독             |
| ------------- | -------- | -------------- |
| 일일 리포트        | 리듬·템포 제외 | 전체 제공 (클럽별 분석) |
| 월간 리포트        | 랭킹 정보만   | 전체 제공 (클럽별 분석) |
| 이달의 스윙 문제점 통계 | —        | 제공             |

### 스윙 촬영

| 기능             | 무료    | 구독                      |
| -------------- | ----- | ----------------------- |
| 촬영 FPS         | 30FPS | 최대 60FPS (기기 사양에 따라 다름) |
| 셀프 기록 모드 연속 촬영 | 최대 3회 | 최대 20회                  |
| 촬영 타이머         | —     | 제공                      |

### 부가 기능

| 기능       | 무료    | 구독    |
| -------- | ----- | ----- |
| 네트워크 광고  | 광고 포함 | 광고 없음 |
| 신규 업데이트  | 이용 제한 | 제한 없음 |
| 맞춤 환경 설정 | 기본 설정 | 제한 없음 |

## 다음으로 보기

* [보조 코치와 수석 코치의 차이](/undefined-7/coach-comparison.md)
* [요금제 변경](/undefined-7/change-plan.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-7/plans.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.
