> For the complete documentation index, see [llms.txt](https://openwrt-nctu.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openwrt-nctu.gitbook.io/project/openwrt-functions.md).

# OpenWRT 功能測試

- [設定時區與 NTP 網路對時](https://openwrt-nctu.gitbook.io/project/openwrt-functions/openwrt-ntp-and-sync.md): 設定 OpenWRT 的時區
- [CRONTAB 排程工作](https://openwrt-nctu.gitbook.io/project/openwrt-functions/openwrt-crontab.md): 利用 CRONTAB 來排程 OpenWRT 上執行的工作
- [從 WAN 登入 OpenWRT](https://openwrt-nctu.gitbook.io/project/openwrt-functions/openwrt-login-from-wan.md): 透過遠端 (WAN) 操控 OpenWRT 的設定紀錄
- [防火牆的設置](https://openwrt-nctu.gitbook.io/project/openwrt-functions/openwrt-firewall.md): 在 OpenWRT 上設置防火牆, 進行使用者存取控制
- [無線網路 SSID 的設定](https://openwrt-nctu.gitbook.io/project/openwrt-functions/openwrt-ssid.md): 介紹 SSID與BSSID, 並設定 OpenWRT 無線網路的 SSID
- [Bridge-mode and Router-mode](https://openwrt-nctu.gitbook.io/project/openwrt-functions/openwrt-bridge-and-router.md): 透過 OpenWRT 設定檔更改 WiFi AP 的運作模式
- [在 OpenWRT 上布建 Container (LXC)](https://openwrt-nctu.gitbook.io/project/openwrt-functions/openwrt-lxc.md): 在 OpenWRT 上布建 Container 的運算環境
- [實驗: WiFi 的無線設定 (iw)](https://openwrt-nctu.gitbook.io/project/openwrt-functions/openwrt-iw-command.md): 取得連線裝置、改變傳輸MCS模式、傳輸封包的統計資訊
- [實驗: 封包排程與 QoS](https://openwrt-nctu.gitbook.io/project/openwrt-functions/openwrt-qos-scheduling.md): 關於 OpenWRT 如何進行封包排程


---

# 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:

```
GET https://openwrt-nctu.gitbook.io/project/openwrt-functions.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.
