# 구독 관리

구독을 관리할 수 있는 곳은 두 군데입니다. 서버별로는 해당 서버의 프리미엄 페이지에서, 사용자별로는 계정 전체 구독 목록에서 관리할 수 있습니다.

## 서버별 관리

서버의 대시보드를 연 다음 **프리미엄** 사이드바에서 확인하세요.

다음을 할 수 있습니다:

* 현재 구독 상태를 확인할 수 있습니다.
* 다음 갱신 날짜를 확인할 수 있습니다.
* 구독을 취소할 수 있습니다.
* 구독을 다른 서버로 이전할 수 있습니다.

### 취소 중

클릭 **구독 취소** 를 클릭한 뒤 팝업에서 확인하세요. 현재 결제 기간이 끝날 때까지는 프리미엄 이용이 유지됩니다.

#### 누가 취소할 수 있나요

구독을 시작한 사용자, 서버 소유자, 그리고 Manage Premium 대시보드 권한이 있는 사람은 구독을 취소할 수 있습니다. 특정 구독을 취소할 수 없는 경우 대시보드에 명확한 메시지가 표시됩니다.

## 사용자별 관리

방문하여 [ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions) 모든 서버에서 시작한 구독을 한곳에서 확인하세요. 각 행에는 연결된 서버, 상태, 갱신 날짜, 그리고 취소 버튼이 표시됩니다. 여러 구독을 관리하는 경우 특히 유용합니다.

## 서버 간 프리미엄 이전

구독을 한 서버에서 다른 서버로 옮기려면:

1. 이동 **프리미엄** 원본 서버에서.
2. 클릭 **프리미엄 이전**.
3. 대상 서버를 선택하세요.
4. 확인하세요.

대상 서버에는 이미 활성 구독이 있으면 안 되며, 두 서버를 모두 관리할 수 있는 권한이 있어야 합니다. 이전 후에는 다시 이전할 수 있기까지 24시간의 쿨다운이 있습니다.

## 갱신

구독은 각 결제 기간이 끝날 때 자동으로 갱신됩니다. 별도로 할 일은 없습니다. 예를 들어 카드가 만료되어 갱신 결제를 처리할 수 없는 경우 이메일로 안내를 받게 되며, 그래도 결제가 이루어지지 않으면 기존 만료 시점에 프리미엄이 종료됩니다.

## 봇을 제거해도 구독은 취소되지 않습니다

{% hint style="warning" %}
Discord 서버에서 Ticket King을 제거하면 **아니** 구독이 취소됩니다. 대시보드에서 취소하기 전까지는 결제가 계속됩니다. 언제든지 봇을 다시 추가할 수 있으며, 그러면 구독은 계속 유지됩니다.
{% endhint %}

## 관련

{% content-ref url="/pages/4d7d6303da6054f03c9030765ca0027061cb90ee" %}
[구독하기](/docs/ko/premium/subscribing.md)
{% endcontent-ref %}

{% content-ref url="/pages/e2bb4cd5f1639512735794c75fc8bacbf2654c5f" %}
[서버가 더 이상 Premium이 아니면 어떻게 되나요](/docs/ko/premium/no-longer-premium.md)
{% endcontent-ref %}


---

# 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:

```
GET https://ticketking.xyz/docs/ko/premium/managing-your-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
