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

# autosave

> 自动保存对话记录

自动保存你与 Claude 的每一次对话。

## 功能说明

autosave 是内置的对话自动保存功能，默认开启。它会自动记录你与 AI 的对话历史，方便日后查阅和导出。

<Info>
  首次安装 42plugin CLI 时，对话自动保存功能默认开启
</Info>

## 管理自动保存

```bash theme={null}
# 查看当前状态
42plugin chat autosave

# 开启自动保存
42plugin chat autosave on

# 关闭自动保存
42plugin chat autosave off
```

## 相关功能

<Card title="导出对话" icon="download" href="/builtin/42plugin-chat">
  使用 42plugin-chat 快捷导出当前对话
</Card>
