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

# Microsoft Teams 上使用

如果公司已將 MaiGPT 整合到 Microsoft Teams，你可以直接在 Teams 中與 AI 對話。

***

## 怎麼開始 <a href="#how-to-get-started" id="how-to-get-started"></a>

1. 在 Teams 左側找到 MaiGPT 應用（或由 IT 管理員安裝）
2. 點擊開啟
3. 直接傳訊息開始對話

***

## Teams 上可以做什麼 <a href="#what-you-can-do-on-teams" id="what-you-can-do-on-teams"></a>

| 功能            | 支援          |
| ------------- | ----------- |
| 文字對話          | 可以          |
| 傳送圖片          | 可以          |
| 知識庫問答         | 可以          |
| 上傳檔案          | 依設定而異       |
| Canvas 畫布     | 不支援（請使用網頁版） |
| Deep Research | 不支援（請使用網頁版） |

{% hint style="info" %}
Teams 整合讓你不用離開工作環境就能使用 AI。適合快速問答和日常工作輔助。
{% endhint %}

***

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

* [網頁版](/maigpt/access/web.md)
* [在 LINE 上使用](/maigpt/access/line.md)
* [回到 MaiGPT 總覽](/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/maigpt/access/teams.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.
