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

# ファイル

ファイルページは Cherry Studio の **添付ファイルの総合保管庫** —— 会話でドラッグした画像、PDF、ドキュメント、描画で生成した画像、ナレッジベースにインポートした資料などを、ここでまとめて閲覧・管理できます。

Cherry Studio 内の「マイコンピュータ」のようなものと考えてください。

## ファイルページへ入る

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

<figure><img src="https://3776196818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-279cf8b21c9efb861a86c0b56cdc29ac5ce0543f%2Ffiles-overview.png?alt=media" alt=""><figcaption><p>ファイルページ：左側で種類別分類、上部で並べ替えと全選択 / 複数選択</p></figcaption></figure>

## ここでできること

* **種類別にフィルタ**：左側で種類別に分類 —— `ドキュメント`、`画像`、`テキスト`、`音声`、`動画`、`その他`、`すべてのファイル`
* **並べ替え**：上部で対応 `ファイル名` / `サイズ` / `種類` / `更新日時` 4種類の並べ替え
* **一括操作**：右上 `全選択` チェックボックスと併用して `⋯` メニューで一括削除
* **アップロード**：ファイルをページに直接ドラッグするだけでアップロードできます。あるいは `ファイルをアップロード`
* **プレビュー**：ファイルをクリックすると直接プレビュー（画像、PDF など対応形式）
* **名前を変更**：右クリック → 名前を変更
* **削除**：右クリック → 削除。削除したファイルは **ごみ箱**に入ります（下の説明参照）
* **保存場所を開く**：右クリック →【保存先フォルダを開く】（macOS = Finder、Windows = エクスプローラー）

{% hint style="info" %}
あるファイルが **欠落**と表示されている場合、そのローカル原本は移動または削除されています。この種のファイルは、場所を特定するか、ライブラリから記録を削除することしかできません。
{% endhint %}

## ごみ箱

ファイルを削除しても、すぐには消えず、まず【ごみ箱】に入ります。ごみ箱では次のことができます：

* **復元**：誤って削除したファイルを元の場所に戻す
* **完全削除**：特定のファイルを個別に完全消去する
* **ごみ箱を空にする**：ごみ箱内のすべてのファイルを一括で完全削除する

<figure><img src="https://3776196818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-9d9e2e03785a6aa6a634aed1bfe874e3b48117d1%2Ffiles-trash.png?alt=media" alt=""><figcaption><p>ごみ箱：復元、完全削除、または全消去が可能</p></figcaption></figure>

{% hint style="warning" %}
**完全削除は元に戻せません。** ファイルを削除すると、それが関連するすべてのメッセージ内の参照も同時に削除されます。操作前にご確認ください。
{% endhint %}

## ファイルはどこに保存される？

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

* **macOS**：`~/Library/Application Support/CherryStudio`
* **Windows**：`%APPDATA%\CherryStudio`
* **Linux**：`~/.config/CherryStudio`

別のドライブに移したい？ [保存場所の変更](/docs/jp/pre-basic/settings/data-settings/storage.md)。

## ヒントとコツ

* 長期間使っていない会話 / ナレッジベースには、どんどんファイルがたまります。定期的にここで整理すれば、かなりのディスク容量を節約できます
* 重要なファイルはクラウドドライブ（WebDAV / S3 など）にもバックアップするのがおすすめです。詳しくは [データ設定](/docs/jp/pre-basic/settings/data-settings.md)
* ファイル名が文字化けする？ 通常は外部からドラッグした際のエンコード問題です。まず名前を変更してから使うことをおすすめします

***

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

設定または使用中に不明点、バグ、機能改善の提案がある場合は、 [フィードバックと提案](/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/cherry-studio/preview/files.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.
