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

# さまざまなデバイスでの利用

MaiGPT は複数の利用方法に対応しており、どのデバイスからでも AI と対話できます。会話履歴は自動的に同期されるため、どのデバイスからログインしても、これまでの議論をそのまま続けられます。

***

## 対応デバイスとプラットフォーム <a href="#supported-devices-and-platforms" id="supported-devices-and-platforms"></a>

| プラットフォーム                                                                                  | 説明                      | 適したシーン               |
| ----------------------------------------------------------------------------------------- | ----------------------- | -------------------- |
| [**Web版**](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/web.md)              | ブラウザからそのまま利用でき、インストール不要 | オフィスのパソコン、ノートパソコン    |
| [**iOS App**](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/ios.md)           | iPhone / iPad ネイティブ App | 外出時、通勤中、移動中の業務       |
| [**LINE**](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/line.md)             | LINE 公式アカウントを通じて対話      | 普段から LINE を使っている方    |
| [**Microsoft Teams**](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/teams.md) | Teams 内でそのまま利用          | すでに Teams を導入しているチーム |

***

## どれを選べばよい？ <a href="#how-to-choose-platform" id="how-to-choose-platform"></a>

* **最も充実した体験** → Web版（すべての機能に対応）
* **いつでも手軽に使いたい** → iOS App または LINE
* **業務フローと連携したい** → Microsoft Teams

> すべてのプラットフォームで会話履歴が共有されます。パソコンで始めた会話を、外出時にスマートフォンで続けることができます。

***

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

* [Web版](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/web.md)
* [iOS App](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/ios.md)
* [LINE で使う](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/line.md)
* [Microsoft Teams で使う](/maiagent-user-guide/maiagent-user-guide-ja/maigpt/access/teams.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.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.
