> For the complete documentation index, see [llms.txt](https://help.firstline.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.firstline.cc/guide/issue/liu-lan-qi-xuan-yong.md).

# 支援的瀏覽器

## 桌面裝置

**確認瀏覽器是否受支援：**

| 瀏覽器                      | 支援版本   | 檢查版本的方式                                                   | 下載                                          |
| ------------------------ | ------ | --------------------------------------------------------- | ------------------------------------------- |
| **Chrome**               | 最近三個版本 | 開啟 Chrome 並在網址列輸入 `chrome://version`。版本將顯示於最上方。           | <https://www.google.com/chrome/>            |
| **Edge（已預先安裝到 Windows）** | 最近三個版本 | 開啟 Edge。在選單中選擇「幫助和反饋」，再選擇「關於 Mircosoft Edge」。版本會列於「關於」部分。 | <https://www.microsoft.com/edge>            |
| **Mozilla Firefox**      | 最近三個版本 | 開啟 Firefox。在功能表中選擇說明圖示，接著選擇「關於 Firefox」。版本會列於名稱之下。        | <https://www.mozilla.org/firefox/browsers/> |
| **Safari**               | 最近三個版本 |                                                           | <https://support.apple.com/HT204416>        |

如果瀏覽器更新之後，您依然無法正常使用 FIRST LINE，您使用的可能是無法支援的裝置或作業系統。

## 行動裝置上的瀏覽器

FIRST LINE 並不完全支援行動瀏覽器。儘管您仍可透過它查看資訊，但其操作體驗相較於桌面裝置可能不夠順暢。


---

# 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://help.firstline.cc/guide/issue/liu-lan-qi-xuan-yong.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.
