# 管理儀表板總覽

登入後，您會看見專屬於您的「管理儀表板 (Dashboard)」。這裡是您操作所有旅遊專案的起點。

## 畫面結構說明

1. **頂部導覽列 (Navbar)**
   * **首頁 (Dashboard)**：點擊回到儀表板。
   * **行程列表 (Itineraries)**：檢視所有已經由 AI 生成的完整行程。
   * **我的最愛 (Favorites)**：管理您專屬的私房景點、餐廳與住宿名單。
   * 右側包含您的使用者名稱與登出按鈕。
2. **快捷操作區 (Quick Actions)**
   * **新增旅遊需求**：最常使用的按鈕，點擊後進入需求收集表單或上傳客戶的 PDF 行程。
3. **待處理需求 (Pending Requirements)**
   * 此區塊列出您已建立或匯入、但**尚未完成最終行程生成**的專案（例如：卡在 AI 診斷階段，或還在路線規劃階段）。
   * 您可以點擊各別的卡片，接續未完成的規劃流程。
4. **最近生成的行程 (Recent Itineraries)**
   * 這裡會列出您近期成功產出的完整旅遊行程，方便您隨時點閱、編輯或匯出。


---

# Agent Instructions: 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:

```
GET https://letztek.gitbook.io/travelagent/docs/zh/manual/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
