> 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/yi-deng-ru-yu-xuan-ze-zhuan-an.md).

# 一、 登入與選擇專案

現場工程人員與管理者透過手機 App，隨時隨地掌握當日施工排程、追蹤項目進度，並能快速綁定檢查工項，確保工程資訊與現場即時同步。

1. **專案列表**： 登入 App 後，首頁會列出您所屬的全部專案（工地）。卡片右側的紅色數字代表該專案<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%2F0PjaWaMh05c1LlTDmh1Z%2Fimage.png?alt=media&amp;token=447663f6-03c8-446a-98b7-a76284f9a3ac" alt="" width="404"><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%2FfwO1GP5e3r2FvfqgXBPm%2Fimage.png?alt=media&amp;token=d4cbb85f-bd5f-4c57-bfd0-1ab985917343" alt="" width="404"><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/yi-deng-ru-yu-xuan-ze-zhuan-an.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.
