> 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/getting-started.md).

# 快速入门

你在 Morphic 的第一个小时：画布的作用、如何与 Copilot 对话，以及你的工作存储在哪里。

Morphic 是一个画布、一个聊天区和一个共享同一文件的素材库。本节介绍各部分的作用以及它们如何协同工作，这样你就可以从空白文件直接做到成片，而无需到处寻找任何东西。

* [概览](/docs/zh/getting-started/overview.md): Morphic 是什么，以及你可以用它做什么
* [画布](/docs/zh/getting-started/navigating-the-canvas.md): 工作区本身，包括提示栏、侧边栏和各个分区
* [Copilot](/docs/zh/getting-started/copilot.md): 描述你想要的内容，让 Copilot 选择模型并运行
* [仪表板](/docs/zh/getting-started/dashboard.md): 项目、文件和聊天，以及它们之间的关系
* [素材](/docs/zh/getting-started/assets.md): 上传你自己的素材，为其添加标签，并批量管理
* [上下文搜索](/docs/zh/getting-started/contextual-search.md): 查找你创建或上传的任何内容
* [常见问题](/docs/zh/getting-started/faqs.md): 对新用户最常问问题的简短回答

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/getting-started.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.
