> 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-2.md).

# 몰 워크스페이스

**이 몰로 이동** 을 누르면 그 몰만의 작업 공간이 열립니다. 다른 몰의 작업과 섞이지 않도록, 화면 상단에는 항상 **현재 몰 범위** 라는 회색 테두리 배지가 표시됩니다.

### 1. 워크스페이스 상단 — 한눈에 보는 상태

<figure><img src="/files/7XNts94ghEJ05iHKvY8b" alt=""><figcaption></figcaption></figure>

페이지 맨 위에 큰 카드가 있습니다.

#### 1-1. 상단 카드 구성

* **현재 몰 범위** 배지와 **운영 가능** 또는 "**N/N 단계 완료**" 배지가 나란히 표시됩니다.
* 그 아래 **지금 처리할 일** 박스에 우선 작업 1가지가 큰 버튼으로 제안됩니다.
* 다음 줄에는 작은 카드 3개가 있습니다.
  * **연결 상태** — 마지막 통신 시각 + **연결 테스트** 버튼
  * **카탈로그 상태** — 등록된 상품 개수 또는 "상품 확인 필요"
  * **안전한 돌아가기** — **쇼핑몰 목록** 으로 돌아가는 링크 (브랜드 범위 유지)

> 이 몰이 아직 준비 부족이라면, 카드 위에 빨간 띠로 "**먼저 막힌 몰 상태를 복구해야 합니다**" 또는 "**몰 운영 전에 준비 단계를 조금 더 끝내야 합니다**" 안내가 붙습니다.

### 2. 드롭다운 메뉴 (6개)

자주 쓰는 화면으로 한 번에 점프하는 6개 드롭다운 메뉴가 있습니다.

#### 2-1. 드롭다운 메뉴 구성

* **개요** — 워크스페이스 메인 (지금 보고 있는 화면)
* **주문·배송**
* **고객·환불** (빨간색 — 환불은 금전이 오가므로 주의 표시)
* **상품·카탈로그**
* **스토어 홈페이지**
* **연동 / 접근**

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

### 3. 이 몰의 작업 영역 — 6개 큰 카드

페이지를 내리면 그 몰에서 할 수 있는 모든 작업이 6개 영역 카드로 묶여 있습니다.

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

#### 3-1. 참고

각 카드의 자세한 내용은 **Part 5 \~ Part 10** 에서 영역별로 다룹니다.

### 4. 여러 몰 사이 전환

브랜드에 몰이 2개 이상 있다면 워크스페이스 상단 우측에 **쇼핑몰 선택** 드롭다운이 표시됩니다. 다른 몰로 점프해도 지금 보던 화면(예: 주문 관리)이 그대로 유지된 채 몰만 바뀝니다.

<figure><img src="/files/94uypZ8DPRvKzvq0zb1H" alt=""><figcaption></figcaption></figure>

#### 4-1. 전환 방식

다른 몰로 점프해도 지금 보던 화면은 유지됩니다.


---

# 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-2.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.
