# 에셋 라이브러리

Asset Library를 사용하면 사용자가 하나의 Workspace에서 전체 이미지를 한곳에서 찾고 관리할 수 있습니다.

<figure><img src="/files/114f5fc22d7f1f167be0645f0e427dd3e3a95b22" alt=""><figcaption><p>Workspace의 모든 프로젝트에서 이미지를 찾기 위해 시맨틱 검색("boxes")을 사용하기</p></figcaption></figure>

### 이미지 찾기

Asset Library는 다음을 결합한 강력한 검색 기능을 제공합니다:

* 이미지를 설명할 수 있도록 하는 시맨틱 검색, 예: `boxes` 그러면 boxes의 모든 이미지를 반환합니다
* [유사도 검색](/roboflow/roboflow-ko/annotate/use-roboflow-annotate/similarity-search-and-settings.md), 유사한 이미지를 찾기 위해, 예: `like-image:61JNhXnwbNqNxux5Acnk`
* [전통적인 Dataset 필터링](/roboflow/roboflow-ko/datasets/manage-datasets/dataset-search.md), 예: `class:helmet AND NOT (tag:v1 OR tag:v2)`
* [메타데이터 검색](/roboflow/roboflow-ko/datasets/adding-data/image-metadata.md#searching-by-metadata), 예: `metadata:author=John`

### 이미지 관리

이미지를 선택하면(개별 선택 또는 전체 선택) 페이지 하단에 고정 작업 표시줄이 나타납니다. 작업 표시줄에서 다음을 할 수 있습니다:

* 선택한 이미지에 태그와 메타데이터 추가
* 선택한 이미지로 새 Project 만들기
* 선택한 이미지를 기존 Project에 추가
* 검색 결과 내보내기/다운로드
* Workspace에서 이미지 삭제


---

# 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.roboflow.com/roboflow/roboflow-ko/workspaces/asset-library.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.
