> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ascn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 记忆

> Agent 如何在会话之间记住信息。

**记忆** 是 Agent 在工作中自动学到的内容。

## 控制

```text theme={null}
记住：我喜欢简短的回答。
```

```text theme={null}
忘记我说过的关于 X 项目的事。
```

## 记忆 vs 知识

| 记忆   | 知识    |
| ---- | ----- |
| 自动形成 | 手动填写  |
| 个人细节 | 规则、参考 |

冲突时，知识优先。
