> 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/kuai-su-shang-shou/prompt-bar.md).

# 提示栏

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

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

主要功能：

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

提示栏会根据你的工作流程进行调整，无论你是从头开始，还是在优化现有素材，它都能提供合适的工具。

如果你有任何问题或疑问，请随时联系我们。我们很乐意提供帮助，请写信至 [**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/kuai-su-shang-shou/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.
