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

# Using on Different Devices

MaiGPT supports multiple access methods so you can chat with AI on any device. Conversation history syncs automatically, so you can continue discussions regardless of which device you log in from.

***

## Supported Devices and Platforms

| Platform                                                                                  | Description                                            | Best For                            |
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------- |
| [**Web**](/maiagent-user-guide/maiagent-user-guide-en/maigpt/access/web.md)               | Use directly in your browser, no installation required | Office computers, laptops           |
| [**iOS App**](/maiagent-user-guide/maiagent-user-guide-en/maigpt/access/ios.md)           | Native app for iPhone / iPad                           | On the go, commuting, mobile work   |
| [**LINE**](/maiagent-user-guide/maiagent-user-guide-en/maigpt/access/line.md)             | Chat through the LINE official account                 | Users who prefer LINE               |
| [**Microsoft Teams**](/maiagent-user-guide/maiagent-user-guide-en/maigpt/access/teams.md) | Use directly within Teams                              | Teams already using Microsoft Teams |

***

## Which One Should You Choose?

* **Most complete experience** → Web (supports all features)
* **Most convenient for anytime use** → iOS App or LINE
* **Integrate with your workflow** → Microsoft Teams

> Conversation history is shared across all platforms. You can start a conversation on your computer and continue on your phone when you're out.

***

## Next Steps

* [Web](/maiagent-user-guide/maiagent-user-guide-en/maigpt/access/web.md)
* [iOS App](/maiagent-user-guide/maiagent-user-guide-en/maigpt/access/ios.md)
* [Using on LINE](/maiagent-user-guide/maiagent-user-guide-en/maigpt/access/line.md)
* [Using on Microsoft Teams](/maiagent-user-guide/maiagent-user-guide-en/maigpt/access/teams.md)
* [Back to MaiGPT Overview](/maiagent-user-guide/maiagent-user-guide-en/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-en/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.
