> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/jp/keeperchat.md).

# KeeperChat

## 概要

KeeperのセキュアメッセージソリューションであるKeeperChatを使用すると、共有する内容や相手を自分で完全に管理できるため、友人、家族、同僚と安心してチャットできます。また、最高水準のセキュリティを備えており、保存中および送信中のメッセージをエンドツーエンドで暗号化します。KeeperChatは、Android、iOS、Windows、macOSなど、様々なデバイスやプラットフォームに対応しており、[Google Play](https://play.google.com/store/apps/details?id=com.keepersecurity.chat)または[App Store](https://apps.apple.com/jp/app/keeperchat-%E6%9A%97%E5%8F%B7%E5%8C%96%E3%81%95%E3%82%8C%E3%81%9F%E3%83%A1%E3%83%83%E3%82%BB%E3%83%B3%E3%82%B8%E3%83%A3%E3%83%BC/id1216446440)からダウンロードしていただけます。

<figure><img src="/files/xRMbMx5FXaGTgxjCar9S" alt=""><figcaption><p>Android版KeeperChat</p></figcaption></figure>

## 特長と機能

* メッセージは、パスワードと同様に安全なデジタルボルト (保管庫) に保存されます。このボルトには、Keeperパスワードマネージャーへのログインに使用するのと同じ認証情報または生体認証 (指紋もしくはFace ID) を使用してアクセスします。
* 2要素認証が利用できるため、不正アクセスに対する安全性が強化されます。
* パスワードの暗号化技術と同様に、メッセージが256ビットAES暗号化によるゼロ知識セキュリティアーキテクチャで保護されます。
* 自己破壊タイマーおよびメッセージの取り消し機能によって、メッセージやファイルを痕跡を残さず削除できます。
* メッセージ履歴とチャットのスレッドは、すべてのデバイス間で自動的に同期されます。
* 機密性の高い画像や動画を完全なプライバシーを保ちつつ安全に共有できます。画像や動画はプライベートギャラリーに保存されるため、カメラロールには一切痕跡が残りません。

## ユーザー体験と機能のプレビュー

KeeperChatはすべての機能が無料で使用できます。追加ストレージ、自己破壊機能およびメッセージ取り消し機能を無制限に利用するには、[KeeperChat Plus](https://www.keepersecurity.com/ja_JP/keeperchat.html?tab=personal\&t=p)へのアップグレードをご利用ください。

### 生体認証ログインおよび2要素認証

2要素認証および生体認証ログイン設定にアクセスするには、**KeeperDNA**に移動します。

<figure><img src="/files/tdRwdkLtJ94m6IioQ93t" alt=""><figcaption><p>iOS版KeeperDNA</p></figcaption></figure>

<figure><img src="/files/0LEGndnClD36qnntiZjK" alt=""><figcaption><p>Android版KeeperDNA</p></figcaption></figure>

### メッセージの自己破壊と取り消し

メッセージを送信する前に**タイマーアイコン**をタップし、スライダーを使用して自己破壊タイマーを設定します。

<figure><img src="/files/pDGn8NuG48ICFX6QZ52J" alt=""><figcaption></figcaption></figure>

送信済みメッセージの取り消しや編集、自己破壊タイマーの設定を行うには、**対象のメッセージを長押し (またはクリック)** して、メニューから操作を選択します。

<figure><img src="/files/imgoeRMiWzniZrVG1Lo8" alt=""><figcaption></figcaption></figure>

### プライベートメディアギャラリー

**\[ギャラリー]** に移動し、機密性の高い画像や動画をアップロードして安全に共有します。

<figure><img src="/files/LTUqqK8PxMYyQ3CoTZu0" alt=""><figcaption></figcaption></figure>

### グループチャット

**チャットの作成アイコン**を選択し、**\[グループチャットを選択]** を選択してユーザーを追加します。

<figure><img src="/files/5CXk2sxyINsVqA2mRLgI" alt=""><figcaption><p>iOSでの連絡先の作成とグループチャットの開始</p></figcaption></figure>

友人、家族、同僚のグループと内輪でのコミュニケーションやコラボレーションが可能です。

<figure><img src="/files/AOnaZEZKU8RD32xmkH9d" alt=""><figcaption><p>Androidでのユーザーの追加とグループチャットの開始</p></figcaption></figure>

<figure><img src="/files/2NuPOcUHtj83amNcOCam" alt=""><figcaption><p>グループチャット</p></figcaption></figure>

{% hint style="info" %}
ビジネスプランおよびエンタープライズプランでは、チームメッセージにKeeperChatが使用できます。また、管理コンソールのチーム管理機能との統合にも対応しています。
{% 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://docs.keeper.io/user-guides/jp/keeperchat.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.
