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

# 첫 설정 — 프로필 입력

가입을 마치면 프로필 입력 단계가 이어집니다. 여기서 입력한 정보는 AI 코치가 진단과 코칭의 기준으로 사용합니다.

## 입력 항목

* **구력**: 골프를 시작한 후 지금까지의 기간입니다.
* **좌타/우타**: 주로 사용하는 손 방향입니다.

{% hint style="warning" %}
좌타/우타 설정은 스윙 진단 결과에 직접 영향을 줍니다. 좌타이신 경우 [좌타 유저 설정 가이드](/undefined-8/left-handed-setup.md)를 확인하세요.
{% endhint %}

## 나중에 변경하려면

프로필 입력 내용은 앱의 환경 설정에서 언제든지 변경할 수 있습니다. [환경 설정](/undefined-8/settings.md)을 참고하세요.

## 다음으로 보기

* [골프픽스 둘러보기](/undefined/overview.md)
* [촬영 환경 준비 — 각도, 거리, 조명](/undefined-1/recording-setup.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/initial-setup.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.
