> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/security.md).

# セキュリティとプライバシー

MaiGPT は設計の段階から企業データの安全性を確保しています。以下では、よくお寄せいただくセキュリティ関連のご質問にお答えします。

***

## よくある質問 <a href="#faq" id="faq"></a>

### 私の会話内容が外部に見られることはありますか？ <a href="#chat-visibility" id="chat-visibility"></a>

いいえ。お客様の会話データは自社の環境内にのみ保持され、他社や外部の人員からアクセスされることはありません。

### AI は私の会話をモデルの学習に使いますか？ <a href="#ai-training-on-chat" id="ai-training-on-chat"></a>

いいえ。MaiGPT が使用する AI モデルが、お客様の会話データを学習に用いることはありません。

### 会社の管理者は私の会話を見ることができますか？ <a href="#admin-access-to-chat" id="admin-access-to-chat"></a>

会社の権限設定によって異なります。具体的なプライバシーポリシーについては、社内の IT 管理者にお問い合わせください。

### アップロードしたファイルは安全ですか？ <a href="#uploaded-files-security" id="uploaded-files-security"></a>

アップロードしたファイルは会社の安全な環境内に保存され、転送中は全体を通して暗号化されています。

### コネクタ（Notion、Slack など）は安全ですか？ <a href="#connector-security" id="connector-security"></a>

コネクタは OAuth 標準の認可方式を使用しており、MaiGPT がお客様のアカウントやパスワードを保存することはありません。認可はいつでも解除できます。

***

## ご利用にあたっての推奨事項 <a href="#usage-recommendations" id="usage-recommendations"></a>

{% hint style="warning" %}
**機密性の高い情報の入力は避けてください**

MaiGPT には万全のセキュリティ対策が施されていますが、パスワード、クレジットカード番号、マイナンバーなどの機密性が極めて高い情報を、会話の中に直接入力することは避けることをおすすめします。
{% endhint %}

***

## 次のステップ <a href="#next-steps" id="next-steps"></a>

* [利用量とクレジット](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/usage.md)
* [MaiGPT 概要に戻る](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/maigpt.md)


---

# 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.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/maigpt/faq/security.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.
