> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/convai-playground/character-customization/memory.md).

# Memory

## 简介

“记忆”部分可让你查看某个角色的对话历史，并决定它是否应在会话之间记住信息。你可以用它来审核交互、排查问题，并启用持久偏好设置。

## 最近记忆

此标签页列出你与角色的所有先前会话。\
对于每个会话，你可以查看：

* **日期** – 会话发生的日期。
* **时间** – 会话开始时间，显示为 UTC 时区。
* **会话 ID** – 该会话的唯一标识符。

{% hint style="info" %}
如果你在某个会话中遇到任何问题，支持团队可能会要求提供会话 ID，以便他们进行详细调查。
{% endhint %}

**可用操作：**

* **查看对话：** 点击向下箭头展开并查看该会话的对话记录。

<figure><img src="/files/1bc648006855e7f7905d8bc4517ea347632bf147" alt=""><figcaption></figcaption></figure>

* **复制或下载：** 使用右侧的三点菜单复制或下载会话数据。

<figure><img src="/files/08f5b80e349bfa50531d1b7d5298caf15880e215" alt=""><figcaption></figcaption></figure>

***

## 记忆设置

此标签页允许你启用或禁用 **长期记忆**.

当长期记忆 **已启用**时，你的角色可以记住之前会话中的偏好、选择和事实。例如：\
如果你在某个会话中告诉角色“我最喜欢的颜色是蓝色”，然后在之后的另一个会话中问“我最喜欢的颜色是什么？”，角色会回答“蓝色”。

禁用时，角色不会在会话之间保留信息。

<figure><img src="/files/8ae099d3abd7d613917e9a72c4710ba1f63129cd" alt=""><figcaption></figcaption></figure>

***

## 结论

记忆功能让你能够强大地控制角色随时间与你互动的方式。使用最近记忆来查看并分享特定会话，并调整记忆设置以决定角色是否应在不同对话之间保留知识。


---

# 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:

```
GET https://docs.convai.com/api-docs/zh/convai-playground/character-customization/memory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
