# PART II : HTML 위젯 모듈화

디자인 에디터 방식의 핵심은 HTML 위젯 모듈화입니다. 이 파트에서는 기능 단위 조립 방식의 개념과 실무적 이점을 설명합니다.

***

### 이 파트에서 다루는 내용

* [기능 단위 조립 방식](/design_editor/part2_widget/assembly.md) - 하드코딩 방식과의 차이와 작업 구조
* [작업 자산화](/design_editor/part2_widget/asset.md) - 위젯을 재사용 가능한 영구 자산으로 쌓는 방법
* [CS 감소 효과](/design_editor/part2_widget/cs.md) - 운영자 자율성이 높아지면 에이전시에도 좋은 이유


---

# Agent Instructions: 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:

```
GET https://devcenter-help.nhn-commerce.com/design_editor/part2_widget.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
