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

# 문의하기

궁금한 점이나 문제가 해결되지 않을 때 문의하는 방법을 안내합니다.

## 문의 채널

* 앱에서 문의: **마이페이지**의 문의 메뉴를 이용하세요.
* 이메일: <help@golffix.io>

## 문의 전에 확인해 보세요

* 자주 묻는 질문: [FAQ](/undefined-9/faq.md)
* 촬영 문제: [촬영이 잘 안 될 때](/undefined-1/recording-troubleshooting.md)
* 결제 문제: [결제 문제 해결](/undefined-7/payment-issues.md)

## 문의할 때 함께 보내주세요

아래 정보를 함께 보내주시면 더 빠르게 확인할 수 있습니다.

* 가입한 계정 (이메일 또는 전화번호)
* 이용 중인 기기와 OS 버전 (예: iPhone 15, iOS 18)
* 골프픽스 앱 버전
* 문제가 발생한 화면의 스크린샷 또는 오류 메시지
* 결제 관련 문의: 스토어 종류(구글/애플)와 주문번호

{% hint style="info" %}
한국 외 지역에서도 같은 이메일로 문의할 수 있습니다.
{% endhint %}


---

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