> 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 上使用智能选择功能的方法。你可以在不同画面之间移动、调整大小，并重复使用这些分离后的图层，或者将它们单独导出。

***


---

# 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:

```
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.
