> 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/advanced-basic/workbench/composer-efficiency.md).

# 輸入工具欄同效率工具

而家嘅對話同 Agent 輸入區用統一工具面板。常用按鈕可以釘喺工具欄度，唔常用嘅功能仍然可以喺【+】面板搵到。

<figure><img src="/files/20e7673ff7b65873058dadb620e1ff93541edba9" alt="对话输入区中的加号按钮、工具面板和自定义工具栏入口"><figcaption><p>喺輸入區【+】打開工具面板；常用工具釘到工具欄，唔常用嘅功能都可以喺度搵到。</p></figcaption></figure>

## 自訂輸入工具欄

路徑：任何對話或 Agent 輸入區→【+】→【自訂工具欄】。

可以開或者關工具開關，亦可以拖動已釘住嘅工具調整順序。Chat 同 Agent 各自儲存工具欄佈局；揀【恢復預設】會還原返該輸入區嘅初始組合。

常見工具包括附件、生成圖片、連網搜尋、知識庫、提示詞管理同 Agent 權限模式。當前模型或者頁面唔支援嘅工具會顯示原因或者唔會出現。

## 提示詞管理

舊教程入面獨立嘅【快捷短語】入口已經調整。依家喺輸入區工具面板打開【提示詞管理】。

{% stepper %}
{% step %}

### 1. 打開輸入區【+】→【提示詞管理】

如果成日用，可以先喺【自訂工具欄】入面釘住佢。
{% endstep %}

{% step %}

### 2. 新增標題同內容

標題可以寫成容易搜尋嘅動作，例如「會議紀要」「改寫做電郵」；內容保留真正需要重複輸入嘅要求。
{% endstep %}

{% step %}

### 3. 喺輸入區插入並補充今次資訊

揀咗提示詞之後，內容會插入而家個輸入框。發送前補齊文件、時間、對象同限制，唔好將通用模板直接當成完整任務。
{% endstep %}
{% endstepper %}

## 快捷鍵

路徑：【設定】→【快捷鍵】。可以按分組搜尋同修改快捷鍵，有衝突時應用會提示畀邊個操作佔用。常用預設項包括打開設定、搜尋當前對話、選擇模型同切換左右側欄。

## 快捷助手同劃詞助手

* 【快捷助手】：透過系統托盤或者快捷鍵打開輕量視窗，適合隨時提問或者處理剪貼板內容；
* 【劃詞助手】：喺其他應用程式揀咗文字之後打開工具欄，可配置觸發方式、動作同視窗行為。

呢兩個功能都喺【設定】嘅【效率】分組入面配置。macOS 可能需要系統輔助功能權限；Linux 嘅 Wayland 環境對工具欄定位有額外限制，介面會顯示相應提示。

## 用戶案例：客服回覆工具欄

客服將「解釋退款進度」「請求補充日誌」「轉為正式電郵」做成三條提示詞，釘住【提示詞管理】同附件按鈕。遇到問題時插入模板，再補充訂單同上下文；需要喺其他應用程式快速改寫一段文字時用劃詞助手，唔使切返去主視窗。

<details>

<summary>點解工具釘咗之後，喺另一個輸入區冇出現？</summary>

Chat、Agent、快捷助手同繪畫頁面支援嘅工具唔同，Chat 同 Agent 嘅固定佈局亦都分開儲存。請喺目標輸入區重新打開【自訂工具欄】。

</details>


---

# 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/advanced-basic/workbench/composer-efficiency.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.
