# PART III : 페이지별 실전 작업 가이드

8개 필수 페이지 각각의 제약과 가능 범위를 파악했다면, 이제 실전 작업에 적용할 차례입니다. 이 파트에서는 페이지별 HTML 위젯 배치 원칙과 구체적인 활용 예시를 안내합니다.

***

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

* [HTML 위젯 배치 핵심 원칙](/design_editor/part3_guide/principle.md) - 모든 필수 페이지에 공통으로 적용되는 원칙
* [메인 페이지](/design_editor/part3_guide/main.md) - 메인 페이지 활용법
* [상품 목록 / 상품 상세 / 검색결과](/design_editor/part3_guide/product.md) - 상품 탐색·발견 흐름에서의 위젯 배치
* [장바구니 / 주문서](/design_editor/part3_guide/cart.md) - 결제 전환율을 높이는 위젯 활용
* [회원가입 / 로그인](/design_editor/part3_guide/member.md) - 가입·재방문 흐름에서의 위젯 배치
* [공통 관리 섹션 작업 가이드](/design_editor/part3_guide/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/part3_guide.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.
