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

# 디자인 에디터 활용 가이드

{% hint style="success" %}

### 디자인 에디터를 쉽게 사용할 수 있도록 도와드려요!

디자인 에디터를 처음 접하는 운영자도 쉽게 이해하고 바로 활용할 수 있도록 단계별로 안내합니다.\
이 가이드 하나로 디자인 에디터의 개념부터 에이전시 협업 방법까지 모두 확인하실 수 있습니다.
{% endhint %}

## 가이드 목차

* [들어가며](/design-editor/intro.md)
  * [이 가이드를 읽기 전에](/design-editor/intro/readme.md)
  * [쇼핑몰 운영, 생각보다 손이 많이 가셨나요?](/design-editor/intro/problem.md)
* [PART I : 지금 방식의 한계](/design-editor/problem.md)
  * [일상적인 수정에도 시간과 비용이 드는 이유](/design-editor/problem/cost.md)
  * [운영자가 직접 수정하기 어려운 이유](/design-editor/problem/dependency.md)
* [PART II : 해결책 - 디자인 에디터](/design-editor/solution.md)
  * [디자인 에디터란? - 1분 개념 이해](/design-editor/solution/concept.md)
  * [혜택 1 - 운영 주도권 회복](/design-editor/solution/control.md)
  * [혜택 2 - 기능 단위 유연 활용](/design-editor/solution/flexibility.md)
  * [혜택 3 - 비용 구조의 근본적 변화](/design-editor/solution/cost.md)
* [PART III : 에이전시와 함께 시작하기](/design-editor/start.md)
  * [에이전시 미팅 전 준비 체크리스트](/design-editor/start/checklist.md)
  * [핵심 요청 문구 - 이 문장을 그대로 전달하세요](/design-editor/start/script.md)
  * [에이전시와 방향을 맞추는 대화 가이드](/design-editor/start/dialogue.md)
* [⭐Coming Soon - 앞으로 더 강력해집니다](/design-editor/coming-soon.md)
* [자주 묻는 질문 (FAQ)](/design-editor/faq.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.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.
