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

# 앱 설치 및 요구사항

골프픽스는 스마트폰으로 스윙을 촬영하고 AI 진단을 받는 앱입니다. 사용 중인 기기에서 앱을 설치하는 방법과 기기 요구사항을 안내합니다.

## 지원 기기 및 OS

* iOS: iOS 16.0 이상
* Android: Android 10 이상, 아래 조건을 갖춘 기기
  * 카메라와 마이크가 있어야 합니다.
  * 카메라에 오토포커스 기능이 있어야 합니다. 오토포커스가 없는 기기는 설치가 제한됩니다.

{% hint style="info" %}
골프픽스는 촬영과 AI 진단을 반복하는 앱입니다. 기기 성능이 좋을수록 촬영과 진단이 더 빠르고 쾌적하게 동작합니다. 출시된 지 오래된 기기에서는 진단 속도가 느려질 수 있습니다.
{% endhint %}

## 설치하기

아래 링크에서 앱을 설치하세요.

* iPhone: [App Store에서 설치](https://apps.apple.com/app/golffix-ai-golf-swing-analyzer/id1586120680)
* Android: [Google Play에서 설치](https://play.google.com/store/apps/details?id=kr.co.moais.golffix)

스토어에서 직접 검색할 때는 "골프픽스" 또는 "GolfFix"로 검색하세요.

## 다음으로 보기

* [회원가입과 로그인](/undefined/sign-up.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/installation.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.
