> 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/kr/essentials/layers/auto-segmentation.md).

# 자동 분할

Morphic Studio에서 자동 세그멘테이션을 사용하는 방법에 대한 간단한 튜토리얼입니다:

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

1. Canvas에 이미지를 업로드하거나 생성하세요
2. 이미지를 선택하고 옵션 메뉴를 여세요
3. ‘Auto Segment’를 클릭하세요

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/kr/essentials/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.
