> For the complete documentation index, see [llms.txt](https://bimil.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bimil.gitbook.io/docs/legal-documents/privacy-policy.md).

# Privacy Policy

{% tabs %}
{% tab title="English" %}
Effective Date: April 17, 2024

I have read and agree to the collection and use of personal information as outlined below.

**Purpose of Collection**

* To verify membership status and operate member services
* To prevent unauthorized and fraudulent use
* To handle customer complaints related to account services and operate the customer center
* To provide notifications and information related to account services
* To offer easy login services

**Items Collected**

* User ID, password, identity verification result (CI), name, email, company, job position of the member
* Generated information through cookies and log analysis programs (login time, access records, program download frequency, program usage frequency)

**Retention Period**

* Until the member withdraws from the BIMIL service.

\* However, if required by relevant laws, the Company will retain the personal information for the period specified by those laws.

※ Members have the right to refuse consent to the collection and use of personal information, but refusal may result in an inability to use the Service.
{% endtab %}

{% tab title="한국어" %}
시행일 : 2024년 4월 17일

본인은 아래의 동의 내용을 확인하고 개인정보의 수집 및 이용에 동의합니다

**수집 목적**

* 회원가입 여부 확인 식별 및 회원 서비스 운영
* 부정이용 방지 및 비인가 사용 방지
* 계정 관련 서비스 이용 고객 불만 사항 처리 등 고객센터 운영
* 계정 관련 서비스 이용 관련 회원 대상 안내 및 고지
* 간편 로그인 서비스 제공

**수집 항목**

* 회원 가입자의 아이디, 비밀번호, 본인인증 결과값(CI), 이름, 이메일, 회사, 담당업무
* 쿠키, 로그분석 프로그램을 통한 생성정보(로그인 시간, 접속기록(접속시간), 프로그램 다운로드 횟수, 프로그램 사용 횟수)

**보유기간**

* BIMIL 서비스 회원탈퇴 시 까지

\* 단, 관계 법령에 따라 고객의 개인정보를 보존하여야 하는 경우 당사는 해당 법령에서 정한 기간 동안 보관합니다.

※ 회원께서는 위 개인정보 수집 및 이용 동의를 거부할 권리가 있으나, 거부하실 경우 서비스 이용이 불가합니다.
{% endtab %}
{% endtabs %}


---

# 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://bimil.gitbook.io/docs/legal-documents/privacy-policy.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.
