# 安全性與隱私

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>

* [用量與額度](/maigpt/faq/usage.md)
* [回到 MaiGPT 總覽](/maigpt/maigpt.md)


---

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