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

# 聊天

如何找到较早的 Copilot 对话、缩小列表范围，以及重命名、收藏或删除聊天。

Chats 页面将每段 Copilot 对话集中列在一个地方，因此你无需记得它在哪个文件里，也能找到更早的聊天记录。

下面是一个关于如何在 Morphic 中使用 Chats 的快速教程：

{% embed url="<https://youtu.be/I40_I7aKev4>" %}

### 如何进入

1. 打开 [仪表板](/docs/zh/getting-started/dashboard.md)
2. 点击左侧边栏中的“Chats”

首页还会显示一行 Chats，其中包含你最近的对话。点击旁边的“查看更多”即可打开完整列表。

### 查找聊天

Chats 会以卡片形式显示，卡片上会显示名称和最后打开时间。点击其中一张即可打开。

* “所有聊天”会显示所有人的聊天。切换为“我的聊天”则只显示你自己的聊天
* “收藏”会将列表缩小为你已加星标的聊天
* “最后修改”会改变排序顺序
* 右上角的“搜索...”可按名称搜索

### 管理聊天

1. 将鼠标悬停在聊天卡片上
2. 点击右上角的爱心即可将其收藏
3. 打开右下角的“...”菜单，可进行“重命名”、“添加到收藏”和“删除”

### 需要知道的事

* 点击右上角的“新建聊天”，即可在此页面开启一段新的对话。
* 从另一个聊天继续而来的聊天，会以来源聊天的名称命名。根据你在其中所做的事情对它重命名，可以让长列表更易读。参见 [在新聊天中继续](/docs/zh/getting-started/copilot/continue-in-a-new-chat.md).
* 删除聊天不会删除它生成的内容。生成的资源会保留在你的 [素材](/docs/zh/getting-started/assets.md) 库中。

以上就是你在 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/chats.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.
