> For the complete documentation index, see [llms.txt](https://guide.hypercape.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.hypercape.com/brand-guide/undefined/undefined-5.md).

# 스토어 화면

이 영역은 고객이 실제로 보는 자사몰 화면을 관리하는 곳입니다.\
텍스트, 이미지, 정책, 이벤트가 모두 여기서 운영됩니다.

### 1. 스토어 홈페이지

> **경로**: 워크스페이스 > **스토어 화면 영역** 카드 > **스토어 홈페이지**

메인 페이지를 구성하는 화면입니다.\
이 화면은 AI 처리, 검토, 배포 흐름으로 동작합니다.

<figure><img src="/files/DZgTovki5N59LTtAuzoS" alt=""><figcaption></figcaption></figure>

#### 1-1. 요청 상태

* **AI 처리 중**
* **검토 중**
* **수정 요청**
* **배포됨**
* **롤백됨**

#### 1-2. 가능한 작업

* 섹션 구성과 순서 조정
* 피드백 등록
* **배포**
* **롤백**

#### 1-3. 인라인 확장 보기

요청 행을 펼치면 아래 내용을 바로 볼 수 있습니다.

* AI 처리 결과
* 리뷰 코멘트
* 변경 이력

> 🟡 **배포**와 **롤백**은 고객 화면에 바로 반영됩니다. 진행 전 한 번 더 검토하세요.

### 2. 배너 관리

> **경로**: 워크스페이스 > **스토어 화면 영역** 카드 > **배너 관리**

홈페이지 상단 hero 배너를 관리합니다.

<figure><img src="/files/EG9wKNPzSk2gs9WchXhF" alt=""><figcaption></figcaption></figure>

#### 2-1. 가능한 작업

* 배너 추가
* 배너 편집
* 배너 삭제
* 이미지 업로드
* **활성화** 토글
* 정렬 순서 조정

### 3. 스토리

> **경로**: 워크스페이스 > **스토어 화면 영역** 카드 > **전체 작업 보기** > **스토리**

<figure><img src="/files/xEpNRDlib3jHMzdaU4cj" alt=""><figcaption></figcaption></figure>

브랜드 배경과 콘텐츠를 소개하는 섹션입니다.\
예: **브랜드 비하인드**, **원료 이야기**

#### 3-1. 구성 항목

각 스토리는 아래 항목으로 구성됩니다.

* **제목**
* **설명**
* **이미지**
* **활성화** 토글
* **정렬 순서**

#### 3-2. 가능한 작업

가능한 작업은 추가, 편집, 삭제입니다.

### 4. FAQ

> **경로**: 워크스페이스 > **스토어 화면 영역** 카드 > **전체 작업 보기** > **FAQ**

<figure><img src="/files/l3e6ZZD0otbAO99tSFPq" alt=""><figcaption></figcaption></figure>

고객이 자주 묻는 질문을 관리합니다.

#### 4-1. 구성 항목

각 항목은 아래 값으로 구성됩니다.

* **질문**
* **답변**
* **활성화** 토글
* **정렬 순서**

#### 4-2. 가능한 작업

가능한 작업은 추가, 편집, 삭제입니다.

### 5. 정책

> **경로**: 워크스페이스 > **스토어 화면 영역** 카드 > **전체 작업 보기** > **정책**

<figure><img src="/files/K7p09ZgLarnj1zAmS1zL" alt=""><figcaption></figcaption></figure>

반품, 환불, 배송, 개인정보 관련 정책을 작성합니다.

#### 5-1. 주의사항

정책은 고객과 회사 모두에 영향을 줍니다.\
변경 전 책임자 또는 법무 검토를 권장합니다.

### 6. 이벤트

> **경로**: 워크스페이스 > **스토어 화면 영역** 카드 > **전체 작업 보기** > **이벤트**

<figure><img src="/files/QoAryFXNC1hKPBjdFjeQ" alt=""><figcaption></figcaption></figure>

시즈널 이벤트와 캠페인 정보를 운영합니다.

#### 6-1. 구성 항목

각 이벤트는 아래 항목으로 구성됩니다.

* **이벤트명**
* **설명**
* **이미지**
* **시작 일시**
* **종료 일시**
* **활성화** 토글

#### 6-2. 가능한 작업

가능한 작업은 추가, 편집, 삭제입니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.hypercape.com/brand-guide/undefined/undefined-5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
