# Organizing datasets

You can create a hierarchy within your Project to better organize your datasets by creating folders.

## Create a folder

1. Select **New** and choose `Create folder`.
2. Provide a desired name.

{% hint style="info" %}
We support unlimited levels of the hierarchy so you can create as many folders as needed.
{% endhint %}

## Move images between folders

You can move an existing image or images to a different folder using the `Move to` menu.

## Delete images or folders

You can delete existing images or folders using the `Delete` menu, however make sure you are certain about the action as it cannot be reversed.&#x20;

{% hint style="warning" %}
Deleting a folder deletes all images included in the folder including sub-folders.
{% 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/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.
