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

# 分区

### 创建分区

* 点击并拖动选择你想分组的素材，然后右键选择“创建分区”，即可将它们包裹到一个新的分区中

<figure><img src="/files/d0d488f6bd4b1c52647066454279439bf85033da" alt=""><figcaption></figcaption></figure>

* 在画布上右键并选择“分区”即可创建一个空容器

<figure><img src="/files/0d75adcdffe53bb25e322534cfc3a097c8f8cefb" alt=""><figcaption></figcaption></figure>

### 为你的分区命名

* 双击分区标签即可直接重命名

<figure><img src="/files/0e635a735dcaed14c11fc45bc03665ad74aa24a6" alt=""><figcaption></figcaption></figure>

* 点击分区并打开左上角的“...”菜单，然后选择“重命名”

<figure><img src="/files/f0e6eb71971bc846f81634f9a197d79c0884c12b" alt=""><figcaption></figcaption></figure>

### 添加和移除素材

<figure><img src="/files/0a33f4f0cc483ea8bea6b2ca30b7900ac324f12b" alt=""><figcaption></figcaption></figure>

* 将任意素材拖入分区即可添加
* 将素材从分区中拖出即可移除
* 所有素材类型都适用：画板、图片、视频和音频
* 分区可以嵌套在其他分区中

### 整理内容

* 打开“...”菜单，或右键选择“排列”→ 网格、水平或垂直，以相应格式排布内容

<figure><img src="/files/4bd57a0897bcc35e45de9115127912699e0188ea" alt=""><figcaption></figcaption></figure>

* 在同一菜单中选择“适应子元素”，即可让分区边界紧贴内部内容

<figure><img src="/files/097de80115b046ef41b4719d27077d23aca9c3e5" alt=""><figcaption></figcaption></figure>

* 拖动任意角或边缘即可调整分区大小

<figure><img src="/files/0691d776dab06684599d20de9b52fe9cacea6b98" alt=""><figcaption></figcaption></figure>

### 移动和删除

* 拖动分区即可将内部所有内容作为一个整体移动

<figure><img src="/files/bbabf7a36247dfc07eb36a8649b5336b29028fc9" alt=""><figcaption></figcaption></figure>

* 打开“...”菜单，或右键选择“删除分区”即可移除它

<figure><img src="/files/bdc1bf10349289a59acea5d1d07a3f7f92d4dc47" alt=""><figcaption></figcaption></figure>

### 使用分区整理画布的方法

分区可以围绕几乎任何工作流程来组织你的画布。以下是几种常见模式：

| 模式         | 如何应用                                    |
| ---------- | --------------------------------------- |
| 按项目或活动分组   | 每个客户、品牌或活动使用一个分区，让每一部分工作都保持独立           |
| 按素材类型分组    | 图片一个分区、视频一个分区、音频一个分区，这样你可以快速找到所需内容      |
| 按工作阶段分组    | 为草稿、进行中和最终稿分别设置分区，这样就能清楚看出哪些已完成、哪些还在推进  |
| 按平台或用途分组   | 分别为 YouTube 缩略图、Instagram 广告、网站横幅等创建分区  |
| 嵌套分区       | 将较小的分区放入较大的分区中，让一个包含众多环节的大项目集中在一个地方     |
| 保留一个参考资料分区 | 将灵感、情绪板或上传内容与主要工作分开摆放                   |
| 清晰展示作品     | 在与队友或客户评审时，使用“排列”→ 网格、水平或垂直，将分区整理成整洁的布局 |

以上只是一些思路，但分区的用法并没有限制。你可以根据自己的创作流程灵活组织它们。

以上就是在 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/section.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.
