# Summary

* [TravelAgent 專案簡介](/travelagent/docs/zh.md)
* [設定與前置作業](/travelagent/docs/zh/setup-gitbook.md)

## 🛠 安裝與部署指南

* [本地環境建置](/travelagent/docs/zh/deployment/local-setup.md)
* [環境變數說明](/travelagent/docs/zh/deployment/environment-variables.md)
* [測試與驗證](/travelagent/docs/zh/deployment/testing.md)

## 🏗 架構與核心技術

* [Supabase 資料庫與權限設計](/travelagent/docs/zh/architecture/supabase.md)
* [Next.js 核心邏輯與架構](/travelagent/docs/zh/architecture/nextjs-core.md)
* [AI 與 Sub-agent 運作機制](/travelagent/docs/zh/architecture/ai-agents.md)

## 📖 旅遊顧問操作手冊

* [帳號註冊與登入](/travelagent/docs/zh/manual/getting-started.md)
* [管理儀表板總覽](/travelagent/docs/zh/manual/dashboard.md)
* [新增需求與匯入檔案](/travelagent/docs/zh/manual/creating-requirements.md)
* [AI 需求診斷 (Gap Analysis)](/travelagent/docs/zh/manual/gap-analysis.md)
* [編輯路線與生成行程](/travelagent/docs/zh/manual/route-and-itinerary.md)

## 💡 進階運用

* [管理私房最愛名單](/travelagent/docs/zh/advanced/favorites-management.md)
* [撰寫高轉換率的行程備註](/travelagent/docs/zh/advanced/prompt-engineering.md)


---

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