> For the complete documentation index, see [llms.txt](https://guide.allibee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.allibee.ai/terms/notice/2026.02.02.md).

# \[2026.02.02] 개인정보처리방침 개정 안내

안녕하세요, 앨리비(allibee)입니다.

앨리비 서비스를 이용해 주시는 고객님들께 감사드리며, \
구글 계정을 이용한 간편 로그인(SSO) 기능 도입에 따라 개인정보처리방침이 일부 변경되어안내드립니다.

변경되는 내용은 아래와 같습니다.

#### **1. 주요 변경 내용**

**1) 수집하는 개인정보의 항목 추가 (제2조)**

* 구글 로그인을 이용하는 회원에 한하여 구글 계정 식별 정보가 수집 항목에 추가됩니다.

<table><thead><tr><th width="146">구분</th><th width="149">수집·이용 목적</th><th width="210">수집 항목 (변경 전)</th><th>수집 항목 (변경 후)</th></tr></thead><tbody><tr><td>고객사 대표 회원</td><td>서비스 이용 계약</td><td>성명, 이메일주소(아이디), 비밀번호</td><td>성명, 이메일주소(아이디), 비밀번호, [구글 로그인 시] 구글 계정 식별번호(ID)</td></tr><tr><td>고객사 재직 회원</td><td>회원가입 관리</td><td>성명, 이메일주소(아이디), 비밀번호</td><td>성명, 이메일주소(아이디), 비밀번호, [구글 로그인 시] 구글 계정 식별번호(ID)</td></tr></tbody></table>

2. **개인정보의 국외 이전 사항 추가**

* 구글 SSO(Single Sign-On) 기능을 통한 로그인 인증 처리를 위해 다음과 같이 국외 이전 내용이 추가됩니다.

<table><thead><tr><th width="217">항목</th><th>내용</th></tr></thead><tbody><tr><td>이전하는 개인정보항목</td><td>이메일 주소, 구글 계정 식별번호(ID)</td></tr><tr><td>이전 국가</td><td>대만, 일본, 싱가포르, 미국(USA), 칠레</td></tr><tr><td>이전 시기 및 방법</td><td>사용자가 구글 로그인 버튼 클릭 시 암호화된 네트워크를 통해 전송</td></tr><tr><td>이전받는 자 (수탁사)</td><td>Google LLC. (workspace.google.com)</td></tr><tr><td>개인정보보유 및 이용기간</td><td>회원 탈퇴 또는 서비스 이용 계약 종료 시까지</td></tr></tbody></table>

※ 개인정보의 국외 이전을 거부하실 경우 구글 로그인을 통한 서비스 이용이 불가능하며, 일반 이메일 가입을 통해 서비스를 이용하실 수 있습니다.

#### **2. 시행 일자**

* 변경된 개인정보처리방침은 **2026년 2월 9일자**로 효력이 발생합니다.

#### **3. 문의 및 이의 제기**

* 개정된 내용에 대한 문의나 이의가 있으신 경우, 고객센터([채팅](https://8kln6.channel.io)) 또는 개인정보보호 담당 부서(<privacy@bhsn.ai>)로 접수해 주시면 친절하게 안내해 드리겠습니다.

앨리비는 앞으로도 이용자의 개인정보를 소중히 다루며, 안전한 서비스를 제공하기 위해 최선을 다하겠습니다.\
감사합니다.


---

# 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.allibee.ai/terms/notice/2026.02.02.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.
