> 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/maigpt.md).

# MaiGPT 總覽

- [什麼是 MaiGPT？](https://docs.maiagent.ai/maigpt/maigpt.md)
- [用範本建立文件與表格](https://docs.maiagent.ai/maigpt/document-templates.md): 從 MaiGPT 的文件或表格範本開始，搭配知識庫、技能或資料庫建立工作草稿
- [AI 對話](https://docs.maiagent.ai/maigpt/chat.md)
- [Canvas 畫布](https://docs.maiagent.ai/maigpt/canvas.md)
- [Deep Research 深度研究](https://docs.maiagent.ai/maigpt/deep-research.md)
- [AI 生圖](https://docs.maiagent.ai/maigpt/image.md)
- [連接器](https://docs.maiagent.ai/maigpt/connectors.md)
- [在不同裝置上使用](https://docs.maiagent.ai/maigpt/access.md)
- [網頁版](https://docs.maiagent.ai/maigpt/access/web.md)
- [iOS App](https://docs.maiagent.ai/maigpt/access/ios.md): MaiGPT iOS 手機 App：在 iPhone／iPad 上使用 MaiGPT 的安裝、登入與使用教學（手機版應用程式）。
- [LINE 上使用](https://docs.maiagent.ai/maigpt/access/line.md)
- [Microsoft Teams 上使用](https://docs.maiagent.ai/maigpt/access/teams.md)
- [常見問題](https://docs.maiagent.ai/maigpt/faq.md)
- [用量與額度](https://docs.maiagent.ai/maigpt/faq/usage.md)
- [模型差異怎麼選](https://docs.maiagent.ai/maigpt/faq/model-comparison.md)
- [安全性與隱私](https://docs.maiagent.ai/maigpt/faq/security.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/maigpt.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.
