> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/pre-basic/personalization-settings/storage.md).

# 修改存储位置

### 默认存储在哪？

Cherry Studio 按系统规范把数据放在用户目录下：

* **macOS**：`~/Library/Application Support/CherryStudio`
* **Windows**：`%APPDATA%\CherryStudio`（也就是 `C:\Users\<你的用户名>\AppData\Roaming\CherryStudio`）
* **Linux**：`~/.config/CherryStudio`

也可以在以下位置查看：

<figure><img src="/files/d08gNdZmbWZZ7QyRsgjG" alt=""><figcaption></figcaption></figure>

### 修改存储位置

如果你的 C 盘 / 系统盘空间紧张，或者你想把 Cherry Studio 的数据 **统一放到一块加密磁盘 / 外置硬盘**，可以改默认存储位置。

> 注意：换位置会 **搬走所有对话历史、助手、知识库** 等数据；操作前 **强烈建议先备份**（[WebDAV](/pre-basic/data-settings/webdav.md) / [S3](/pre-basic/data-settings/s3-compatible.md) 都行）。

* **更改路径**：在`设置 →` 数据设置`→`数据目录`→`应用数据\` 迁移按钮

***

#### 💡 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/question-contact/suggestions.md) 中提供的官方渠道。


---

# 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://docs.cherry-ai.com/pre-basic/personalization-settings/storage.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.
