> For the complete documentation index, see [llms.txt](https://runningquotient-support.gitbook.io/rqsupport/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runningquotient-support.gitbook.io/rqsupport/group.md).

# 群組相關

- [我已付費群組，為什麼還看不到內容?](https://runningquotient-support.gitbook.io/rqsupport/group/cantread.md)
- [如何加入/創立群組](https://runningquotient-support.gitbook.io/rqsupport/group/create-group.md): 在 RQ 創立免費群組，與您的好友一同享受跑步的樂趣！
- [網頁版](https://runningquotient-support.gitbook.io/rqsupport/group/create-group/create-group.md): 在 RQ 創立免費群組，與您的好友一同享受跑步的樂趣！
- [App](https://runningquotient-support.gitbook.io/rqsupport/group/create-group/create-group-1.md): 在 RQ 創立免費群組，與您的好友一同享受跑步的樂趣！
- [如何更換群組封面圖片](https://runningquotient-support.gitbook.io/rqsupport/group/change-group-cover.md): 目前僅在 RQ APP 能更換群組封面圖片，網站版尚未開放此功能
- [群組有哪些功能呢？](https://runningquotient-support.gitbook.io/rqsupport/group/group-function.md)
- [用戶自創群組](https://runningquotient-support.gitbook.io/rqsupport/group/group-function/group-function.md)
- [訓練營群組](https://runningquotient-support.gitbook.io/rqsupport/group/group-function/group-function-1.md)
- [訂閱群組](https://runningquotient-support.gitbook.io/rqsupport/group/group-function/group-function-2.md)
- [線上課程](https://runningquotient-support.gitbook.io/rqsupport/group/group-function/group-function-3.md)
- [如何將群組內課表上傳至運動手錶？](https://runningquotient-support.gitbook.io/rqsupport/group/group-trainingplan-to-garmin.md): 此為付費群組功能，教練可在後台開立課表，依照跑力、心率會個人化每一位的課表，上傳至運動手錶為「白金會員」功能。
- [如何退出付費群組?](https://runningquotient-support.gitbook.io/rqsupport/group/exitgroup.md)
- [群組管理員功能](https://runningquotient-support.gitbook.io/rqsupport/group/admin.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://runningquotient-support.gitbook.io/rqsupport/group.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.
