# 智能选择

以下是关于如何在 Morphic 中使用智能选择的快速教程：

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

1. 在画布中上传或生成图像
2. 选中图像，然后打开“焦点模式”菜单并选择“对象选择”
3. Morphic 会自动检测图像中的对象
4. 当你将光标悬停时，单个素材会被高亮显示
5. 点击以选择你想要的素材；支持多选
6. 完成选择后，请选择以下选项之一：
   * 分离为图层——将对象单独隔离到其自己的图层中
   * 排除背景——保留对象并移除其余部分
   * 擦除对象——彻底移除所选项目

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

***


---

# 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/zh/ji-chu/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.
