> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/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/acbce02e7b9552df91a752f6b1435f8beb65d550" alt=""><figcaption></figcaption></figure>

### 保存先を変更

Cドライブ／システムドライブの空き容量が少ない場合、または Cherry Studio のデータを **まとめて1つの暗号化ディスク／外付けハードディスクに置きたい場合は**、デフォルトの保存先を変更できます。

> 注意：場所を変更すると **すべての会話履歴、アシスタント、ナレッジベースを移動します** などのデータも含まれます。操作前に **必ず先にバックアップすることを強くおすすめします**（[WebDAV](/docs/jp/pre-basic/data-settings/webdav.md) / [S3](/docs/jp/pre-basic/data-settings/s3-compatible.md) のどちらでも大丈夫です）。

* **パスを変更**：`設定 →` データ設定`をクリック →`データディレクトリ`をクリック →`アプリデータ\` の移行ボタン

***

#### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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.cherryai.com.cn/docs/jp/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.
