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

# 仪表板

Morphic 的仪表板是你创建的一切内容的存放之处。打开后会显示“主页”，其中每一行分别列出你最近的聊天、文件、项目、资源和工作流。

以下是如何使用 Morphic 仪表板的简要教程：

### 前往方法

* 前往 [studio.morphic.com](https://studio.morphic.com/home)
* 在文件内，点击左上角的 Morphic 标志，然后选择“返回仪表板”

### 左侧边栏

* 搜索：打开 [上下文搜索](/docs/zh/ru-men/contextual-search.md)，也就是你在 Morphic 任何地方都能打开的同一个“Cmd+K”菜单
* 主页：你最近的工作，按行分组
* 聊天：每一次 Copilot 对话。参见 [聊天](/docs/zh/ru-men/dashboard/chats.md)
* 项目：你的项目。参见 [项目](/docs/zh/ru-men/dashboard/projects.md)
* 文件：所有项目中的每一个文件。参见 [文件](/docs/zh/ru-men/dashboard/files.md)
* 资源：所有上传或生成的内容。参见 [素材](/docs/zh/ru-men/assets.md)
* 模型：你训练过的模型，每个都有预览。参见 [模型](/docs/zh/ji-chu/models.md)
* 工作流：你已保存的工作流。参见 [探索工作流](/docs/zh/gong-zuo-liu/explore-workflows.md)

在这些下方是“标签”，列出你组织中的每个标签，方便你跳转到所有带有该标签的内容；还有“最近文件”，显示你上次打开的内容。你的额度余额在左下角。

### 需要知道的事

* 点击右上角的“创建新内容”，然后选择“文件”“聊天”“项目”“资源”或“工作流”。主页上的每一行标题旁边也都有一个“+”，因此你无需离开页面就能从“聊天”行开始对话。
* 可使用右侧的“最后修改时间”下拉菜单对任意行排序，并点击“查看更多”打开该类型的完整列表。
* 右上角的“搜索…”会在仪表板内搜索；“Cmd+K”会在整个 Morphic 中搜索。

这就是你在 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/ru-men/dashboard.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.
