# 什麼是 MaiGPT？

MaiGPT 是公司專屬的 AI 對話助理。你可以像使用 ChatGPT 一樣跟它對話，但它還能查詢公司內部資料、連接你的工作工具，而且所有對話都留在公司內部，不會外流。

## 全景圖：MaiGPT 的功能模組 <a href="#feature-modules" id="feature-modules"></a>

<figure><img src="/files/mY0eTcEcGTGRXSveoWE8" alt="MaiGPT 六大功能模組全景圖"><figcaption><p>MaiGPT 六大功能模組全景圖</p></figcaption></figure>

AI 對話是核心體驗——選擇模型、上傳檔案、直接提問。其他功能是對話的能力擴充：Canvas 讓你即時編輯 AI 產出的文件、Deep Research 讓 AI 自動搜尋網路產出完整報告、AI 生圖讓你用文字描述畫面、連接器讓 AI 能存取你的 Notion、Slack 等工作工具。

## 六大功能速覽 <a href="#six-features-summary" id="six-features-summary"></a>

| 功能                                            | 做什麼                             | 典型用途                                     |
| --------------------------------------------- | ------------------------------- | ---------------------------------------- |
| [**AI 對話**](/maigpt/chat.md)                  | 多模型對話，支援檔案上傳、知識庫問答、上網搜尋         | 日常問答、文件分析、翻譯                             |
| [**Canvas 畫布**](/maigpt/canvas.md)            | 即時編輯 AI 產出的長文內容                 | 寫報告、Email、提案、製作圖表                        |
| [**Deep Research**](/maigpt/deep-research.md) | AI 自動搜尋網路，產出結構化研究報告             | 市場調查、競品分析、主題研究                           |
| [**AI 生圖**](/maigpt/image.md)                 | 用文字描述生成圖片，可反覆編輯迭代               | 行銷素材、簡報插圖、概念視覺化                          |
| [**連接器**](/maigpt/connectors.md)              | 連接外部工作工具，讓 AI 直接查詢              | 查 Notion 筆記、搜 Slack 訊息、找 Google Drive 文件 |
| [**多裝置使用**](/maigpt/access.md)                | 網頁、iOS App、LINE、Microsoft Teams | 隨時隨地使用 MaiGPT                            |

## 跟 Agent Builder 有什麼不同？ <a href="#comparison-with-agent-builder" id="comparison-with-agent-builder"></a>

<figure><img src="/files/b8CQMi3cydkAANObhFJG" alt="MaiGPT 與 Agent Builder 使用情境比較"><figcaption><p>MaiGPT vs Agent Builder：定位、對象、用途與操作方式一覽</p></figcaption></figure>

|          | MaiGPT            | Agent Builder    |
| -------- | ----------------- | ---------------- |
| **對象**   | 公司全體員工            | IT 管理員 / 開發者     |
| **用途**   | 直接跟 AI 對話，完成日常工作  | 建置面向客戶或內部的 AI 助理 |
| **操作方式** | 像 ChatGPT 一樣打字就能用 | 設定角色指令、知識庫、工具等模組 |

**簡單判斷**：想自己用 AI → MaiGPT；想幫別人建 AI 助理 → Agent Builder。

## 建議的使用順序 <a href="#recommended-getting-started-order" id="recommended-getting-started-order"></a>

如果你是第一次使用 MaiGPT，建議按以下順序上手：

```
步驟 1 → 開始對話，選一個 AI 模型直接問問題
步驟 2 → 試試上傳檔案，讓 AI 幫你分析文件內容
步驟 3 → 用 Canvas 畫布，請 AI 幫你寫一份報告或 Email
步驟 4 → 視需求擴充：連接 Notion / Slack、使用 Deep Research
```

> 不需要一次學會所有功能。先用對話 + 上傳檔案跑起來，之後再逐步探索進階功能。

## 還有疑問？

* [**常見問題**](/maigpt/faq.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/maigpt.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.
