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

# 侧边栏

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

### 左侧边栏

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

* 图层：画布上的每个对象。点击一个对象即可选中，或右键点击进行“重命名”、“复制”、“下载为”、“用作参考”，以及其他操作
* 聊天：此文件中的 Copilot 对话。打开其中一个后，它会显示在画布旁边的面板中，因此你可以直接从中拖出结果。参见 [从 Copilot 拖放到画布](/docs/zh/ru-men/copilot/copilot-to-canvas.md)
* 资源：此处上传或生成的所有内容，每张卡片显示其类型，音频还会显示时长。底部的“上传资源”可导入你自己的文件。参见 [上传资源](/docs/zh/ru-men/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/ru-men/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.
