> For the complete documentation index, see [llms.txt](https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/xi-tong-gong-ju.md).

# 系統工具

- [Discord身分組管理](https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/xi-tong-gong-ju/discord-shen-fen-zu-guan-li.md): Discord 在群組中以「分類」來對不同頻道進行管理，但大型群組的頻道數量往往極多，造成很長的頻道列表。
- [Discord 頻道聊天紀錄輸出工具](https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/xi-tong-gong-ju/discord-bin-dao-liao-tian-ji-lu-shu-chu-gong-ju.md)
- [顯示HKTRPG統計信息](https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/xi-tong-gong-ju/xian-shi-hktrpg-tong-ji-xin-xi.md)
- [Discord 修改舊訊息](https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/xi-tong-gong-ju/discord-xiu-gai-jiu-xun-xi.md): 這裡介紹一個在Discord上如何修改由HKTRPG所發出的舊訊息。
- [功能開關](https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/xi-tong-gong-ju/gong-neng-kai-guan.md)
- [ID 查詢](https://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/xi-tong-gong-ju/id-cha-xun.md): 這功能是為了方便取得自己在聊天平台的個人或群組ID


---

# 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://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/xi-tong-gong-ju.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.
