> For the complete documentation index, see [llms.txt](https://quteng-1.gitbook.io/quteng-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quteng-1.gitbook.io/quteng-docs/jiu-ye-mian.md).

# 舊頁面

- [開始使用](https://quteng-1.gitbook.io/quteng-docs/jiu-ye-mian/kai-shi-shi-yong.md)
- [工程進度管理](https://quteng-1.gitbook.io/quteng-docs/jiu-ye-mian/gong-cheng-jin-du-guan-li.md): 提供完整的工程排程與進度追蹤功能，確保專案按時程推進。人員可以隨時使用電腦後台或手機 App 進行進度追蹤，確保工程推進正常。
- [工程日報填寫](https://quteng-1.gitbook.io/quteng-docs/jiu-ye-mian/gong-cheng-ri-bao-tian-xie.md): 工程團隊數位化記錄每日的現場施工狀況，包含天氣、詳細施工項目、使用機具與人力數量，並支援照片上傳與電子簽核，確保每日工程紀錄完整保留。
- [施工查驗與缺失追蹤](https://quteng-1.gitbook.io/quteng-docs/jiu-ye-mian/shi-gong-cha-yan-yu-que-shi-zhui-zong.md): 透過標準化的檢查工項表進行日常檢驗，並針對未通過的項目提供集中的缺失追蹤與複查機制。
- [簽核列表與審批](https://quteng-1.gitbook.io/quteng-docs/jiu-ye-mian/qian-he-lie-biao-yu-shen-pi.md): 集中管理系統內的所有待辦簽核單據（包含工程日報與檢查工項）。
- [帳號與權限](https://quteng-1.gitbook.io/quteng-docs/jiu-ye-mian/zhang-hao-yu-quan-xian.md)
- [常見問題](https://quteng-1.gitbook.io/quteng-docs/jiu-ye-mian/chang-jian-wen-ti.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://quteng-1.gitbook.io/quteng-docs/jiu-ye-mian.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.
