> 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-8/account-settings.md).

# 계정 관리 — 정보 수정, 탈퇴

계정 정보를 수정하는 방법과 회원 탈퇴 절차를 안내합니다.

## 계정 정보 수정하기

1. 홈 화면에서 오른쪽 상단 아이콘을 탭해 **마이페이지**로 이동하세요.
2. **개인정보 설정**에서 닉네임과 프로필 정보(구력, 스윙 방향 등)를 수정할 수 있습니다.

{% hint style="info" %}
가입에 사용한 전화번호와 이메일은 계정 아이디이므로 변경할 수 없습니다.
{% endhint %}

## 회원 탈퇴하기

### 앱에서 탈퇴

1. 골프픽스 앱에 로그인하세요.
2. 홈에서 오른쪽 상단의 아이콘을 탭하세요.
3. **계정 관리**를 탭하세요.
4. **계정 탈퇴**를 탭하세요.
5. 전화번호 계정인 경우 비밀번호를 입력하세요.

### PC/모바일 웹에서 탈퇴

1. [골프픽스 웹](https://web.golffix.io/cs)에 로그인하세요.
2. 오른쪽 상단의 **프로필** 아이콘을 탭하세요.
3. **회원 탈퇴**를 탭하세요.
4. 전화번호 계정인 경우 비밀번호를 입력하세요.

{% hint style="warning" %}
탈퇴하기 전에 꼭 확인하세요.

* 구독 중이라면 먼저 스토어에서 구독을 취소한 뒤 탈퇴하세요. 자세한 방법은 [구독 취소](/undefined-7/cancel-subscription.md)를 참고하세요.
* 탈퇴 시 개인정보 처리 방침에 따라 모든 데이터가 삭제되며, 다시 가입해도 복구할 수 없습니다.
  {% endhint %}

## 다음으로 보기

* [구독 취소](/undefined-7/cancel-subscription.md)
* [환경 설정](/undefined-8/settings.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-8/account-settings.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.
