# Miss Lin Cafe Must-Order Recommendations Guest-backed signature desserts, drinks, warm mains, snacks, and first-timer checklists. Merged at runtime with menu-knowledge.json for prices, images, and names. ## Discovery - Must-order page: https://misslincafe.com/must-order - JSON API (list): https://misslincafe.com/api/must-order - JSON API (search): https://misslincafe.com/api/must-order?q=matcha - Markdown export: https://misslincafe.com/api/must-order?format=md - Menu Knowledge API: https://misslincafe.com/api/menu?q=matcha - Full menu index: https://misslincafe.com/llms-menu.txt ## Image policy Must-order cards use menu-knowledge source URLs. Product pages may prefer local images from public folder. ## Top 5 must-order dishes ### 1. White Moonlight / 白月光 - Slug: white-moonlight - Page: https://misslincafe.com/menu/white-moonlight - Must-order item JSON: https://misslincafe.com/api/must-order/white-moonlight - Menu JSON: https://misslincafe.com/api/menu/white-moonlight - Price: $12.99 - Image source: /images/white-moonlight-dessert.jpg - Tags: #1 Signature, Dessert Bowl - Blurb: A photogenic dessert bowl layering grass jelly, soft pudding, chewy pearls, and blueberries in a light sweet milk base. ### 2. DIY甜品 bowl Signature DIY Mix Dessert / 招牌 - Slug: diy-bowl-signature-diy-mix-dessert - Page: https://misslincafe.com/menu/diy-bowl-signature-diy-mix-dessert - Must-order item JSON: https://misslincafe.com/api/must-order/diy-bowl-signature-diy-mix-dessert - Menu JSON: https://misslincafe.com/api/menu/diy-bowl-signature-diy-mix-dessert - Price: $14.99 - Image source: /images/white-moonlight-dessert.jpg - Tags: Customizable, Dessert Hub - Blurb: Choose your own base and load it with taro balls, pearls, red bean, and milk puddings for a personalized treat. ### 3. Uji Matcha Latte / 宇治抹茶拿鐵 - Slug: uji-matcha-latte - Page: https://misslincafe.com/menu/uji-matcha-latte - Must-order item JSON: https://misslincafe.com/api/must-order/uji-matcha-latte - Menu JSON: https://misslincafe.com/api/menu/uji-matcha-latte - Price: $6.99 - Image source: /images/latte-cookie.jpg - Tags: Matcha Anchor, Beverage - Blurb: High-grade Japanese Uji Matcha whisked fresh and layered over milk. Perfectly balanced and not too sweet. ### 4. Stewed Beef Noodles / 紅燒牛肉麵 - Slug: stewed-beef-noodles - Page: https://misslincafe.com/menu/stewed-beef-noodles - Must-order item JSON: https://misslincafe.com/api/must-order/stewed-beef-noodles - Menu JSON: https://misslincafe.com/api/menu/stewed-beef-noodles - Price: $15.99 - Image source: /images/cafe-interior.jpg - Tags: Savory Pick, Warm Meal - Blurb: Tender beef chunks in a rich, spiced beef broth served with thick noodles. A savory favorite. ### 5. Taiwanese Popcorn Chicken / 台式鹽酥雞 - Slug: taiwanese-popcorn-chicken - Page: https://misslincafe.com/menu/taiwanese-popcorn-chicken - Must-order item JSON: https://misslincafe.com/api/must-order/taiwanese-popcorn-chicken - Menu JSON: https://misslincafe.com/api/menu/taiwanese-popcorn-chicken - Price: $9.49 - Image source: /images/latte-cookie.jpg - Tags: Crispy Snack, Study Side - Blurb: Crispy, bite-sized chicken seasoned with five-spice salt and fresh basil leaves. The perfect study companion. ## Combo suggestions ### Dessert & Tea Pairing (2 people) - Items: white-moonlight, uji-matcha-latte - Note: Pair our signature White Moonlight bowl with the earthy tones of Uji Matcha Latte for a balanced afternoon sweet kick. ### Savory & Sweet Catch-up (2 people) - Items: stewed-beef-noodles, taiwanese-popcorn-chicken, diy-bowl-signature-diy-mix-dessert - Note: Start with a hot bowl of Stewed Beef Noodles and popcorn chicken, then conclude with a shared DIY dessert bowl. ## FAQ Q: Do I need reservations? A: Walk-ins are always welcome. Seating is on a first-come, first-served basis, making it ideal for study sessions and catch-ups. Q: Where can agents fetch structured menu data? A: Use GET /api/must-order for the curated top five, GET /api/must-order/{slug} for a ranked dish plus full menu JSON, /llms-must-order.txt for the agent index, GET /api/menu/{slug} for per-dish JSON, /api/menu?q= for search, and /llms-menu.txt for the full menu index.