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

# 회원가입과 로그인

골프픽스 계정을 만들고 로그인하는 방법을 안내합니다. 처음 로그인하면 가입 절차가 자동으로 이어집니다.

## 로그인 수단

다음 수단 중 하나로 로그인할 수 있습니다.

| 수단         | 비고                     |
| ---------- | ---------------------- |
| Google 로그인 |                        |
| Apple 로그인  |                        |
| 이메일 로그인    | 이메일 인증 필요 (가입 후 진행 가능) |
| 전화번호 로그인   | 한국에서만 제공               |

## 가입 절차

1. 앱을 실행하고 로그인 수단을 선택하세요.
2. 닉네임을 입력하세요.
3. 약관을 확인하고 동의하세요.

가입이 완료되면 [첫 설정](/undefined/initial-setup.md)으로 이어집니다.

{% hint style="info" %}
이메일로 가입한 경우 이메일 인증이 필요합니다. 인증을 나중에 진행해도 가입 직후부터 앱을 바로 사용할 수 있습니다.
{% endhint %}

## 여러 기기에서 로그인

하나의 계정을 Android와 iPhone에서 함께 사용할 수 있으며, 동시 로그인 제한이 없습니다. 기기 변경과 여러 기기 사용에 대한 자세한 내용은 [기기 변경과 여러 기기 사용](/undefined-8/devices.md)을 참고하세요.

## 다음으로 보기

* [첫 설정 — 프로필 입력](/undefined/initial-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/sign-up.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.
