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

# 法律门户网站 (zh-CHT)

- [合作夥伴和第三方](https://legal.jagex.com/zh-cht/docs/partners-and-third-parties.md)
- [第三方合作夥伴](https://legal.jagex.com/zh-cht/docs/partners-and-third-parties/third-party-partners.md)
- [發行合作夥伴](https://legal.jagex.com/zh-cht/docs/partners-and-third-parties/publishing-partners.md)
- [政策](https://legal.jagex.com/zh-cht/docs/policies.md)
- [粉絲內容政策](https://legal.jagex.com/zh-cht/docs/policies/fan-content-policy.md)
- [隱私政策](https://legal.jagex.com/zh-cht/docs/policies/privacy.md)
- [青少年的隱私政策](https://legal.jagex.com/zh-cht/docs/policies/privacy/aad.md)
- [行使您的權利](https://legal.jagex.com/zh-cht/docs/policies/privacy/exercising-your-rights.md)
- [《RuneScape: Dragonwilds》社群模組製作指南](https://legal.jagex.com/zh-cht/docs/policies/runescape-dragonwilds-community-modding-guidelines.md)
- [条款](https://legal.jagex.com/zh-cht/docs/terms.md)
- [信用卡/簽帳卡條款與條件](https://legal.jagex.com/zh-cht/docs/terms/credit-debit-card-terms-and-conditions.md)
- [訂閱條款與條件](https://legal.jagex.com/zh-cht/docs/terms/subscription-terms-and-conditions.md)
- [條款與條件](https://legal.jagex.com/zh-cht/docs/terms/terms-and-conditions.md)
- [青少年條款與條件](https://legal.jagex.com/zh-cht/docs/terms/terms-and-conditions/aad.md)
- [一般使用者授權協議](https://legal.jagex.com/zh-cht/docs/terms/eula.md)
- [青少年的一般使用者授權協議](https://legal.jagex.com/zh-cht/docs/terms/eula/aad.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://legal.jagex.com/zh-cht/docs.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.
