# 管理私房最愛名單 (Favorites)

TravelAgent 的一大特色是能將您身為專業顧問的「Know-how」整合進 AI 中。透過管理您的「我的最愛」，AI 會在規劃行程時優先選用這些您認可的地點。

## 如何新增最愛？

1. 點擊頂部導覽列的 **「我的最愛 (Favorites)」**。
2. 點擊 **「新增收藏」**。
3. 在搜尋框中輸入您想尋找的景點、飯店或餐廳名稱（例如：東京鐵塔、一蘭拉麵）。
4. 系統會連接 Google Maps API 進行搜尋，請從列表中選擇正確的地點。
5. 系統會自動為您填入地址、經緯度，並利用 AI 為這個地點自動生成合適的標籤（例如：#夜景、#親子）。
6. 點擊儲存，即可將該地點加入您的專屬資料庫中。

## 自動加入最愛

我們深知手動一筆一筆加很花時間，因此在「新增旅遊需求」與「匯入檔案」的表單最下方，我們提供了一個開關：**「將結果自動加入我的最愛」**。 只要開啟此選項，系統在為您生成最終的詳細行程後，就會在背景默默把行程內所有新出現的景點、餐廳、住宿都自動加進這份清單中！

## 標籤與編輯

* 您可以隨時在最愛清單中點擊「編輯 (鉛筆圖示)」來修改地點的描述，或新增自訂標籤。
* 如果您已經不想再讓 AI 推薦某個地點，點擊「刪除 (垃圾桶圖示)」即可將其移出您的私房庫。


---

# 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/advanced/favorites-management.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.
