# iOS App

MaiGPT 提供 iOS App，讓你可以在 iPhone 和 iPad 上隨時使用。

***

## 安裝 <a href="#installation" id="installation"></a>

1. 開啟 App Store
2. 搜尋「MaiGPT」或掃描公司提供的 QR Code
3. 下載並安裝

***

## 登入 <a href="#login" id="login"></a>

開啟 App 後，使用與網頁版相同的帳號密碼登入。對話紀錄會跨裝置同步。

***

## 功能 <a href="#features" id="features"></a>

App 支援與網頁版相同的核心功能：

* AI 對話
* 上傳照片（直接拍照或從相簿選取）
* 知識庫問答
* 上網搜尋

{% hint style="info" %}
部分進階功能（Canvas、Deep Research）建議在網頁版使用，體驗更佳。
{% endhint %}

***

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

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