> 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/ji-chu/layers/auto-segmentation.md).

# 自动分割

这里有一个关于如何在 Morphic Studio 中使用自动分割的快速教程：

{% embed url="<https://youtu.be/AUduAWo3Kc0>" %}

1. 在画布上上传或生成一张图像
2. 选择图像并打开选项菜单
3. 点击“自动分割”

Morphic Studio 会自动将画面中的关键元素，如角色、对象和背景，分离到不同的图层中。

这就是在 Morphic Studio 中使用自动分割功能的方法。你可以移动、调整大小，并在不同画面之间重复使用这些分离后的图层，或将它们单独导出。

***


---

# 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:

```
GET https://morphic.com/docs/zh/ji-chu/layers/auto-segmentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
