# 画像を検索する

ファイル名に基づいて画像を検索することができます。現在いるディレクトリに関係なく、プロジェクト内のすべての画像ファイルを検索します。

## 検索結果を表示する  <a href="#display-of-results" id="display-of-results"></a>

パンくずはプロジェクト内で見つかった画像ファイルの数を表示します。

パンくず内のドロップダウンメニューを使用して、見つかった画像ファイルに対してバッチ処理を実行できます。

{% hint style="info" %}
ファイル名にはフルパスが含まれます。見つかった結果がサブフォルダ内に存在する場合は、そのサブフォルダの名前が含まれます。
{% 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/project/search.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.
