> 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/initial-setup-guide/initial-setup/add-book.md).

# 도서 등록 하기

{% hint style="info" %}
도서를 등록하고 판매할 수 있습니다. 추가적으로 도서를 과정과 함께 묶어 판매할 수 있습니다.&#x20;
{% endhint %}

1. 교육 상품 관리 > 도서 카테고리에서 \[하위등록]을 클릭해 신규 카테고리를 등록합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FkZmXCGD7hRCLsC5Odiy4%2Fimage.png?alt=media&amp;token=e2bffd79-e5d1-445b-89bb-865e8b44d9a1" 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%2FhgaA1ASvTDuMh4pUUais%2Fimage.png?alt=media&amp;token=ab6d9900-882a-48c4-8ef8-2df8e3812f60" alt=""><figcaption></figcaption></figure>

***

3. 도서 정보를 입력 후 하단의 \[등록]을 클릭합니다.

* 도서이미지: 파일첨부 혹은 외부 url 방식 둘 중 하나로 이미지를 등록할 수 있으며, 둘 다 등록 시 외부 url이 우선됩니다.
* 도서파일: PDF도서 판매를 원하는 경우, PDF파일을 등록합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F01SS3p8Ea0vbWVKj4FCS%2Fimage.png?alt=media&amp;token=f6e270ee-69a4-4174-bc70-43a80b5fa21a" alt=""><figcaption></figcaption></figure>

***

4. 과정과 묶어 판매하길 원하는 경우 교육상품관리 > 과정 개설 > 과정명 > \[과정정보]에서 '교재 도서'를 추가하여 과정과 함께 판매하도록 설정 가능합니다. <br>

   <figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FxLAB5bS1vALpqJmWbZcg%2Fimage.png?alt=media&amp;token=8e4ea0b6-8e16-4fdf-ba72-9c3238c2ccd9" alt=""><figcaption></figcaption></figure>

   1. 과정 옵션 도서로만 판매하고, 도서 단일로는 판매하지 않길 원하는 경우, 교육상품관리 > 도서관리 > 도서명 클릭 > 과정전용 옵션을 설정합니다. <br>

      <figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FLtMuhgswsQsgjDjVPF1E%2Fimage.png?alt=media&amp;token=6fe0a6b8-0529-4fc7-986f-1c9c9cf6424c" 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/initial-setup-guide/initial-setup/add-book.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.
