> For the complete documentation index, see [llms.txt](https://kakaowork.gitbook.io/kakao-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaowork.gitbook.io/kakao-work/basic/admin/security.md).

# 보안

카카오워크는 기업용 종단간 암호화 기반 데이터 보호체계인 E3(Enterprise Endpoint Encryption) 시스템을 기반으로 고객 데이터를 보호하는 기능을 제공합니다. 누구도 고객 데이터를 확인할 수 없어 안심하고 쓸 수 있는 안전한 클라우드 환경에서 카카오워크를 사용할 수 있습니다.<br>

{% content-ref url="/pages/SgsGOe7zikWLx3193Nzt" %}
[공통](/kakao-work/basic/admin/security/common.md)
{% endcontent-ref %}

{% content-ref url="/pages/zo4PrhOvkEMCouOb8azL" %}
[PC](/kakao-work/basic/admin/security/pc.md)
{% endcontent-ref %}

{% content-ref url="/pages/XpbE3zADqI9K41OauUdu" %}
[모바일](/kakao-work/basic/admin/security/mobile.md)
{% endcontent-ref %}

{% content-ref url="/pages/K2Wc8oad1QjkLOKFg0mg" %}
[외부 멤버와 대화](/kakao-work/basic/admin/security/chat.md)
{% endcontent-ref %}

{% content-ref url="/pages/7dvSm4J2zWip9ErPaKw2" %}
[메시지 보안](/kakao-work/basic/admin/security/message.md)
{% endcontent-ref %}

{% content-ref url="/pages/wXbUsA3IuFCOX7SDLq86" %}
[로그인 이력](/kakao-work/basic/admin/security/login-history.md)
{% endcontent-ref %}

{% content-ref url="/pages/0AU1Y7De9jld7VLFhy72" %}
[접속 기기 현황](/kakao-work/basic/admin/security/device.md)
{% endcontent-ref %}


---

# 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://kakaowork.gitbook.io/kakao-work/basic/admin/security.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.
