# スマート選択

MorphicでSmart Selectを使う簡単なチュートリアルです:

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

1. Canvasに画像をアップロードするか生成します
2. 画像を選択し、次にFocus Modeメニューを開いてObject Selectionを選択します
3. Morphicが画像内のオブジェクトを自動的に検出します
4. カーソルを重ねると、個々のアセットがハイライト表示されます
5. クリックして希望のアセットを選択します。複数選択も可能です
6. 選択したら、次のオプションのいずれかを選びます:
   * レイヤーとして分離 – オブジェクトを独立したレイヤーに分離します
   * 背景を除外 – オブジェクトだけを残し、他を削除します
   * オブジェクトを消去 – 選択した項目を完全に削除します

これで、MorphicのSmart Select機能の使い方は以上です。分離したレイヤーは、フレーム間で移動、サイズ変更、再利用したり、個別に書き出したりできます。

***


---

# 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/smart-select.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.
