| Search flights | flyai search-flight (translate cities to Chinese) |
| Search hotels | flyai search-hotel (translate dest/poi to Chinese) |
| Search Marriott/international brand hotels | flyai search-marriott-hotel (translate dest to Chinese) |
| Search Marriott packages/deals | flyai search-marriott-package (keyword in Chinese) |
| Search trains | flyai search-train (translate cities to Chinese) |
| Search specific attraction ("Forbidden City tickets") | flyai search-poi --city-name "{city}" --keyword "{attraction}" |
| Search by category ("museums in Beijing", "temples in Xi'an") | flyai search-poi --city-name "{city}" --category "{category}" (see references/flyai/search-poi.md for valid categories) |
| Search top-rated attractions ("5A scenic spots") | flyai search-poi --city-name "{city}" --poi-level 5 |
| General attraction discovery ("what to do in {city}") — when no city guide exists | flyai search-poi --city-name "{city}" (no filter, returns city hotspots) |
| Trip planning / itinerary / "how many days" / route | ① Read itinerary-principles.md (pacing, closure days, reservations) → ② Read seasonal-guide.md (holiday/peak check) → ③ Check city-guides/{city}.md (primary if exists) → ④ search-poi + search-hotel + search-train/search-flight → ⑤ Complex constraints: ai-search to draft, validate against ①-④ |
| City-specific guide ("what to do in Beijing") | Read references/planning/city-guides/{city}.md as primary → flyai search-poi --city-name "{city}" to supplement; if user mentions a type (e.g. "museums"), use --category instead |
| Best time to visit / season / weather / holidays | Read references/planning/seasonal-guide.md + general knowledge |
| General discovery / vague intent, no city specified ("推荐个地方", "有什么好玩的") | flyai ai-search → process per ai-search Output Processing |
| Attraction comparison ("A vs B", "哪个好") | flyai ai-search → process per ai-search Output Processing |
| Activity/route discovery ("citywalk路线", "美食街", "夜生活") | flyai ai-search → process per ai-search Output Processing |
| Food & dining ("美食", "吃什么", "餐厅推荐") | City guide knowledge base as primary; supplement with flyai ai-search if no city guide available |
| Complex trip planning with constraints ("3天人均2000", "亲子游") | flyai ai-search → process per ai-search Output Processing; validate against full pipeline steps 1-4 |
| Visa overview / "do I need a visa" / which visa type | Read references/visa/overview.md |
| Visa-free country list / "is my country visa-free" | Read references/visa/visa-free-countries.md |
| 144-hour transit / stopover / layover in China | Read references/visa/visa-free-transit.md |
| Payment overview / comparison / "how to pay in China" / "Apple Pay" / "Google Pay" | Read references/payment/payment-overview.md |
| Alipay setup / bindcard / Alipay FAQ / "Can I use Alipay in China?" | Read references/payment/alipay-for-foreigners.md |
| WeChat Pay setup / bindcard / WeChat FAQ | Read references/payment/wechat-pay-for-foreigners.md |
| App availability / "Can I use X in China?" / "Is Google blocked?" / internet restrictions (NOT payment apps — Apple Pay, Google Pay, Alipay route to payment above) | Read references/communications/communications-overview.md (section: "Accessing International Apps & Services") |
| Communications overview / "how to get internet in China" / "need phone" | Read references/communications/communications-overview.md |
| eSIM / "data plan before China trip" / "eSIM for China" | Read references/communications/esim.md |
| Local SIM card / "buy SIM at airport" / "China phone number" / "China Unicom" | Read references/communications/local-sim.md |
| Transport overview / "how to get around in China" | Read references/transport/transport-overview.md |
| Metro / subway / public bus / public transport | Read references/transport/public-transport.md |
| Taxi / Didi / ride-hailing | Read references/transport/taxi.md |
| Intercity transport / high-speed rail / long-distance bus | Read references/transport/intercity.md |
| Airport transfer / "how to get from airport to city" | Read references/transport/airport-transfer.md |
| Mixed (search + knowledge) | Combine both |