> 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/workspaces/asset-library.md).

# Asset Library

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

<figure><img src="/files/114f5fc22d7f1f167be0645f0e427dd3e3a95b22" alt=""><figcaption><p>Workspace의 모든 프로젝트에서 이미지를 찾기 위해 semantic search("boxes")를 사용하는 방법</p></figcaption></figure>

### 이미지 및 비디오 찾기

Asset Library 검색은 다음을 결합합니다:

* Semantic search: 찾고 있는 것을 설명하세요(예: `boxes`) 그러면 일치하는 이미지와 비디오를 반환합니다
* [유사도 검색](/roboflow/roboflow-ko/annotate/use-roboflow-annotate/similarity-search-and-settings.md): 시각적으로 유사한 이미지를 찾습니다(예: `like-image:61JNhXnwbNqNxux5Acnk`)
* [데이터셋 필터링](/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`)

업로드된 비디오는 semantic search를 위해 자동으로 색인됩니다. 각 비디오의 첫 프레임에서 썸네일이 생성되므로 결과를 한눈에 식별할 수 있습니다.

### 이미지 관리

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

* 선택한 이미지에 태그와 메타데이터 추가
* 선택한 이미지로 새 Project 만들기
* 선택한 이미지를 기존 Project에 추가
* [Workflow 실행](/roboflow/roboflow-ko/deploy/batch-processing.md) 선택한 이미지에 대해 백그라운드 Batch Processing 작업으로
* 검색 결과 내보내기/다운로드
* Workspace에서 이미지 삭제


---

# 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:

```
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.
