> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/getting-started/navigating-the-canvas/prompt-bar.md).

# 提示栏

Morphic 上的提示栏可让你编写提示，并为生成内容调整宽高比、风格、角色参考、创造性、变体和镜头角度等设置。

提示栏是您在 Morphic 中创建和自定义生成内容的主要工具。可用的提示栏有两种类型：

* **全局提示栏**
  * 位于界面底部
  * 用于编写提示词并调整常规设置
  * 为图像配置宽高比、风格、角色参考、创造力、变化和摄像机角度
  * 在未选择特定画板时可用
  * 生成图像、视频和音频
* **画板专用提示栏** （也称为 **专注模式提示栏**)
  * 当您选择图像、视频或音频资产时，会出现在画板下方
  * 为该特定资产提供专门的提示和微调
  * 允许您进行有针对性的调整，而不影响其他元素
  * 提供与全局提示栏相同的设置，但仅针对所选资产
  * 根据您正在处理的资产类型，可能提供更多设置

主要功能：

* **编写提示词**：输入描述性文本来引导您的生成内容
* **风格选择**：从多种艺术风格和模型中进行选择
* **宽高比**：调整输出的尺寸
* **角色参考**：在相关时应用特定角色参考
* **创造力控制**：微调生成内容中的创意变化
* **变化**：生成提示词的多个版本
* **摄像机角度**：控制图像生成的视角

### 将资产标记为参考

类型 `@` 在全局提示栏中，以便从您的素材库中调出一个资产并将其放入提示词中，这样下一次生成就会基于您已有的内容进行。

这里有一个关于如何在 Morphic 的提示词中标记资产的快速教程：

{% embed url="<https://youtu.be/qw8FMseF8dg>" %}

1. 点击全局提示栏并输入 `@`
2. 在打开的选择器中选择一个标签页：'Models'、'Images'、'Videos' 或 'Audio'。打开 'Favorites' 可将范围缩小到您的精选列表
3. 继续在 `@` 后输入，以按资产名称筛选
4. 点击该资产。它会以芯片形式进入提示词，并加入提示栏上方的 'References' 托盘
5. 描述您希望如何使用它，然后点击提示栏中的蓝色按钮

“References” 托盘会显示所选模型接受多少个参考，例如“1/3 images”。打开它可通过“x”移除资产，或通过“+”添加另一个。

提示栏会适应您的工作流程，无论您是从零开始还是在优化现有资产，它都能提供合适的工具。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/zh/getting-started/navigating-the-canvas/prompt-bar.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.
