> 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/price-display-tips.md).

# 구매하고 싶어지는 가격 표기

{% hint style="info" %}
홈페이지에 노출할 가격을 설정할 수 있습니다.&#x20;
{% endhint %}

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F9vL53qva1A7Q9ClsFyHm%2Fimage.png?alt=media&amp;token=3ac25a3b-dd76-43fe-a1ad-f09705dac860" alt=""><figcaption></figcaption></figure>

1. 교육상품관리 > 과정관리 > 과정개설 > 등록 후 수정 화면에서 가격을 지정할 수 있습니다. '**월가격**'을 설정해주시면 설정한 개월 및 금액으로 보여지게 됩니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FnLF3cSLV5By6XxxueZ2N%2Fimage.png?alt=media&amp;token=0dfaeb98-90e4-4cc0-bc51-3432650fa420" alt=""><figcaption></figcaption></figure>

2. 가격 설정을 완료한 후 실제로 수강생이 해당 과정을 구매하는 상세화면에서는 설정한 수강료 금액으로 보여지게 되며, 결제 시 해당 금액으로 진행됩니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2Fc7BSolFbFbAayXeDxyvz%2Fimage.png?alt=media&amp;token=edc8e1d0-4850-4747-a91f-e7b4568dc960" alt=""><figcaption></figcaption></figure>


---

# 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/price-display-tips.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.
