> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/member-discount.md).

# 특정 회원만 할인 적용하기

{% hint style="info" %}
회원그룹을 생성하여 해당 그룹에 있는 회원들만 추가로 할인 적용할 수 있도록 설정이 가능합니다.&#x20;
{% endhint %}

1. 회원정보관리 > 회원관리 > 회원그룹관리에 접속합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F3QDeanxTwYYwgxHnpYfh%2Fimage.png?alt=media&amp;token=b1d89334-ad4d-4b84-8706-93410e5e8d38" alt=""><figcaption></figcaption></figure>

2. **\[등록]** 버튼을 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2Fge6MbOGhBKv1OLtbptmn%2Fimage.png?alt=media&amp;token=5c3f7ff9-ba03-408b-a843-a8cf2cf9cf09" alt=""><figcaption></figcaption></figure>

3. 그룹명, 그룹할인율 지정합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FfauXgU7KAzENMNOAizdi%2Fimage.png?alt=media&amp;token=f1ab66ca-9dd1-4f3d-b87e-533a959f6dfb" alt=""><figcaption></figcaption></figure>

4. 회원소속에서 체크하여 그룹회원으로 포함시키거나, **\[포함회원선택]** 버튼을 클릭하여 개별로 회원 등록 진행이 가능합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F5UdpE8wSN7JoPN4Qu6kr%2Fimage.png?alt=media&amp;token=132f57d6-dad2-4dda-b5b1-1bc893c34e05" alt=""><figcaption></figcaption></figure>

5. 교육상품관리 > 과정운영 > 과정정보 탭에서 '**그룹할인적용여부**' 기능을 활성화합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FSp0EjDIRG8rkYsCi9Q1t%2Fimage.png?alt=media&amp;token=e8b43b8c-e951-4cae-bce6-e81b139ae39e" alt=""><figcaption></figcaption></figure>

6. 그룹할인적용여부 사용 시 그룹에 지정된 할인율로 추가 할인을 받아 결제 진행이 가능합니다. 해당 기능을 사용한 과정 전체에 대하여 할인을 받을 수 있습니다.&#x20;


---

# 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://malgn.gitbook.io/cloud/operation-guide/operation-tips/member-discount.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.
