> 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/app/er-yi-biao-ban-yu-jin-du-jian-shi.md).

# 二、 儀表板與進度檢視

進入專案後，首頁即為專屬儀表板，提供當日最關鍵的工程資訊。

1. **每日摘要**： 畫面頂部會顯示今日日期，並<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%2FrxZwj9qZ1emoiOGV2z36%2Fimage.png?alt=media&amp;token=a4507b25-1dfe-48b8-9174-20791a78c628" alt="" width="397"><figcaption></figcaption></figure>
2. **狀態分頁切換**： 在「<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%2FUyQtdlhvxQa07JXUAX2P%2Fimage.png?alt=media&amp;token=bf38b9e9-6010-4237-89eb-87a8ac1eba3b" alt="" width="397"><figcaption></figcaption></figure>
3. **大項快捷選單**： 點擊分頁列最右側的「<mark style="color:$primary;">**清單圖示**</mark>」，會展開<mark style="color:$primary;">大分類的快捷選單</mark>（例如：\[10F]、\[機電]、\[輕隔間] 等）。點擊任一大項，畫面便會自動跳轉至該進度位置，省去上下滾動尋找的時間。

   <figure><img src="https://589607744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fm2c6i5EzKgS1xy0L4vYH%2Fuploads%2FV9QAWiHhdvLie71ptbfK%2Fimage.png?alt=media&amp;token=81cdf41e-9549-4189-96a7-0d3379b31e79" alt="" width="395"><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/app/er-yi-biao-ban-yu-jin-du-jian-shi.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.
