> 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/shi-gong-cha-yan-yu-que-shi-zhui-zong/app.md).

# App

- [一、 進入查驗功能與建立檢查工項](https://quteng-1.gitbook.io/quteng-docs/shi-gong-cha-yan-yu-que-shi-zhui-zong/app/yi-jin-ru-cha-yan-gong-neng-yu-jian-li-jian-cha-gong-xiang.md): 現場工程人員透過手機 App 快速執行標準化的施工品質查驗。支援現場拍照、精準的圖面標記、電子簽名，並提供缺失總覽介面，讓後續的改善與複查追蹤可以集中管理。
- [二、 執行現場查驗與圖面標記](https://quteng-1.gitbook.io/quteng-docs/shi-gong-cha-yan-yu-que-shi-zhui-zong/app/er-zhi-xing-xian-chang-cha-yan-yu-tu-mian-biao-ji.md): 建立單據後，即可對照現場實際狀況，逐一完成各項檢驗標準的評估。
- [三、 電子簽名與送出查驗單](https://quteng-1.gitbook.io/quteng-docs/shi-gong-cha-yan-yu-que-shi-zhui-zong/app/san-dian-zi-qian-ming-yu-song-chu-cha-yan-dan.md): 當該工項的所有項目都查驗完畢後，即可進行權責確認。
- [四、 缺失總覽與複查追蹤](https://quteng-1.gitbook.io/quteng-docs/shi-gong-cha-yan-yu-que-shi-zhui-zong/app/si-que-shi-zong-lan-yu-fu-cha-zhui-zong.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/shi-gong-cha-yan-yu-que-shi-zhui-zong/app.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.
