# 빈 페이지 활용법

이 페이지에서는 **8개 필수 페이지 외에 자유롭게 생성하고 편집할 수 있는 빈 페이지**의 활용 방법을 안내합니다. 필수 페이지의 제약을 보완하는 핵심 영역입니다.

***

### 빈 페이지란?

8개 필수 페이지 외에 별도로 생성하는 페이지입니다. 필수 페이지와 달리 제약 없이 자유롭게 편집할 수 있습니다.

***

### 빈 페이지에서 가능한 것

| 기능            | 가능 여부          |
| ------------- | -------------- |
| 섹션 자유 추가·삭제   | 가능             |
| 페이지 명칭·URL 변경 | 가능             |
| HTML 위젯 자유 배치 | 가능             |
| 팝업 설정         | 불가 (메인 페이지 전용) |

***

### 주요 활용 예시

* **브랜드 스토리 페이지** - 브랜드 아이덴티티와 스토리를 자유롭게 구성
* **브랜드 랜딩 페이지** - 광고 소재와 연결되는 독립 랜딩
* **기획전 페이지** - 시즌별 기획전 레이아웃을 독립적으로 운영
* **이벤트 페이지** - 프로모션 이벤트 전용 페이지

***

### 실무 팁

> 8개 필수 페이지에서 구현하기 어려운 콘텐츠 페이지는 빈 페이지를 적극 활용하세요. HTML 위젯을 자유롭게 배치할 수 있어 사실상 제약 없이 원하는 레이아웃을 구성할 수 있습니다.


---

# 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/empty.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.
