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

# GolfFix Docs

골프픽스 공식 사용자 매뉴얼입니다. 앱 사용법부터 진단 결과 해석, 구독까지 — 필요한 내용을 찾아보세요.

## 골프픽스가 처음이신가요?

설치부터 첫 진단까지, 이 순서대로 따라오세요.

{% content-ref url="/pages/HWC3DqGYbCZcBDeh3gJm" %}
[앱 설치 및 요구사항](/undefined/installation.md)
{% endcontent-ref %}

{% content-ref url="/pages/lWG01IcRhX5Mi4vcbIb8" %}
[골프픽스 둘러보기](/undefined/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/OrRgKKfXpPghfka0xNOI" %}
[촬영 환경 준비 — 각도, 거리, 조명](/undefined-1/recording-setup.md)
{% endcontent-ref %}

## 진단 결과가 궁금하신가요?

{% content-ref url="/pages/jxSOFIyiHt1Yuzs4sygc" %}
[골프픽스 진단의 원리 — AI 동작 방식과 기준](/undefined-4/how-analysis-works.md)
{% endcontent-ref %}

{% content-ref url="/pages/eTMCtvhc0XQ9xSfqxg7a" %}
[진단 정확도를 높이는 팁](/undefined-4/accuracy-tips.md)
{% endcontent-ref %}

리듬·템포 그래프와 점수 해석은 [스윙 기록과 리포트](/undefined-3/rhythm-tempo-graph-ai-report.md) 그룹에서 확인하세요.

## 구독이 궁금하신가요?

{% content-ref url="/pages/aEVjZmuTL2XhpC4TQOnR" %}
[플랜 비교 — 무료와 구독의 차이](/undefined-7/plans.md)
{% endcontent-ref %}

{% content-ref url="/pages/2mfdMDB64Pk2rRItOObk" %}
[구독 취소](/undefined-7/cancel-subscription.md)
{% endcontent-ref %}

## 문제가 생겼나요?

{% content-ref url="/pages/KuNnjagZhbGJ9THUGge3" %}
[자주 묻는 질문](/undefined-9/faq.md)
{% endcontent-ref %}

{% content-ref url="/pages/RKCpqw5l6ifNTMM96B17" %}
[문의하기](/undefined-9/contact.md)
{% endcontent-ref %}

## 더 잘 쓰고 싶다면

{% content-ref url="/pages/egQVX2A03mokQXaE2bn3" %}
[골프픽스 200% 활용하기](/undefined-5/power-user-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/py7IUmCihHHG5aJf8HOl" %}
[추천 연습 루틴 — 투어 프로처럼](/undefined-5/practice-routine.md)
{% endcontent-ref %}


---

# 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/readme.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.
