> 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/gong-cheng-jin-du-guan-li/pc/san-bian-ji-ming-xi-yu-she-ding-jian-cha-gong-xiang.md).

# 三、 編輯明細與設定檢查工項

為了確保施工品質與進度掛鉤，您需要針對進度細項設定對應的查驗項目。

* **進入編輯明細**： 點擊<mark style="color:$primary;">列表右側</mark>操作欄中的「<mark style="color:$primary;">**鉛筆（編輯）**</mark>」圖示，即可開啟「<mark style="color:$primary;">編輯工程進度明細</mark>」視窗。<br>
* **設定預定查驗**： 在此視窗中，您可以針對該<mark style="color:$primary;">細項</mark>設定專屬的「<mark style="color:$primary;">預定檢查工項</mark>」。<br>
* **更新實際查驗**： 隨著工程實際推進，當現場完成檢驗後，您可以隨時回來此處新增或更換「<mark style="color:$primary;">實際檢查工項</mark>」列表，確保進度與查驗紀錄同步。

  <figure><img src="https://589607744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm2c6i5EzKgS1xy0L4vYH%2Fuploads%2FX9UnN2eXMC5XqptFkOKv%2Fimage.png?alt=media&amp;token=20b1d2e5-15b2-4453-9da4-ec6c64ac8d89" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/gong-cheng-jin-du-guan-li/pc/san-bian-ji-ming-xi-yu-she-ding-jian-cha-gong-xiang.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.
