> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/qshop/get_started/promotion.md).

# 플랜 활성화 코드

## 플랜 활성화 코드란?

플랜 활성화 코드를 등록하여, 일정 기간 동안 큐샵의 유료 플랜을 사용해 볼 수 있습니다.

{% hint style="danger" %}
플랜 활성화 코드에 따라 유료 플랜의 버전과 기간의 차이가 있을 수 있으며, 사이트 당 1회만 \
사용이 가능합니다. \*중복 사용 불가
{% endhint %}

플랜 활성화 코드 사용을 위해서는 사이트를 먼저 개설해 주셔야합니다.

\[[사이트 생성하기](/customer_support/qshop/get_started/setup.md#id-2)] 가이드를 참고하여 사이트를 개설해주세요.

## 활성화 코드 적용하기

1. 큐샵 회원 가입 및 로그인을 합니다.([회원 가입하기](/customer_support/qshop/get_started/setup.md#id-1))
2. 오른쪽 위 \[**마이사이트**]버튼을 클릭합니다.
3. 플랜 활성화 코드를 적용할 사이트의 \[**업그레이드**]버튼을 클릭하여, 구독 관리 페이지로 이동합니다.

{% hint style="info" %}
\[**마이페이지 > 구독관리**]를 클릭하여 구독 관리 페이지로 이동을 할 수도 있습니다.
{% endhint %}

<figure><img src="/files/QFGNJT54YBGMDCTe0Pz4" alt=""><figcaption></figcaption></figure>

4. 구독관리 페이지의 오른쪽 \[**플랜 활성화 코드 제출**] 버튼을 클릭합니다.

<figure><img src="/files/4BwnQ31p8ff2A18ljDrj" alt=""><figcaption></figcaption></figure>

5. 활성화 코드 입력 페이지로 이동 된 후 아이디, 사이트 URL, 활성화 코드 정보를 입력한 후 \
   아래 \[**제출하기**] 버튼을 클릭합니다.\
   아래 표를 참고하여 아이디 및 사이트 URL정보를 확인하실 수 있습니다.

<figure><img src="/files/qb4t9SbZ9zmY199v9wg0" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="199">버리는</th><th>항목</th></tr></thead><tbody><tr><td>항목</td><td>설명</td></tr><tr><td><strong>1. 사용자</strong><br><strong>아이디</strong></td><td>마이페이지 아이콘 또는 개인정보 페이지를 통해 사용자 아이디를 <br>확인할 수 있습니다.</td></tr><tr><td><strong>2. 사이트 URL</strong></td><td>마이 사이트 페이지를 통해 사이트 URL을 확인 할 수 있습니다.</td></tr></tbody></table>

6. 제출을 완료하신 후 담당부서 확인을 통해 24시간 이내(주말 제외) 활성화 코드가 적용이 됩니다.

## 주의사항

1. 플랜 활성화 코드는 중복 사용이 불가능하며, 기간 만료 후 Free버전으로 전환이 되어 일부 기능의 사용 제한이 발생 할 수 있습니다.

{% hint style="info" %}
사이트의 디자인 및 DB내용은 그대로 유지가 됩니다.
{% endhint %}

2. 이용기간이 만료된 사이트는 플랜 연장 결제 후 이전과 동일하게 이용이 가능합니다.


---

# 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://help.qshop.ai/customer_support/qshop/get_started/promotion.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.
