> 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/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/kuai-su-shang-shou/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.
