> For the complete documentation index, see [llms.txt](https://docs.groobee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.groobee.ai/new-admin/notes/privacy-policy.md).

# 개인정보 처리방침

그루비 서비스를 이용하는 경우, 고객사와 그루비 간 개인정보 처리에 관한 업무 위수탁 관계가 발생합니다.

이에 따라 위탁자인 고객사는 「개인정보보호법」 및 「정보통신망법」에 의거하여, 현재 운영 중인 사이트의 '개인정보 처리방침'을 통해 위탁 현황(수탁자 및 업무 내용)을 공개해야 할 의무가 있습니다.

관련 법령 미준수로 인한 과태료 부과 등의 불이익을 받지 않도록, 귀사의 개인정보 처리방침 내 '개인정보 처리 위탁 현황' 항목에 아래 내용을 반영해 주세요.

<table><thead><tr><th width="203.62890625">수탁자</th><th>위탁 업무 내용</th></tr></thead><tbody><tr><td>(주)플래티어</td><td>사이트 내 개인화 콘텐츠 제공, 푸시 알림(앱 푸시) 발송, 카카오톡 발송, SMS 발송, 이메일 발송</td></tr></tbody></table>


---

# 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://docs.groobee.ai/new-admin/notes/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.
