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

# 输入工具栏与效率工具

当前的对话和 Agent 输入区使用统一工具面板。常用按钮可以固定到工具栏，不常用的能力仍可从【+】面板找到。

<figure><img src="/files/x7eOBlVhVYvwLvFNJjDM" 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/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.
