# 網頁版

MaiGPT 網頁版可以在任何瀏覽器中使用，不需要安裝任何軟體。

***

## 怎麼使用 <a href="#how-to-use" id="how-to-use"></a>

1. 打開瀏覽器，前往公司提供的 MaiGPT 網址
2. 輸入帳號密碼（或使用 SSO）登入
3. 開始對話

***

## 建議瀏覽器 <a href="#recommended-browsers" id="recommended-browsers"></a>

| 瀏覽器            | 支援 |
| -------------- | -- |
| Google Chrome  | 推薦 |
| Microsoft Edge | 支援 |
| Safari         | 支援 |
| Firefox        | 支援 |

{% hint style="info" %}
建議使用最新版的瀏覽器，以獲得最佳體驗。
{% endhint %}

***

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

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