# 🚪회원가입/로그인

### 1) 로그인 또는 계정 만들기

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

* **Apple / Facebook / Google** 중 하나를 선택해 로그인합니다.
* 처음 로그인하면 **Studio 계정이 자동 생성**됩니다.
* 화면 하단 **‘회원가입’**&#xC744; 눌러도 동일한 소셜 계정 연결로 진행됩니다.
* 인증은 **Clerk**을 통해 안전하게 처리됩니다.

> **NOTE**\
> 이 화면에서는 **별도의 사용자 아이디를 만들지 않습니다.**\
> **공개 URL은 ‘인스타그램 채널 연동’**&#xC744; 완료하면 자동 부여됩니다.\
> 규칙: `studio.hemogry.com/@<인스타그램 아이디>`

***

### 2) 소셜 계정 승인

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

* 소셜 로그인 제공자의 **계정 선택/승인**을 완료합니다.
* 승인 후 **Hemogry Studio로 자동 복귀**합니다.

***

### 3) 첫 진입: 홈 화면

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

* 첫 진입 시 상단에 **인스타그램 연동 안내 배너**가 보입니다.
* **\[인스타그램 연결하기]** 버튼으로 채널을 연결하면
  * 공개 프로필 주소가 **`studio.hemogry.com/@<인스타그램 아이디>`** 로 생성되고
  * **레시피 관리** 및 **Creator’s Pick(제품 관리)** 기능을 사용할 수 있습니다.

***

### 4) 사이드바 구성 & 로그아웃

* 🏠 **홈**: 요약 대시보드 / 연결 상태
* 📖 **레시피 관리**: 내 영상에서 생성된 레시피 목록·편집
* 🧂 **제품 관리**: Creator’s Pick 슬롯 및 상품 링크 관리
* 좌측 하단: **개인정보 처리방침**, **서비스 이용약관**, **계정(프로필)**, **로그아웃**

***

### 💬 흔한 질문

* **Q. 공개 프로필 주소는 언제 생기나요?**\
  A. 인스타그램 채널을 연동하면 자동으로 생성됩니다. 규칙은 `studio.hemogry.com/@<인스타그램 아이디>` 입니다.
* **Q. 소셜 로그인을 바꾸고 싶어요.**\
  A. 로그아웃 후 다른 소셜 계정으로 다시 로그인하면 됩니다. 동일 인스타그램을 연동하면 같은 크리에이터로 이어집니다.
* **Q. 로그인은 되는데 홈에서 아무것도 안 보여요.**\
  A. 인스타그램 연동 전이라면 기능이 제한됩니다. 홈의 **\[인스타그램 연결하기]**&#xB97C; 먼저 완료하세요.


---

# 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://hemogry.gitbook.io/hemogry-studio/start/undefined.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.
