> 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/qian-he-lie-biao-yu-shen-pi/app.md).

# App

- [一、 進入簽核列表](https://quteng-1.gitbook.io/quteng-docs/qian-he-lie-biao-yu-shen-pi/app/yi-jin-ru-qian-he-lie-biao.md): 協助具備管理權限的人員，透過手機 App 集中管理與審批系統內的所有待辦單據（包含工程日報、施工查驗單）。
- [二、 狀態篩選與檢視單據](https://quteng-1.gitbook.io/quteng-docs/qian-he-lie-biao-yu-shen-pi/app/er-zhuang-tai-shai-xuan-yu-jian-shi-dan-ju.md): 進入簽核列表後，系統會清楚列出所有相關的單據資訊，包含單據編號、所屬系統、簽核時間與目前的簽核人員。
- [三、 執行審批決策](https://quteng-1.gitbook.io/quteng-docs/qian-he-lie-biao-yu-shen-pi/app/san-zhi-xing-shen-pi-jue-ce.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/qian-he-lie-biao-yu-shen-pi/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.
