> 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-ri-bao-tian-xie/app.md).

# App

- [一、 進入工程日報頁面與新增日報](https://quteng-1.gitbook.io/quteng-docs/gong-cheng-ri-bao-tian-xie/app/yi-jin-ru-gong-cheng-ri-bao-ye-mian-yu-xin-zeng-ri-bao.md): 登入 App 並選擇專案（工地）後，您可以開始建立當日的日報。
- [二、 新增工程項目明細](https://quteng-1.gitbook.io/quteng-docs/gong-cheng-ri-bao-tian-xie/app/er-xin-zeng-gong-cheng-xiang-mu-ming-xi.md): 日報基本資料建立完成後，畫面會跳轉至該日報的詳細頁面。若為全新建立，畫面會顯示「沒有符合的項目」。
- [三、 簽名確認與送出審批](https://quteng-1.gitbook.io/quteng-docs/gong-cheng-ri-bao-tian-xie/app/san-qian-ming-que-ren-yu-song-chu-shen-pi.md): 當日所有的工程項目皆建置完畢後，即可進入簽核流程。
- [四、 日報列表與狀態檢視](https://quteng-1.gitbook.io/quteng-docs/gong-cheng-ri-bao-tian-xie/app/si-ri-bao-lie-biao-yu-zhuang-tai-jian-shi.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/gong-cheng-ri-bao-tian-xie/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.
