# 들어가며

디자인 에디터 도입 이후 현장에서는 "어떻게 작업해야 하는지 모르겠다"는 불확실성이 생겨났습니다. 이 파트에서는 그 불확실성의 원인을 짚고, 이 가이드가 무엇을 해결하는지 안내합니다.

***

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

* [이 가이드를 읽기 전에](/design_editor/intro/overview.md) - 가이드의 목적, 대상 독자, 전체 구성
* ["커스텀이 안 된다"는 오해와 현실](/design_editor/intro/misconception.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/intro.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.
