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

# 연결 · 설정

이 영역은 그 몰의 "안전 점검" 영역입니다. 통신·권한·복구가 필요한지를 확인하는 곳이며, 평소엔 자주 들어오지 않습니다.

### 1. 연결·설정 보기 (연동 / 접근)

> **경로**: 워크스페이스 > **연결·설정** 영역 카드 > **연결·설정 보기** (또는 상단 탭 **연동 / 접근**)

이 페이지는 자사몰이 우리 브랜드 시스템과 어떻게 연결되어 있는지 **확인만** 하는 화면입니다. 정보 변경은 거의 모두 **몰 운영** 페이지의 보조 관리 작업에서 진행합니다.

#### 1-1. 화면에서 볼 수 있는 정보

* **브랜드 서버 주소** — 자사몰이 접속하는 우리 시스템 주소
* **몰 등록 번호** — 내부 식별자
* **연결 키 (Client ID)** — 자사몰의 공개 식별 번호
* **연결 상태** — 사용 중 / 해지됨 등
* **스토어 주소** — 자사몰 실제 사이트 URL
* **마지막 통신 시각**

#### 1-2. 자사몰 설정 키 섹션

환경변수 형태의 설정값을 항목별로 다시 한 번 복사할 수 있습니다. **단, 비밀번호(Secret)는 보안상 이 화면에서 다시 표시되지 않습니다.** 비밀번호가 필요하면 몰 디렉토리에서 **다시 발급하기** 를 사용해야 합니다.

#### 1-3. 위험 작업 동선

페이지 하단에 **쇼핑몰 목록으로 돌아가서 다시 발급/해제하기** 버튼이 있습니다. 누르면 몰 운영 메인으로 이동해 보조 관리 작업 영역에서 비밀번호 재발급이나 연결 해제를 진행할 수 있습니다.

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

### 2. 관리자 권한 (운영 멤버 관리)

> **경로**: 워크스페이스 > **연결·설정** 영역 카드 > **관리자 권한**

이 페이지는 **누가 이 몰을 운영할 수 있는지**를 결정하는 곳입니다. 핵심 사실 한 가지는 멤버 권한이 **브랜드 단위**로 관리된다는 점입니다 — 즉, 이 몰에서 추가한 멤버는 **같은 브랜드 아래의 다른 몰들도 함께 관리**할 수 있게 됩니다.

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

<figure><img src="/files/0OrS1ujvd6LXKVGGlqF6" alt=""><figcaption></figcaption></figure>

#### 2-1. 페이지 상단 통계 카드

* **전체 멤버**
* **활성 멤버**
* **초대 대기**

#### 2-2. 거버넌스 주의 박스

페이지 상단에 노란 경고 박스가 있습니다. 권한 변경 전 확인할 사항을 강조합니다 (브랜드 전체에 영향, 되돌리기 어려운 작업 등).

#### 2-3. 멤버 목록에서 가능한 작업

* **운영 멤버 초대** — 새 멤버를 이메일로 초대 (Owner/Admin만 가능)
* **역할 변경** — Owner / Admin / Member 등 권한 등급 조정
* **멤버 제거** — 운영 권한 회수 🔴
* **초대 재발송** — 초대 메일 만료 시 다시 보내기

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

#### 2-4. 주의사항

> 🔴 멤버 제거는 그 사람의 다른 몰 접근까지 함께 끊습니다. 같은 브랜드 안에서 한 명이 여러 몰을 함께 운영하는 경우가 많으므로, 제거 전 그 분의 다른 몰 운영 책임을 누가 인계받을지 먼저 정해 두세요.


---

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