# Selecting target files to perform actions

You may often need to perform a certain action against target images, e.g. Download annotation results or Move specific images to a different folder.

You can easily identify and select your target images in AnnoStation. There are four ways to determine your target image:

* a single image
* specific images
* all images in a current location with or without subfolders
* based on the search result or filtered images

### Select a single image to perform an action:

1. Go to the image you want to perform an action.
2. Select the `...` button on the right and then choose a desired action from the drop-down menu.&#x20;

### Select specific images to perform an action:

1. Select a checkbox next to the images you want to perform an action.&#x20;
2. Click on **Actions** and then choose a desired action from the drop-down menu.&#x20;

### Perform an action against all images in a current location

1. Click the dropdown icon next to Project breadcrumb.
2. Select a desired action from the drop-down menu.&#x20;
   * Choose `Without subfolders` if you want to select images in the current directory but exclude images within subfolders.
   * Choose `With subfolders` if you want to select all images in the current directory including images within subfolders.

### Perform an action based on the search result or filtered images

1. Search or filter images.
2. In the display of results, you can do any of the above three options:
   * Select a single image to perform an action
   * Select specific images to perform an action
   * Perform an action against all the matched results by using the drop-down menu in the breadcrumb


---

# 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/project/selecting-target-files-to-perform-actions.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.
