> For the complete documentation index, see [llms.txt](https://ocguide.eyw015.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ocguide.eyw015.com/quest-guide.md).

# Quest 网络设置

- [Quest网络受限原因](https://ocguide.eyw015.com/quest-guide/basic-net.md): Quest 1 2 3 网络受限
- [Clash Verge](https://ocguide.eyw015.com/quest-guide/clash.md)
- [Clash TUN 模式](https://ocguide.eyw015.com/quest-guide/clash/clash-tun.md)
- [Quest激活-Netch (荐)](https://ocguide.eyw015.com/quest-guide/netch.md)
- [Quest激活-NTP解析](https://ocguide.eyw015.com/quest-guide/ntp-server.md): Quest 1 2 3 连网激活 NTP解析方式
- [Quest激活-电脑热点](https://ocguide.eyw015.com/quest-guide/udp-hotspot.md): Quest 1 2 3 连网激活 电脑热点方式
- [告别网络受限(激活后)](https://ocguide.eyw015.com/quest-guide/ntp-adb.md)
- [路由器激活](https://ocguide.eyw015.com/quest-guide/quest-router.md)
- [老毛子路由器](https://ocguide.eyw015.com/quest-guide/quest-router/padavan.md)
- [华硕路由器+梅林固件](https://ocguide.eyw015.com/quest-guide/quest-router/asuswrt.md)
- [软路由](https://ocguide.eyw015.com/quest-guide/quest-router/openwrt.md)
- [Oculus手机APP](https://ocguide.eyw015.com/quest-guide/oculus-phone.md)


---

# 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://ocguide.eyw015.com/quest-guide.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.
