# 数据丢失防护

我们的数据丢失预防系统帮助用户保护他们的个人身份信息（PII）。它通过扫描用户输入的敏感数据，并提供实时警告来帮助防止无意识的数据暴露。

该系统设计用于检测各种类型的敏感数据。当用户输入包含这些类型的数据时，我们的系统将警告用户。用户随后有选择发送消息，匿名化文本，或者选择完全不发送消息的选项。

## 支持的实体列表：

### **全球实体：**

* 信用卡号码
* 加密钱包号码
* 电子邮件地址
* 国际银行账户号码 (IBAN)
* 电话号码
* 医疗执照号码

### **特定国家的实体：**

#### 美国：

* 美国银行账户号码
* 美国驾照号码
* 美国个人纳税者识别号码（ITIN）
* 美国护照号码
* 美国社会保障号码（SSN)

#### 英国：

* 英国国家卫生服务系统（NHS）编号

#### 西班牙:

* 西班牙税务识别号（NIF）

#### 意大利：

* 意大利个人身份识别码
* 意大利驾驶执照号码
* 意大利增值税编码
* 意大利护照号码
* 意大利身份证号码

#### 新加坡：

* 新加坡国民登记身份证号码

#### 澳大利亚：

* 澳大利亚商业号码 (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/zh-cn/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.
