# 들어가며

쇼핑몰을 운영하면서 느끼는 불편함, 고도몰 디자인 에디터가 어떻게 해결하는지 이 파트에서 확인해 보세요. \
본격적인 기능 설명에 앞서 이 가이드의 목적과 배경을 안내합니다.

***

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

* [이 가이드를 읽기 전에](/design-editor/intro/readme.md) - 가이드의 목적, 대상 독자, 전체 구성 안내
* [쇼핑몰 운영, 생각보다 손이 많이 가셨나요?](/design-editor/intro/problem.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://godomall-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.
