> 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.md).

# 基础

- [局部重绘与扩展重绘](https://morphic.com/docs/zh/ji-chu/inpainting-and-outpainting.md)
- [局部重绘](https://morphic.com/docs/zh/ji-chu/inpainting-and-outpainting/inpainting.md): Morphic 上的局部重绘功能允许你使用提示词对图像的特定区域进行有针对性的编辑，非常适合在不影响整体的情况下优化、替换或增强部分内容。
- [图像扩展](https://morphic.com/docs/zh/ji-chu/inpainting-and-outpainting/image-outpainting.md): Morphic 上的扩展重绘功能允许你使用提示词将图像延伸到原始画框之外，生成与现有场景匹配并延续其内容的无缝新增部分。
- [视频扩展](https://morphic.com/docs/zh/ji-chu/inpainting-and-outpainting/video-outpainting.md): Morphic 上的扩展重绘功能允许你使用提示词将视频延伸到原始画框之外，生成与现有场景匹配并延续其内容的无缝新增部分。
- [图层](https://morphic.com/docs/zh/ji-chu/layers.md)
- [智能选择](https://morphic.com/docs/zh/ji-chu/layers/smart-select.md): 智能选择可让你在 Morphic 中快速检测并分离画面中的关键元素，例如角色和物体。
- [点选](https://morphic.com/docs/zh/ji-chu/layers/manual-segmentation.md): Morphic 上的点选功能允许你使用包含点和排除点，手动从画面中分离出角色或物体等关键元素。
- [模型](https://morphic.com/docs/zh/ji-chu/models.md)
- [训练模型](https://morphic.com/docs/zh/ji-chu/models/train-a-model.md): Morphic 上的模型功能可让你基于视觉概念（角色、风格、产品或物体）训练 AI，从而在不同场景、上下文和提示词中生成一致的输出。
- [使用模型](https://morphic.com/docs/zh/ji-chu/models/use-a-model.md): 在 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/ji-chu.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.
