# 데이터 손실 방지

우리의 데이터 손실 방지 시스템은 사용자들이 개인식별정보(PII)를 안전하게 보호할 수 있도록 돕습니다. 이 시스템은 사용자의 입력 데이터를 스캔하여 민감한 정보를 찾아내고, 실시간으로 경고를 제공함으로써 실수로 데이터를 노출하는 것을 방지합니다.

시스템은 다양한 민감한 데이터 유형을 감지하도록 설계되었습니다. 사용자의 입력이 이러한 유형의 데이터를 포함하고 있을 때, 우리의 시스템은 사용자에게 경고를 보냅니다. 그런 다음 사용자는 메시지를 그대로 보내거나, 텍스트를 익명화하거나, 아예 메시지를 보내지 않는 옵션을 선택할 수 있습니다.

## 지원되는 엔티티 목록 :

### **전역 개체:**

* 신용카드 번호
* 암호화폐 지갑 번호
* 이메일 주소
* 국제 은행 계좌 번호 (IBAN)
* 전화 번호
* 의료 면허 번호

### **국가별 개체:**

#### 미국:

* 미국 은행 계좌 번호
* 미국 운전 면허 번호
* 미국 개인 납세자 식별 번호 (ITIN)
* 미국 여권 번호
* 미국 사회 보장 번호 (SSN)

#### 영국:

* 영국 국립건강서비스 (NHS) 번호

#### 스페인:

* 스페인 세금 ID (NIF) 번호

#### 이탈리아:

* 이탈리아 개인 식별 코드
* 이탈리아 운전 면허 번호
* 이탈리아 부가가치세(VAT) 코드 번호
* 이탈리아 여권 번호
* 이탈리아 신분증 번호

#### 싱가포르:

* 싱가포르 국가 등록 신분증 번호

#### 호주:

* 호주 사업 번호 (ABN)
* 호주 회사 번호 (ACN)
* 호주 세금 파일 번호 (TFN)
* 호주 메디케어 번호

© 2023 SkyDeck AI Inc.


---

# Agent Instructions: 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:

```
GET https://docs.skydeck.ai/ko/genstudio-workspace/data-security/data-loss-prevention.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
