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

# 聊天

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

这里有一份关于如何在 Morphic 中使用 Chats 的快速教程：

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

### 如何进入

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

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

### 查找聊天

聊天会以卡片形式显示，卡片上有名称和最后打开时间。点击任一卡片即可打开。

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

### 管理聊天

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

### 你应该知道

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