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

# \[2026.04.07] 앨리비 서비스 이용약관 개정 안내

안녕하세요, 앨리비(allibee)입니다.\
앨리비 서비스를 이용해 주시는 고객님들께 감사드립니다.

앨리비는 이용자분들께 더욱 고도화된 솔루션을 제공하고, 서비스 운영 정책을 투명하게 안내드리기 위해, \
**2026년 4월 20일**자로 서비스 이용약관을 개정할 예정입니다.

상세 개정 사항을 아래와 같이 안내해 드리오니 서비스 이용에 참고하시기 바랍니다.

#### **1. 주요 개정 사유**

* **신규 서비스 반영**: 생성형 AI 기반의 'allibee Agent(앨리비 에이전트)' 서비스 도입 및 정의 신설
* **이용 권한 세분화**: 계정 권한(대표/일반) 및 회원 종류 정의 구체화
* **과금 체계 정비**: AI 서비스 이용을 위한 '크레딧' 시스템 및 정기 결제 운영 정책 명문화
* **환불 정책 투명화**: 연간 정기 구독 해지 시 환불 산식 도입 및 크레딧 환불 규정 상세화

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

<table><thead><tr><th width="164.333251953125">항목</th><th width="239">변경 전 (2024.09.09 시행)</th><th>변경 후 (2026.04.20 시행 예정)</th></tr></thead><tbody><tr><td>서비스 명칭</td><td>allibee, allibee Agent</td><td>allibee 계약관리솔루/기업법무관리솔루션, allibee Agent</td></tr><tr><td>회원 및 계정</td><td>기업/개인 회원 구분</td><td>대표 계정(관리 권한) 및 일반 계정 구분 추가</td></tr><tr><td>서비스 내용</td><td>기본적인 계약/자문/소송 관리</td><td>AI 기반 문서 검색, 요약, <br>번역 및 사내 문서 연동 기능 구체화</td></tr><tr><td>결제 및 크레딧</td><td>정기결제 시 말일 결제</td><td><p>AI 크레딧 단위 도입, </p><p>결제일 부재 시 말일 전날 결제</p></td></tr><tr><td>연간 구독 환불</td><td>이용일수 및 10% 수수료 공제</td><td><p>공식 환불 산식 도입</p><p>(위약금 10% 및 정가 기반 정산)</p></td></tr><tr><td>AI 콘텐츠 지침</td><td>기본적인 질의응답 정의</td><td><p>머신러닝 특성 안내, </p><p>전문가 검토 의무 및 상업적 판매 금지 명시</p></td></tr></tbody></table>

#### **3. 개정 일정 및 동의 안내**

* 공고 기간: 2026년 4월 7일 \~ 2026년 4월 19일
* 시행 일자: 2026년 4월 20일

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

* 개정 유예기간 내에 명시적으로 거부 의사를 표시하지 않으시는 경우, 본 개정 약관에 동의하신 것으로 간주됩니다.
* 개정 내용에 대한 문의나 이의가 있으신 경우, 고객센터([채팅](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.04.07.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.
