> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/edu-lecturer/03.lesson-contents/edit.md).

# 챕터/강의 추가 및 삭제, 이름 변경, 위치 변경

'**교육과정**' 의 메인 화면에서 좌측의 강의구성 영역은 챕터와 강의가 어떻게 구성되어 있는지를 보여줍니다. \
\
상단의 버튼들은 챕터나 강의를 추가, 삭제, 이름 변경, 위치 변경을 할 수 있는 기능을 제공합니다. \
강의구성 상단의 '**+**' 버튼을 클릭하면 '**챕터**', '**이론 중심 강의**', '**실습 중심 강의**' 버튼이 나타납니다.

![](/files/-MLMGESX1IogCNaqOy7e)

각 버튼을 클릭하여 챕터 또는 강의를 추가할 수 있으며 현재 선택된 항목 바로 아래쪽에 위치합니다. \
\
챕터 또는 강의 추가시 이름을 입력하고 ENTER를 치면 추가가 완료됩니다. \
챕터 왼쪽의 **-** 또는 **+** 버튼을 클릭하면 해당 챕터에 속한 강의 목록을 숨기거나 보이게 할 수 있습니다.

강의구성 상단의 '**휴지통**' 버튼은 현재 선택된 강의 또는 챕터를 삭제할 때 사용됩니다. \
삭제할 챕터 또는 강의를 먼저 선택 후 휴지통 버튼을 클릭하면 삭제 여부를 확인하는\
다이얼로그가 나타나며, '**예**'를 클릭하면 챕터 또는 강의가 삭제됩니다.&#x20;

{% hint style="danger" %}
챕터를 삭제할 경우에는 해당 챕터 아래에 있는 강의가 모두 삭제되니 유의하시길 바랍니다.
{% endhint %}

강의 또는 챕터를 클릭하고 '**이름 변경**' 버튼을 누르거나, 항목을 더블클릭하면 \
해당 챕터 또는 강의 제목을 변경할 수 있습니다.

###

### 1. 챕터/강의 가져오기

강의구성 상단의 '**+**' 버튼을 클릭하면 '**가져오기**' 메뉴를 사용할 수 있습니다. \
'**가져오기**' 메뉴는 뼈대 강에서 챕터나 강의를 현재 강의 구성에 추가할 수 있는 기능을 제공합니다. \
가져오기 버튼을 클릭하면 다음과 같이 '**챕터/강의 가져오기**'  다이얼로그가 뜨게 됩니다. \
\
'**챕터/강의 가져오기**'에서 뼈대 강좌 먼저 선택한 후, 가져오고자 하는 챕터 또는 강의를 선택하여 \
확인을 누르면 마지막 챕터 또는 강의로 추가됩니다.

![](/files/-MLMGMMXWCi6Cv8woWIF)

### 2. 챕터/강의 위치 변경

'**위치 변경**' 버튼을 이용하면 강의 순서를 원하는 대로 변경할 수 있습니다. \
이 버튼을 클릭하면, 아래 화면과 같이 버튼들이 바뀌며, 위/아래 조정 버튼을 통해 \
챕터 또는 강의를 원하는 위치에 배치할 수 있습니다. \
\
챕터를 이동하면 해당 챕터에 속한 모든 강의가 함께 이동하며, \
위치 조정이 끝난 뒤에는 반드시 '**위치저장**' 버튼을 눌러주어야 상태가 저장됩니다.<br>

![](/files/-MLMGnRt65_aF08ZSuDB)


---

# 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.goorm.io/ko/edu-lecturer/03.lesson-contents/edit.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.
