> 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/composition.md).

# 강좌 컨텐츠의 구성

### 교육과정

'**교육과정**' 메뉴를 통해 수강생들에게 제공할 실제 강의 내용을 작성할 수 있습니다. \
강의 내용은 크게 **챕터**와 **강의**, 2가지 개념으로 구성됩니다.

* **챕터** : \
  챕터는 강의 요소들의 집합입니다. 비슷한 내용의 강의들 또는 연속성있는 강의들과 같이 \
  컨텐츠의 성격을 구분하는 상위 개념의 단위입니다. 챕터에는 교육 컨텐츠가 포함되지 않습니다.<br>
* **강의** : \
  강의는 교육 컨텐츠를 구성하는 기본 단위입니다. 다시 말해, "**강의 = 컨텐츠**"의 개념입니다. \
  이러한 강의 종류로는 '**이론 중심 강의**'와 '**실습 중심 강의**'가 있습니다.

![](/files/-Lu5XkcHxI71P8lzM9mH)


---

# 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/composition.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.
