# PART I : 시스템 환경 이해

규칙을 알아야 전략이 나옵니다. 이 파트에서는 디자인 에디터의 페이지 구조, 권한 정책, 편집 가능 범위를 정확히 파악합니다. 작업 착수 전 반드시 숙지해야 할 내용입니다.

***

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

* [8개 필수 페이지 운영 정책과 권한](/design_editor/part1_system/mvp.md) - 페이지별 제어 권한 일람
* [메인 페이지의 특별 권한](/design_editor/part1_system/main.md) - 메인 페이지에서만 가능한 작업
* [빈 페이지 활용법](/design_editor/part1_system/empty.md) - 제약 없이 자유롭게 편집 가능한 영역
* [공통 관리 섹션 - 헤더·푸터·공지 배너](/design_editor/part1_system/common.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/part1_system.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.
