> 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-ko/annotate/use-roboflow-annotate/similarity-search-and-settings.md).

# 유사도 검색

Roboflow Annotate 헤더에서 라벨링 인터페이스를 종료하고 데이터셋의 다음 또는 이전 이미지로 이동하는 내비게이션을 찾을 수 있습니다.

<figure><img src="/files/b06652722b6c147fdd34cfad04e3f8073a938c35" alt=""><figcaption><p>옵션 메뉴</p></figcaption></figure>

다음 옵션을 사용할 수 있습니다:

* **원본 이미지 보기** (대각선이 그어진 눈 아이콘으로 표시됨)는 바운딩 박스를 일시적으로 숨겨 원본 이미지를 더 자세히 볼 수 있게 합니다.
* **옵션** (줄임표 또는 점 세 개로 표시됨).
  * **라벨링할 유사한 Unassigned 이미지 찾기** 내의 이미지를 찾습니다 *Unassigned* 현재 이미지와 유사한 Annotation batch를 찾아 검색 결과에 시각적으로 표시합니다.
  * **Dataset에서 유사한 이미지 찾기** 내의 이미지를 찾습니다 *Dataset* 현재 이미지와 유사한 Annotation batch(즉, Approved & Added to Dataset)를 찾아 검색 결과에 시각적으로 표시합니다.
  * **표지 사진으로 사용**: 데이터셋의 표지 사진으로 사용합니다. 이는 Roboflow Dashboard의 Project 목록에 표시됩니다.
  * **Project에서 제거**: 데이터셋에서 사진을 삭제합니다.

<figure><img src="/files/6446f7a637ecee9c800fdea2a647b49435154422" 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-ko/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.
