# 自動セグメンテーション

Morphic Studioで自動セグメンテーションを使用するための簡単なチュートリアルです：

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

1. キャンバスに画像をアップロードするか生成する
2. 画像を選択してオプションメニューを開きます
3. 「自動セグメント」をクリックします

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/jp/ji-ben/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.
