> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ko/security/privacy-and-security-disclosure.md).

# 데이터 보호

개인정보 및 보안 고지는 어떤 Verkada 제품이 설치되어 있는지, 어떤 분석 기능이 활성화되어 있는지, 그리고 개인정보 보호를 위해 조직에서 사용하지 않기로 선택한 기능이 무엇인지 확인할 수 있게 해줍니다.

***

## 고지 만들기

조직 전체에 대해 하나의 고지를 만들거나, 해당 위치에서 사용 중인 기능에 따라 사이트별로 개별 고지를 만들 수 있습니다.

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Admin으로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 데이터 개인정보 보호 > 공개 고지를 선택합니다.**
{% endstep %}

{% step %}
**상단에서 고지 드롭다운을 클릭한 다음 새로 만들기를 선택합니다.**
{% endstep %}

{% step %}
**고지 만들기 패널에서:**

a. **필수**. 사이트 이름을 입력하고 이 고지에 대한 사이트를 선택합니다.\
b. 회사 로고를 업로드합니다.

<div align="left" data-with-frame="true"><img src="/files/25fabea81db44ce0965b5677bef227288b10ef4b" alt="" width="339"></div>

c. (선택 사항) 필요한 경우 추가 정보(기능 사용, 연락처 정보, 개인정보 처리방침)를 켭니다.

<div align="left" data-with-frame="true"><img src="/files/ed4b2ff32315b37468defbc6ae9ad2515bb76f45" alt=""></div>
{% endstep %}

{% step %}
**완료되면 오른쪽 상단에서 게시를 클릭합니다. 확인용 고지 미리보기가 표시됩니다.**

<div align="left" data-with-frame="true"><img src="/files/8be8763a3046923d0c21bf0d566b9a5f9fa27121" alt="" width="360"></div>
{% endstep %}
{% endstepper %}

***

## 고지 공유

고지를 게시하면 공유할 수 있습니다.

{% stepper %}
{% step %}
**미리보기 페이지의 오른쪽 상단에서 줄임표(세로 점 3개) 아이콘을 클릭합니다.**
{% endstep %}

{% step %}
**목록에서 다음 중 하나를 생성하는 공유 방법을 선택할 수 있습니다:**

* **QR 코드**—현장에 물리적으로 게시하거나 인터넷으로 공유할 수 있는 다운로드 가능한 QR 코드입니다.
* **링크 복사**—인터넷으로 공유할 수 있으며 고지의 웹 버전을 제공하는 하이퍼링크입니다.
* **인쇄**—인쇄할 수 있는 개인정보 고지의 다운로드 가능한 PDF입니다.
  {% endstep %}
  {% endstepper %}

{% hint style="warning" %}
개인정보 고지를 게시하면 링크는 공개적으로 이용 가능하지만, 홍보되거나 자동으로 공유되지는 않습니다. 하이퍼링크를 사용해 개인정보 고지를 공유할 계획이라면 직접 공개해야 합니다.
{% endhint %}


---

# 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://help.verkada.com/command/ko/security/privacy-and-security-disclosure.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.
