# データを整理する

フォルダを作成しプロジェクト内に階層を作成することで、画像ファイルを整理できます。

## フォルダの作成

1. **New**を選択し、`Create folder`を選択します。
2. 任意の名前を入力します。

{% hint style="info" %}
階層のレベルは無制限にサポートしているので、必要なだけフォルダを作成できます。
{% endhint %}

## フォルダ間で画像を移動する

`Move to`メニューを使って、画像ファイルを別のフォルダに移動できます。

## 画像やフォルダを削除する

`Delete`メニューを使って画像ファイルやフォルダを削除することができます。いったん削除された画像ファイルは消去され、元に戻すことができないため注意してください。

{% hint style="warning" %}
フォルダを削除すると、サブフォルダを含むフォルダに含まれるすべての画像が削除されます。
{% endhint %}


---

# Agent Instructions: 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.annostation.orni.co.jp/jpn/mastering-annostation/projectsetup/organizing-data-set.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.
