> For the complete documentation index, see [llms.txt](https://manual-sellers.cs-cart.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-sellers.cs-cart.jp/seller-admin/settings/file_editor.md).

# ファイルエディター

インポートやエクスポートで用いるCSVファイルや商品画像などの各種ファイルを管理します。

{% hint style="info" %}
**プライベートファイル と 公開ファイル**

* **プライベートファイル** : 一般ユーザーがアクセスできないファイルです。（例 : 管理画面からエクスポートしたCSVファイルや、インポート用商品画像など）
* **公開ファイル** : 商品画像など、一般ユーザーがウェブサイトからアクセス可能なファイルです。
  {% endhint %}

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

<table><thead><tr><th width="318">項目</th><th>説明</th></tr></thead><tbody><tr><td>ファイルツリー</td><td>プライベートファイルと公開ファイルに関するファイルツリー</td></tr><tr><td><strong>ファイルエリア</strong></td><td></td></tr><tr><td>ツールバー</td><td>ファイルやフォルダーの作成、アップロード、削除などを実行する各種ツールバー</td></tr><tr><td>検索バー</td><td>ファイル検索用キーワードを入力</td></tr><tr><td>ファイル一覧</td><td>指定したフォルダ内に存在するファイルの一覧</td></tr></tbody></table>


---

# 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://manual-sellers.cs-cart.jp/seller-admin/settings/file_editor.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.
