> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/design-editor/problem.md).

# PART I : 지금 방식의 한계

배너 하나를 수정하려 해도 직접 처리하기 어려웠던 경험, 있으시죠? \
이 파트에서는 기존 PC/모바일 스킨 방식이 가진 구조적 한계를 살펴봅니다.

***

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

* [일상적인 수정에도 시간과 비용이 드는 이유](/design-editor/problem/cost.md) - 기존 스킨 방식이 만드는 운영 비효율
* [운영자가 직접 수정하기 어려운 이유](/design-editor/problem/dependency.md) - 스킨 구조의 특성과 그로 인한 한계


---

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