> 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/sidebars.md).

# 侧边栏

### 左侧边栏：图层与资源

左侧边栏包含“图层”面板，这是你管理画布结构组件的首选区域。

主要功能：

* **浏览和整理**：查看并管理你所有的图像、资源和形状。
* **选择**：点击图层即可在画布上聚焦或编辑它们。
* **搜索**：使用内置搜索栏快速查找特定图层。
* **添加或导入资源**：点击右上角的“+”图标，即可轻松向项目添加或导入新资源。

可以把这个侧边栏看作画布的迷你项目浏览器，帮助你保持条理并提升效率。

### 右侧边栏：详情、工具与操作

右侧边栏具有上下文感知能力，这意味着它会根据所选画板或对象动态更新。这个侧边栏包含你进行深度编辑所需的工具和操作。

主要功能：

* **详情**：查看并调整与所选画板或资源（一个或多个图像、视频、音频）相关的设置或提示词。此选项卡适用于所有画板。它会显示生成信息，包括提示词（你可一键复制）、类型、格式、尺寸、风格和大小。
* **画板专用工具**：基于所选内容类型的动态选项（例如：创建模型、创建视频、选择工具、分割工具、调整大小）。
* **快捷操作**：快速访问放大、导出和其他常用操作等工具。
  * **放大**：在保持质量的前提下提高分辨率，使资源更清晰、质量更高。
  * **导出**：以多种格式导出画板或特定图层（图像、视频、帧），便于分享。
* **高级属性**：访问变体或模型调整的设置（如适用）。

每个工具都会根据内容类型（图像、视频、草图）进行适配，确保只显示相关控制项，从而带来更专注、更贴合需求的体验。

### 快速回顾

* **左侧边栏**：提供结构，并让你高效地整理和访问图层与资源。
* **右侧边栏**：提供上下文相关的工具和操作，并根据所选画板或对象进行定制。

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