# AI Gap Analysis

If you leave the "Run AI Gap Analysis" toggle ON during requirement creation, you will enter this phase after submission.

## What is Gap Analysis?

In reality, client requests are often contradictory or incomplete (e.g., "I want to see the Northern Lights in Iceland, but I only have 3 days"). This step acts as a senior "Itinerary Supervisor" reviewing your plan before the actual drafting begins.

## Workflow

1. **Review Missing Info & Logic Issues**:
   * The screen lists problems found by the AI (e.g., you requested a baby seat but didn't specify the infant's age).
   * Each issue comes with an "AI Suggested Question" that you can copy and ask your client.
2. **Provide Supplemental Info**:
   * For each question, type the confirmed answer in the text box.
   * If you deem the question unimportant, click **"Skip"** (跳過此題).
   * If you need to review a previous answer, click **"Back"** (回到上一題). The system preserves your input.
3. **Complete the Diagnostic**:
   * Once all questions are addressed, click "Complete".
   * All your answers are automatically appended to the project's "Special Notes", serving as critical context for the AI when generating the final itinerary.


---

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