> 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/zh/essentials/layers/smart-select.md).

# 智能选择

智能选择可让你在 Morphic 中从某一帧快速检测并分离出关键元素，如角色和对象。

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

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

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

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

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/essentials/layers/smart-select.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
