# データ損失防止

私たちのデータロス防止システムは、ユーザーが個人を特定できる情報（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/ja/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.
