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

# 仪表板

在这里可以找到你的聊天、文件、项目、素材、模型和工作流，以及如何开始新内容。

Morphic 上的仪表板是你创建的一切内容所在的地方。它默认打开在主页，每一行分别显示你最近的聊天、文件、项目、资源和工作流。

下面是如何使用 Morphic 仪表板的快速教程：

### 如何进入

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

### 左侧边栏

* 搜索：打开 [上下文搜索](/docs/zh/getting-started/contextual-search.md)，与您在 Morphic 任意位置都能打开的同一个“Cmd+K”菜单
* 主页：你最近的工作，按行分组
* 聊天：每一次 Copilot 对话。见 [聊天](/docs/zh/getting-started/dashboard/chats.md)
* 项目：你的项目。见 [项目](/docs/zh/getting-started/dashboard/projects.md)
* 文件：跨所有项目的每个文件。见 [文件](/docs/zh/getting-started/dashboard/files.md)
* 资源：所有上传或生成的内容。见 [素材](/docs/zh/getting-started/assets.md)
* 模型：你训练过的模型，每个都有预览。见 [模型](/docs/zh/essentials/models.md)
* 工作流：你保存的工作流。见 [探索工作流](/docs/zh/workflows/explore-workflows.md)

在这些下面是“标签”，列出你组织中的每个标签，这样你就可以跳转到所有带有某个标签的内容；还有“最近文件”，显示你上次打开的内容。你的积分余额在左下角。

### 需要知道的事

* 点击右上角的“创建新建”，然后选择“文件”、“聊天”、“项目”、“资源”或“工作流”。主页上的每一行标题旁也都有一个“+”，因此你无需离开页面就能从“聊天”行开始聊天。
* 可使用右侧的“最后修改”下拉菜单对任意一行进行排序，并点击“查看更多”打开该类型的完整列表。
* 使用右上角的切换按钮，在仪表板的“网格”和“列表”之间切换。Morphic 会记住这个选择。
* 右上角的“搜索...”可搜索仪表板。“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/getting-started/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.
