# Favorites Management

A major feature of TravelAgent is integrating your "Know-how" as a professional consultant into the AI. By managing your "Favorites", the AI will prioritize these approved locations when planning itineraries.

## How to Add to Favorites?

1. Click **"Favorites"** in the top navigation bar.
2. Click **"Add Favorite"** (新增收藏).
3. Type the name of the attraction, hotel, or restaurant you are looking for in the search box (e.g., Tokyo Tower, Ichiran Ramen).
4. The system will connect to the Google Maps API to search. Select the correct location from the dropdown list.
5. The system will automatically populate the address and coordinates, and use AI to generate suitable tags for the location (e.g., #NightView, #Family).
6. Click save to add the location to your exclusive database.

## Auto-Add to Favorites

We know manually adding items one by one is time-consuming. Therefore, at the bottom of the "Create Requirement" and "Import File" forms, we provide a toggle: **"Auto-add to Favorites"** (將結果自動加入我的最愛). By turning this ON, after the system generates the final detailed itinerary, it will quietly add all newly discovered spots, restaurants, and accommodations from that itinerary into your Favorites list in the background!

## Tags and Editing

* You can click "Edit" (pencil icon) on any item in your favorites list at any time to modify the location's description or add custom tags.
* If you no longer want the AI to recommend a certain place, simply click "Delete" (trash can icon) to remove it from your pocket list.


---

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