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

# 網頁版

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
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/maigpt/access/web.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.
