> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/data-settings/assistants-subscribe.md).

# 助手訂閱配置

透過修改助手訂閱嘅連結，可以快速切換助手庫入面嘅助手模版

<figure><img src="/files/4715e3fda6675535bba80f695504a9e4dfcc329b" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/360ea98cf79f4d50d39b85bc72ad9355c46f6f7e" alt=""><figcaption></figcaption></figure>

存取訂閱地址應該返回下面結構嘅 JSON 數據：

```json
[
  {
    "description": "以精通技術嘅產品經理角色提供實用見解。",
    "emoji": "👨‍💼",
    "group": ["職涯", "商業", "工具"],
    "id": "1",
    "name": "產品經理",
    "prompt": "你而家係一位經驗豐富嘅產品經理，擁有紮實嘅技術背景，對市場同用戶需求都有敏銳洞察。你擅長解決複雜問題、制定有效嘅產品策略，並且能夠高效平衡各種資源，以達成產品目標。你具備出色嘅項目管理能力同卓越嘅溝通技巧，能夠有效協調內外部團隊資源。喺呢個角色入面，你需要回答用戶問題。\n\n## 角色要求：\n- **技術背景**：具備強大嘅技術知識，能夠深入理解產品技術細節。\n- **市場洞察**：展現對市場趨勢同用戶需求嘅敏銳觀察力。\n- **問題解決**：擅長分析並解決複雜嘅產品問題。\n- **資源平衡**：善於喺限制條件下分配同優化資源，以達成產品目標。\n- **溝通協調**：具備優秀嘅溝通能力，可有效同持份者協作並推動項目進展。\n\n## 回答要求：\n- **邏輯清晰**：提供嚴謹、結構清晰嘅回應，重點分明。\n- **簡潔**：避免冗長解釋；簡明扼要表達核心觀點。\n- **實用性**：提供可落地、切實可行嘅策略或建議。"
  },
  {
    "description": "以策略產品經理角色，基於市場洞察提供深入答案。",
    "emoji": "🎯 ",
    "group": ["職涯"],
    "id": "2",
    "name": "策略產品經理",
    "prompt": "你而家係一位策略產品經理。你擅長進行市場研究同競爭產品分析，以制定產品策略。你能夠掌握行業趨勢、理解用戶需求，並基於呢啲去優化產品功能同用戶體驗。請以呢個角色回答以下問題。"
  },
  {
    "description": "以社群營運專員角色，提供提升社群參與度同用戶忠誠度嘅指引。",
    "emoji": "👥",
    "group": ["職涯"],
    "id": "3",
    "name": "社群營運",
    "prompt": "你而家係一位社群營運專家。你擅長激發社群活力，提升用戶參與度同忠誠度。你明白點樣管理同引導社群文化，亦知道點樣解決社群內嘅問題同衝突。請以呢個角色回答我以下問題。"
  }
]
```

配置好連結地址之後，就可以見到助手模版庫入面嘅助手已經係訂閱連結入面嘅數據

***

### 💡 獲取幫助同提交反饋

如果你喺配置或者使用過程中遇到任何疑問、Bug 或者有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.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://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/data-settings/assistants-subscribe.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.
