> 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/ru-men.md).

# 入门

- [概览](https://morphic.com/docs/zh/ru-men/overview.md): Morphic 是什么、你可以用它制作什么，以及从哪里开始。
- [画布](https://morphic.com/docs/zh/ru-men/navigating-the-canvas.md): 画布是你创建、探索和编辑视频、图像序列或布局等内容的地方。高效地导航画布将帮助你更快地工作并保持有序。
- [提示栏](https://morphic.com/docs/zh/ru-men/navigating-the-canvas/prompt-bar.md): Morphic 上的提示栏让你可以编写提示词，并调整生成内容的参数，如宽高比、风格、角色模型、创造性、变体和摄像机角度。
- [侧边栏](https://morphic.com/docs/zh/ru-men/navigating-the-canvas/sidebars.md): 画布左侧和右侧侧边栏中包含什么，以及如何从中访问图层、聊天和素材。
- [分区](https://morphic.com/docs/zh/ru-men/navigating-the-canvas/section.md): Morphic 中的分区是用于在工作量增长时保持画布整洁的容器。你可以将任意素材分组到一个命名分区中，整理其中内容，并将所有内容作为一个整体移动。
- [Copilot](https://morphic.com/docs/zh/ru-men/copilot.md): Copilot 是什么、如何打开它，以及你可以在图像、视频、音频、工作流和素材方面向它提出什么要求。
- [聊天模式](https://morphic.com/docs/zh/ru-men/copilot/chat-modes.md): Copilot 聊天可运行的三种模式、每种模式如何使用你的额度，以及如何设置你想要的模式。
- [在新聊天中继续](https://morphic.com/docs/zh/ru-men/copilot/continue-in-a-new-chat.md): 如何在任意消息处分叉 Copilot 聊天、哪些内容会带到新聊天中，以及何时分叉最有帮助。
- [从 Copilot 拖放到画布](https://morphic.com/docs/zh/ru-men/copilot/copilot-to-canvas.md): 如何通过拖拽或从素材菜单，将图像或视频从 Copilot 聊天移到画布上。
- [批量生成](https://morphic.com/docs/zh/ru-men/copilot/batch-generation.md): 如何让 Copilot 在一次请求中生成一组结果，而不是逐个运行。
- [仪表板](https://morphic.com/docs/zh/ru-men/dashboard.md): 在哪里找到你的聊天、文件、项目、素材、模型和工作流，以及如何开始新内容。
- [项目](https://morphic.com/docs/zh/ru-men/dashboard/projects.md): Morphic 中的项目可让你按主题、客户或目标组织工作，帮助你将相关文件放在一起，并以专注、有序的方式管理一切。
- [文件](https://morphic.com/docs/zh/ru-men/dashboard/files.md): Morphic 中的文件可让你分别管理每个场景或想法。你可以创建、重命名、切换或删除文件，每个文件都有自己的画布，便于专注且有条理地创作。
- [聊天](https://morphic.com/docs/zh/ru-men/dashboard/chats.md): 如何找到更早的 Copilot 对话、缩小列表范围，以及重命名、收藏或删除聊天。
- [素材](https://morphic.com/docs/zh/ru-men/assets.md): 你上传或生成的所有内容都保存在这里，以及你的团队如何从任意文件中访问它。
- [上传素材](https://morphic.com/docs/zh/ru-men/assets/upload-assets.md): 将你自己的文件导入 Morphic 的四种方式，以及导入后它们会保存到哪里。
- [标签与收藏](https://morphic.com/docs/zh/ru-men/assets/tags-and-favorites.md): 如何为素材添加标签并标记你反复使用的内容，让大型素材库依然可搜索。
- [管理多个素材](https://morphic.com/docs/zh/ru-men/assets/manage-multiple-assets.md): 如何一次对多个素材执行操作，而不是逐个处理。
- [上下文搜索](https://morphic.com/docs/zh/ru-men/contextual-search.md): 可在 Morphic 任意位置搜索文件、素材和工作流的键盘快捷键。
- [常见问题](https://morphic.com/docs/zh/ru-men/faqs.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/ru-men.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.
