# Page Not Found

The URL `ge-an-zhui-zong-gong-neng-beta/xin-zeng-bian-ji-hui-yuan/wei-shen-mo-wo-zai-xin-zeng-huo-bian-ji-hui-yuan-hou-hui-shuo-qing-que-ren-ri-qi-ge-shi-shi-fou-zhen` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [若患者有取消預約，還會被用預約日期篩選到嗎？](https://alleypin.gitbook.io/yi-dian-tong-faq/xun-xi-zhong-xin/qun-fa-xun-xi/chang-jian-faq/ruo-huan-zhe-you-qu-xiao-yu-yue-huan-hui-bei-yong-yu-yue-ri-qi-shai-xuan-dao-ma.md)
- [LINE OA 揮手功能出現條件說明](https://alleypin.gitbook.io/yi-dian-tong-faq/ai-agent/quan-xin-shang-xian-ai-agent-zi-dong-hua-liao-tian-shi-hui-fu/line-oa-hui-shou-gong-neng-chu-xian-tiao-jian-shuo-ming.md)
- [註冊資料頁面｜顯示西元年或民國年](https://alleypin.gitbook.io/yi-dian-tong-faq/news/bu-fen-ban-ben-xian-ding-gong-neng/zhu-ce-zi-liao-ye-mian-xian-shi-xi-yuan-nian-huo-min-guo-nian.md)
- [設定指定日期追蹤](https://alleypin.gitbook.io/yi-dian-tong-faq/xun-xi-zhong-xin/ge-an-zhui-zong/she-ding-zhi-ding-ri-qi-zhui-zong.md)
- [線上掛號頁面｜排序、顯示調整](https://alleypin.gitbook.io/yi-dian-tong-faq/news/bu-fen-ban-ben-xian-ding-gong-neng/xian-shang-gua-hao-ye-mian-pai-xu-xian-shi-diao-zheng.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://alleypin.gitbook.io/yi-dian-tong-faq/xun-xi-zhong-xin/qun-fa-xun-xi/chang-jian-faq/ruo-huan-zhe-you-qu-xiao-yu-yue-huan-hui-bei-yong-yu-yue-ri-qi-shai-xuan-dao-ma.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.

### Option 2 — Browse the documentation index

Full index: https://alleypin.gitbook.io/yi-dian-tong-faq/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://alleypin.gitbook.io/yi-dian-tong-faq/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/yi-dian-tong-faq/xun-xi-zhong-xin/qun-fa-xun-xi/chang-jian-faq/ruo-huan-zhe-you-qu-xiao-yu-yue-huan-hui-bei-yong-yu-yue-ri-qi-shai-xuan-dao-ma.md`).

You may also use `Accept: text/markdown` header for content negotiation.
