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

# 侧边栏

画布左侧和右侧边栏中分别包含什么，以及如何从中访问图层、聊天和资源。

画布两侧各有一个侧边栏。左侧侧边栏显示文件中的内容。右侧侧边栏显示你对所选内容可以执行的操作。

### 左侧边栏

顶部有三个标签页：“图层”、“聊天”和“素材”。每个标签页都有搜索框、“全部”和“收藏”筛选，以及用于按标签缩小范围的“筛选器”下拉菜单。

* 图层：画布上的每个对象。单击一个即可选中，或右键点击以使用“重命名”、“复制”、“另存为”、“用作参考”等更多操作。
* 聊天：此文件中的 Copilot 对话。打开其中一个，它会显示在画布旁边的面板中，这样你就可以直接从中拖出结果。参见 [从 Copilot 拖放到画布](/docs/zh/getting-started/copilot/copilot-to-canvas.md)
* 素材：此处上传或生成的所有内容，每张卡片都会显示其类型；对于视频和音频，还会显示时长。按住 Cmd 单击或 Shift 单击可选择多个；右键可执行“添加标签”、“添加到收藏”、“移动到文件夹”、“下载”或“删除”。底部的“上传素材”可导入你自己的文件。参见 [上传素材](/docs/zh/getting-started/assets/upload-assets.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/getting-started/navigating-the-canvas/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.
