> For the complete documentation index, see [llms.txt](https://wiki.ragnaroklibre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ragnaroklibre.com/tai-wan/you-xi-xi-tong/gong-hui/xun-shou-mi-gong.md).

# 馴獸迷宮

1. 什麼是馴獸迷宮
   * 馴獸迷宮是一個可以獲得 **Qpet 碎片** 的地城，職業等級達到 75 級或更高即可參加。
     * 收集 **40 個 Qpet 碎片**即可召喚 Qpet。
   * 每週的不同日期會開啟不同的迷宮，每個迷宮都有獨特的怪物與對應的果汁類型，果汁是捕捉 Qpet 所必需的道具。\
     果汁可以從 **公會商店** 和 **公會任務**中獲得。
     * 每日果汁需求
       * 週一：葡萄汁
       * 週二：柳橙汁
       * 週三：蘋果汁
       * 週四：哈密瓜汁
       * 週五：香蕉汁
       * 週六：未知果汁
       * 週日：綜合果汁
   * **開放時間** *(每日 3 個時段，每次 1 小時)*
     * 05:00 - 06:00
     * 09:00 - 10:00
     * 21:00 - 22:00

2. 玩法說明
   * 在迷宮中探索時會遇到怪物，對怪物投擲果汁嘗試捕捉。
     * 捕捉成功時，將獲得 **Qpet 碎片**與**公會硬幣**。
     * 捕捉失敗時，怪物會逃跑，所使用的果汁不會退還。
   * 只要擁有果汁，在 1 小時的開放時段內可以不限次數嘗試捕捉。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.ragnaroklibre.com/tai-wan/you-xi-xi-tong/gong-hui/xun-shou-mi-gong.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
