> 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/ru-men/navigating-the-canvas/prompt-bar.md).

# 提示栏

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

* **全局提示栏**
  * 位于界面底部
  * 用它来编写提示并调整常规设置
  * 为图像配置宽高比、风格、角色模型、创造力、变体和摄像机角度
  * 在未选择特定画板时可用
  * 可生成图像、视频和音频
* **画板专属提示栏** （也称为 **焦点模式提示栏**)
  * 当你选择图像、视频或音频素材时，会显示在画板下方
  * 为该特定素材提供专用提示和微调
  * 让你在不影响其他元素的情况下进行有针对性的调整
  * 提供与全局提示栏相同的设置，但仅作用于所选素材
  * 可能会根据你正在处理的素材类型提供更多设置

主要功能：

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

### 将素材标记为参考

输入 `@` 在全局提示栏中输入，以便将素材从你的素材库中拉入提示中，这样下一次生成就会基于你已有的内容。

下面是一个关于如何在 Morphic 的提示中标记素材的快速教程：

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

1. 点击全局提示栏并输入 `@`
2. 在弹出的选择器中选择一个标签页：“模型”“图像”“视频”或“音频”。打开“收藏”可将范围缩小到你的精选列表
3. 继续在 `@` 后输入以按素材名称筛选
4. 点击该素材。它会以标签形式进入提示词，并加入提示栏上方的“References”托盘
5. 描述你希望对它进行什么操作，然后点击提示栏中的蓝色按钮

“References”托盘会显示所选模型接受多少个参考，例如“1/3 张图像”。打开它可通过“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/ru-men/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.
