# AI 需求診斷 (Gap Analysis)

若您在建立需求時開啟了「執行 AI 需求診斷」，送出需求後會進入這個階段。

## 什麼是需求診斷？

在現實中，客戶提出的要求往往充滿矛盾或遺漏。例如：「想去冰島看極光，但我只去三天兩夜」。 這個步驟就像是有一位資深的「行程督導」，在您正式開始排行程前，先幫您把關。

## 操作流程

1. **檢視缺失資訊與邏輯問題**：
   * 畫面會列出 AI 發現的問題（例如：您選了需要嬰兒座椅，但沒填寫嬰兒年齡）。
   * 每一個問題都會附帶「AI 的建議問法」，讓您可以直接複製去詢問客戶。
2. **填寫補充資訊**：
   * 對於每一道提問，您可以在下方的文字方塊中輸入您與客戶確認後的解答。
   * 如果您覺得該問題不重要，可以點擊 **「跳過此題」**。
   * 如果您填寫到一半需要確認資料，可以點擊 **「回到上一題」**，系統會保留您之前的輸入。
3. **完成診斷**：
   * 當所有問題都確認完畢後，點擊「完成診斷」。
   * 您所填寫的所有解答，都會自動被附加到該專案的「特殊需求/備註」中，成為後續 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/manual/gap-analysis.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.
