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

# 자주 묻는 질문

자주 묻는 질문을 모았습니다. 질문을 누르면 자세한 안내 페이지로 이동합니다.

## 시작과 기능

* 골프픽스에는 어떤 기능들이 있나요? → [골프픽스 둘러보기](/undefined/overview.md)
* 골프픽스를 더 잘 쓰는 방법이 있나요? → [골프픽스 200% 활용하기](/undefined-5/power-user-guide.md)
* 어떻게 연습해야 하나요? → [추천 연습 루틴 — 투어 프로처럼](/undefined-5/practice-routine.md)

## 진단

* 골프픽스 진단의 기준이 뭔가요? → [골프픽스 진단의 원리](/undefined-4/how-analysis-works.md)
* 왜 좋은 스윙을 배워야 하나요? → [왜 좋은 스윙을 배워야 하나요?](/undefined-4/why-good-swing.md)
* 프로 선수의 스윙을 촬영했는데 왜 10점이 아닌가요? → [프로 스윙을 촬영했는데 왜 10점이 아닌가요?](/undefined-4/pro-swing-score.md)
* 진단을 더 정확하게 받으려면? → [진단 정확도를 높이는 팁](/undefined-4/accuracy-tips.md)

## 촬영

* 카메라는 어디에 두어야 하나요? → [촬영 환경 준비 — 각도, 거리, 조명](/undefined-1/recording-setup.md)
* 혼자서 촬영하려면 어떻게 하나요? → [원격 촬영 세팅 — 스탠드 거치와 블루투스 리모컨](/undefined-1/remote-setup.md)

## 리듬·템포

* 스윙 리듬과 템포가 뭔가요? → [스윙의 리듬·템포란?](/undefined-4/about-rhythm-tempo.md)
* 리듬·템포 그래프는 어떻게 읽나요? → [AI 리포트 편](/undefined-3/rhythm-tempo-graph-ai-report.md), [최종 리포트 편](/undefined-3/rhythm-tempo-graph-final-report.md)
* 리듬·템포 점수는 무엇을 의미하나요? → [최종 리포트 점수](/undefined-3/final-report-score.md), [템포 일관성 점수](/undefined-3/tempo-consistency-score.md)

## 계정과 기기

* 같은 아이디로 여러 기기에서 사용할 수 있나요? → [기기 변경과 여러 기기 사용](/undefined-8/devices.md)
* 좌타인데 설정을 어떻게 하나요? → [좌타 유저 설정 가이드](/undefined-8/left-handed-setup.md)
* 회원 탈퇴는 어떻게 하나요? → [계정 관리 — 정보 수정, 탈퇴](/undefined-8/account-settings.md)

## 구독과 결제

* 무료와 구독은 뭐가 다른가요? → [플랜 비교](/undefined-7/plans.md), [보조 코치와 수석 코치의 차이](/undefined-7/coach-comparison.md)
* 구독 취소는 어떻게 하나요? → [구독 취소](/undefined-7/cancel-subscription.md)
* 환불은 어떻게 받나요? → [구독 환불](/undefined-7/refund.md)
* 결제가 안 돼요 → [결제 문제 해결](/undefined-7/payment-issues.md)
* 요금제를 바꾸고 싶어요 / Android↔iPhone으로 기기를 바꿨어요 → [요금제 변경](/undefined-7/change-plan.md)

## 원하는 답을 찾지 못했나요?

[문의하기](/undefined-9/contact.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-9/faq.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.
