# Dashboard Overview

Upon logging in, you will see your personal "Dashboard". This is the starting point for managing all your travel projects.

## Interface Layout

1. **Top Navigation Bar (Navbar)**
   * **Dashboard**: Click to return to the dashboard home.
   * **Itineraries**: View all complete itineraries generated by the AI.
   * **Favorites**: Manage your personal "pocket list" of attractions, restaurants, and accommodations.
   * The right side contains your username and a logout button.
2. **Quick Actions**
   * **Create Requirement (新增旅遊需求)**: The most frequently used button. Click it to enter the requirement form or upload a client's PDF itinerary.
3. **Pending Requirements**
   * This section lists projects you have created or imported but have **not yet generated a final itinerary** for (e.g., projects stuck in the AI diagnostic phase or route planning phase).
   * You can click on individual cards to resume the planning process.
4. **Recent Itineraries**
   * This area displays your recently generated complete travel itineraries, allowing you to easily view, edit, or export them at any time.


---

# 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/en/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.
