# 対象ファイルを選択する

アノテーション結果をダウンロードする、または特定の画像ファイルを別のフォルダに移動するなど、対象ファイルに対して特定のアクションを実行したいケースがあります。

AnnoStationでは、ターゲット画像を簡単に特定して選択することができます。対象画像を特定するには、以下の4つの方法があります。

* 単一の画像ファイル
* 複数の特定画像ファイル
* 現在のディレクトリにあるすべての画像ファイル
* 検索結果またはフィルタリングされた画像ファイル

## 画像を選択してアクションを実行

1. アクションを実行したい画像を選択します。
2. 右側の `...` ボタンを選択し、ドロップダウンメニューからアクションを選択します。

## 特定の画像を選択してアクションを実行

1. アクションを実行したい画像の横にあるチェックボックスを選択します。
2. **Actions**をクリックし、ドロップダウンメニューから必要なアクションを選択します。

## 現在のディレクトリにあるすべての画像に対してアクションを実行

1. プロジェクトのパンくずにあるドロップダウンを開きます。
2. ドロップダウンメニューから必要なアクションを選択します。
   * 現在のディレクトリ内の画像は選択するがサブフォルダ内の画像を除外したい場合は、`Without subfolders`を選択します。
   * サブフォルダ内の画像を含めてカレントディレクトリ内のすべての画像を選択したい場合は、`With Subfolders`を選択します。

## 検索結果やフィルタリングされた画像に基づいてアクションを実行

1. 画像を検索またはフィルタリングします。
2. 結果が表示された画面では、下記3つのオプションのいずれかを行うことができます：
   * 1つの画像を選択してアクションを実行する
   * 特定の画像を選択してアクションを実行する
   * パンくずのドロップダウンメニューを使用して、すべての結果に対してアクションを実行する


---

# 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/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.
