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

# 요금제 변경

월 요금제와 연 요금제 간 변경 방법을 안내합니다. 변경이 적용되는 시점은 결제한 스토어에 따라 다릅니다.

## 요금제 변경하기

1. **마이페이지**에서 **구독 관리**를 탭하세요.
2. **구독 요금제 변경**을 탭하세요.
3. 변경할 요금제를 선택하세요.

## 변경은 언제 적용되나요?

### 애플 앱스토어 결제

* 연 요금제 → 월 요금제: 연 요금제 기간이 만료된 후 변경됩니다.
* 월 요금제 → 연 요금제: 월 요금제가 환불(기존 결제 수단)된 후 즉시 변경됩니다.

### 구글 플레이스토어 결제

* 연 요금제 → 월 요금제: 연 요금제 기간이 만료된 후 변경됩니다.
* 월 요금제 → 연 요금제: 월 요금제 기간이 만료된 후 변경됩니다.

{% hint style="info" %}
iOS와 Android 간에는 결제를 옮길 수 없습니다. 기기 플랫폼을 변경한 경우 기존 스토어에서 구독을 취소하고, 구독이 만료된 후 새 플랫폼의 스토어에서 다시 결제하세요.
{% endhint %}

## 다음으로 보기

* [플랜 비교 — 무료와 구독의 차이](/undefined-7/plans.md)
* [구독 취소](/undefined-7/cancel-subscription.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-7/change-plan.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.
