> 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/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/line.md).

# LINE での利用

会社が MaiGPT を LINE 公式アカウントに連携済みの場合、別途 Web ページを開かなくても、LINE 上で直接 AI と対話できます。

***

## はじめかた <a href="#how-to-get-started" id="how-to-get-started"></a>

1. 会社が提供する LINE の QR コードをスキャンするか、公式アカウント名で検索します
2. 友だち追加します
3. そのままメッセージを送って対話を開始します

***

## LINE でできること <a href="#what-you-can-do-on-line" id="what-you-can-do-on-line"></a>

| 機能               | 対応                 |
| ---------------- | ------------------ |
| テキスト対話           | 可能                 |
| 画像を送って AI に認識させる | 可能                 |
| ナレッジベースへの問い合わせ   | 可能                 |
| ファイルのアップロード      | 設定により異なる           |
| Canvas キャンバス     | 非対応（Web 版をご利用ください） |
| Deep Research    | 非対応（Web 版をご利用ください） |

{% hint style="info" %}
LINE は素早い問い合わせや簡単なタスクに適しています。Canvas や Deep Research などの高度な機能を使う必要がある場合は、Web 版への切り替えをおすすめします。
{% endhint %}

***

## 次のステップ <a href="#next-steps" id="next-steps"></a>

* [Microsoft Teams で利用する](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/teams.md)
* [Web 版](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/web.md)
* [MaiGPT の概要に戻る](/maiagent-user-guide/maiagent-user-guide-ja/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/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/line.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.
