> 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/docs/jp/cherry-studio/preview/files.md).

# ファイル

ファイルページは Cherry Studio の**添付ファイル総合倉庫** —— 会話でドラッグした画像、PDF、ドキュメント、描画で生成した画像、ナレッジベースに取り込んだ資料は、ここでまとめて確認・管理できます。

Cherry Studio 内部の「マイコンピュータ」と考えればよいです。

## ファイルページへ

上部タブ `+` をクリック → **ランチャー** → クリック `ファイル`。

<figure><img src="/files/9f45a44058ce4889cc4864b657268adcda841ec9" alt=""><figcaption><p>ファイルページ：左側で種類別に分類、上部で並べ替えと全選択 / 複数選択</p></figcaption></figure>

## ここでできること

* **種類で絞り込み**：左側の4つの分類 —— `ドキュメント`、`画像`、`テキスト`、`すべてのファイル`
* **並べ替え**：上部 `作成日時` / `サイズ` / `ファイル名` 3つの並べ替え方法
* **一括操作**：右上 `すべて選択` チェックボックスと組み合わせて `⋯` メニューで一括削除 / ダウンロード
* **プレビュー**：ファイルをクリックすると直接プレビュー（画像、PDF など対応形式）
* **ローカルにダウンロード**：右クリック → ダウンロードで、保存先を選択できます
* **削除**：右クリック → 削除（削除後は復元できません。ご確認ください）
* **保存場所を開く**：右クリック → ファイルマネージャーで表示（macOS = Finder、Windows = エクスプローラー）

## ファイルはどこに保存されていますか？

Cherry Studio はすべての添付ファイルをローカルのアプリケーションデータディレクトリに保存します。具体的なパス：

* **macOS**に由来する：`~/Library/Application Support/CherryStudio`
* **Windows**に由来する：`%APPDATA%\CherryStudio`
* **Linux**に由来する：`~/.config/CherryStudio`

別のドライブに移したいですか？こちらを参照： [保存先を変更](/docs/jp/pre-basic/personalization-settings/storage.md)。

## ヒントとコツ

* 長期間使わない会話 / ナレッジベースはファイルがどんどん増えるので、定期的にここを整理するとかなりのディスク容量を節約できます
* 重要なファイルはクラウドストレージ（WebDAV / S3 など）にも同時にバックアップすることをおすすめします。詳しくは [データ設定](/docs/jp/pre-basic/data-settings.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:

```
GET https://docs.cherry-ai.com/docs/jp/cherry-studio/preview/files.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.
