> 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/pc.md).

# PC

- [一、 檢查工項列表 (日常查驗)](https://quteng-1.gitbook.io/quteng-docs/shi-gong-cha-yan-yu-que-shi-zhui-zong/pc/yi-jian-cha-gong-xiang-lie-biao-ri-chang-cha-yan.md): 此頁面統整了該工地所有的檢查工項單據，您可以在列表上快速掌握各工項的總檢查數、通過與未通過的數量，以及目前的簽核狀態。
- [檢查項目複製](https://quteng-1.gitbook.io/quteng-docs/shi-gong-cha-yan-yu-que-shi-zhui-zong/pc/yi-jian-cha-gong-xiang-lie-biao-ri-chang-cha-yan/jian-cha-xiang-mu-fu-zhi.md)
- [二、 所有缺失總覽 (改善與複查)](https://quteng-1.gitbook.io/quteng-docs/shi-gong-cha-yan-yu-que-shi-zhui-zong/pc/er-suo-you-que-shi-zong-lan-gai-shan-yu-fu-cha.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/pc.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.
