> 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/ji-chu/layers/smart-select.md).

# 智能选择

下面是关于如何在 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/ji-chu/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.
