# manual

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