# 혜택 2 - 기능 단위 유연 활용

이 페이지에서는 **에이전시와의 역할 분담 구조**를 설명합니다. 디자인 에디터는 에이전시를 없애는 도구가 아니라, 각자의 역할을 더 명확하게 나누는 도구입니다.

***

### 에이전시와의 역할 분담

디자인 에디터는 에이전시가 필요 없어지는 도구가 아닙니다. **역할 분담을 명확하게 하는 도구**입니다.

| 역할                             | 담당 주체 |
| ------------------------------ | ----- |
| 복잡하고 고도화된 기능 개발 → HTML 위젯으로 제작 | 에이전시  |
| 에디터에서 위젯 배치·순서 변경·직접 관리        | 운영자   |

기본적인 디자인 변경은 운영자가 직접 처리하고, 고도화된 기능 개발이나 복잡한 튜닝만 에이전시에 의뢰하면 됩니다. 이를 통해 에이전시와의 협업을 더 효율적으로 운영할 수 있습니다.

***

### 기능이 쌓일수록 자율성이 늘어납니다

기존 방식은 기능이 추가될수록 에이전시 의존도가 높아지는 구조였습니다. 디자인 에디터 방식은 반대입니다.

> 에이전시가 HTML 위젯으로 기능을 하나씩 제작할수록, 운영자가 스스로 관리할 수 있는 범위가 넓어집니다.


---

# 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://godomall-help.nhn-commerce.com/design-editor/solution/flexibility.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.
