> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate/similarity-search-and-settings.md).

# 類似検索

Roboflow Annotate のヘッダーには、ラベリング画面を終了したり、Dataset 内の次または前の画像に移動したりするためのナビゲーションがあります。

<figure><img src="/files/67d0e8ade849a341c81586323b5cb05cdcabb0d5" alt=""><figcaption><p>Options Menu</p></figcaption></figure>

利用可能なオプションは次のとおりです:

* **元画像を表示** （斜線の入った目で表されます）は、バウンディングボックスを一時的に非表示にして、元の画像をより詳しく確認できるようにします。
* **オプション** （省略記号、または3つの点で表されます）。
  * **ラベル付けする類似の未割り当て画像を検索** の中の画像を見つけます *Unassigned* 現在の画像に似ている Annotation batch を見つけ、検索結果として視覚的に表示します。
  * **Dataset 内の類似画像を検索** の中の画像を見つけます *Dataset* 現在の画像に似ている Annotation batch（つまり Approved & Added to Dataset）を見つけ、検索結果として視覚的に表示します。
  * **カバー写真として使用**：これを Dataset のカバー写真として使用します。これは、Roboflow Dashboard のプロジェクト一覧に表示されます。
  * **プロジェクトから削除**：Dataset から写真を削除します。

<figure><img src="/files/f4fee865c5e165b524ee0c5845832e56b21a5c9e" alt=""><figcaption><p>Unassigned Images: 類似画像検索結果</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate/similarity-search-and-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
