# LINE 上使用

如果公司已將 MaiGPT 串接到 LINE 官方帳號，你可以直接在 LINE 中與 AI 對話，不用另外開網頁。

***

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

1. 掃描公司提供的 LINE QR Code，或搜尋官方帳號名稱
2. 加入好友
3. 直接傳訊息開始對話

***

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

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

{% hint style="info" %}
LINE 適合快速問答和簡單任務。如果需要使用 Canvas 或 Deep Research 等進階功能，建議切換到網頁版。
{% endhint %}

***

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

* [在 Microsoft Teams 上使用](/maigpt/access/teams.md)
* [網頁版](/maigpt/access/web.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/access/line.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.
