> 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 上的仪表板是你创建的一切内容所在之处。它默认打开在 Home，每一行分别显示你最近的聊天、文件、项目、资源和工作流。

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

### 进入方式

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

### 左侧边栏

* 搜索：会打开 [上下文搜索](/docs/zh/getting-started/contextual-search.md)，也就是你在 Morphic 任何地方都能看到的同一个“Cmd+K”菜单
* Home：你最近的工作，按行分组显示
* Chats：每一次 Copilot 对话。参见 [Chats](/docs/zh/getting-started/dashboard/chats.md)
* Projects：你的项目。参见 [Projects](/docs/zh/getting-started/dashboard/projects.md)
* Files：所有项目中的每一个文件。参见 [Files](/docs/zh/getting-started/dashboard/files.md)
* Assets：所有已上传或已生成的内容。参见 [Assets](/docs/zh/getting-started/assets.md)
* References：你创建的参考资料，每个都有预览。参见 [参考](/docs/zh/essentials/models.md)
* Workflows：你保存的工作流。参见 [探索工作流](/docs/zh/workflows/explore-workflows.md)

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

### 值得了解

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