> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-hk/genstudio-workspace/data-security/data-loss-prevention.md).

# 數據丟失防護

我們的防止資料遺失系統幫助使用者保護他們的個人可識別資訊（PII）。它的作用方式是掃描使用者輸入的敏感資料，並提供實時警告以協助避免不小心洩露資料。

該系統被設計用來檢測各種範圍的敏感資料類型。當使用者輸入包含這些類型的資料時，我們的系統將提醒用戶。用戶接著有選擇是否繼續發送該訊息、無名化文本，或者選擇完全不發送該訊息的選擇。

## 支援的實體清單：

### **全球實體：**

* 信用卡號碼
* 加密錢包號碼
* 電子郵件地址
* 國際銀行賬戶號碼 (IBAN)
* 電話號碼
* 醫療許可證號碼

### **國家特定實體：**

#### 美國：

* 美國銀行帳號
* 美國駕駛執照號碼
* 美國個人納稅者識別號碼 (ITIN)
* 美國護照號碼
* 美國社會安全號碼（SSN)

#### 英國:

* 英國國民保健署（NHS）號碼

#### 西班牙：

* 西班牙稅號（NIF）

#### 意大利：

* 意大利個人身份證碼
* 意大利駕駛執照號碼
* 意大利增值稅碼號
* 意大利護照號碼
* 意大利身份證號碼

#### 新加坡：

* 新加坡全國登記證明證號碼

#### 澳洲：

* 澳洲商業號碼 (ABN)
* 澳洲公司號碼 (ACN)
* 澳洲稅務檔案號碼 (TFN)
* 澳洲醫療保險號碼

© 2023 SkyDeck AI Inc.


---

# 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.skydeck.ai/zh-hk/genstudio-workspace/data-security/data-loss-prevention.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.
