# 常見問題

使用 MaiGPT 時最常遇到的問題。

***

## 問題分類 <a href="#question-categories" id="question-categories"></a>

| 分類                                                                  | 解答什麼                      |
| ------------------------------------------------------------------- | ------------------------- |
| [**用量與額度**](https://docs.maiagent.ai/maigpt/faq/usage)              | 什麼操作會消耗用量、怎麼節省用量          |
| [**模型差異怎麼選**](https://docs.maiagent.ai/maigpt/faq/model-comparison) | Claude、GPT、Gemini 各適合什麼場景 |
| [**安全性與隱私**](https://docs.maiagent.ai/maigpt/faq/security)          | 資料怎麼保護、對話會不會外流            |

***

## 快速解答 <a href="#quick-answers" id="quick-answers"></a>

**MaiGPT 跟 ChatGPT 有什麼不同？**

MaiGPT 是公司專屬的 AI 助理。資料留在公司內部、可以查詢公司知識庫、支援多種 AI 模型、由公司 IT 統一管理。

**我需要付費嗎？**

不用。用量由公司統一管理和支付。

**我的對話安全嗎？**

所有對話都在公司環境內處理，不會用於 AI 模型訓練。詳見[安全性與隱私](https://docs.maiagent.ai/maigpt/faq/security)。

***

## 下一步 <a href="#next-steps" id="next-steps"></a>

* [用量與額度](https://docs.maiagent.ai/maigpt/faq/usage)
* [模型差異怎麼選](https://docs.maiagent.ai/maigpt/faq/model-comparison)
* [安全性與隱私](https://docs.maiagent.ai/maigpt/faq/security)
* [回到 MaiGPT 總覽](https://docs.maiagent.ai/maigpt/maigpt)


---

# 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.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.
