# 자동 분할

다음은 Morphic Studio에서 자동 분할(Auto Segmentation)을 사용하는 간단한 튜토리얼입니다:

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

1. 캔버스에 이미지를 업로드하거나 생성하세요
2. 이미지를 선택하고 옵션 메뉴를 엽니다
3. '자동 분할(Auto Segment)'을 클릭합니다

Morphic Studio는 프레임 내의 캐릭터, 오브젝트, 배경과 같은 주요 요소들을 자동으로 구분하여 별도의 레이어로 분리합니다.

이것이 Morphic Studio에서 자동 분할 기능을 사용하는 방법입니다. 분리된 레이어는 이동, 크기 조절, 프레임 간 재사용이 가능하며 개별적으로 내보낼 수도 있습니다.

***


---

# Agent Instructions: 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.
