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

# 구독 취소

골프픽스 구독은 결제할 때 이용한 스토어에서만 취소할 수 있습니다. 스토어별 취소 방법과 취소 후 달라지는 점을 안내합니다.

## 스토어에서 구독 취소하기

결제한 플랫폼의 안내에 따라 구독을 취소하세요.

* [구글 플레이스토어에서 구독 취소](https://support.google.com/googleplay/answer/7018481)
* [애플 앱스토어에서 구독 취소](https://support.apple.com/118428)

{% hint style="warning" %}
구독은 자동으로 갱신됩니다. 갱신을 원하지 않는 경우 현재 구독 기간이 끝나기 24시간 전까지 취소해야 합니다.
{% endhint %}

## 구독 취소 후에는 어떻게 되나요?

* 구독 취소는 정기결제의 취소를 의미합니다. 다음 정기결제 예정일이 구독 만료일로 변경됩니다.
* 구독 취소 후에도 만료일까지 구독 서비스를 계속 이용할 수 있습니다.
* 만료일 전에 다시 구독을 결제하면 기존 구독 상태가 유지됩니다.

구독 취소 후 남은 기간에 대한 환불을 원하는 경우 [구독 환불](/undefined-7/refund.md)을 참고하세요.

{% hint style="info" %}
계정 탈퇴를 계획 중이라면 탈퇴 전에 반드시 구독을 먼저 취소하세요. 구독이 유지된 상태로 탈퇴하면 결제가 계속될 수 있습니다.
{% endhint %}

## 다음으로 보기

* [구독 환불](/undefined-7/refund.md)
* [요금제 변경](/undefined-7/change-plan.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/cancel-subscription.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.
