> 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/a1ffb4d2c4b05621b5a9fce82e5d33f5fe292677" alt=""><figcaption><p>semantic search("boxes")를 사용하여 Workspace의 모든 프로젝트에서 이미지를 찾기</p></figcaption></figure>

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

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

* semantic search: 찾고 있는 대상을 설명하세요(예: `boxes`) 그러면 일치하는 이미지와 비디오를 반환합니다
* [유사도 검색](/roboflow/roboflow-ko/annotate/use-roboflow-annotate/similarity-search-and-settings.md): 시각적으로 유사한 이미지를 찾습니다(예: `like-image:61JNhXnwbNqNxux5Acnk`)
* [Dataset filtering](/roboflow/roboflow-ko/datasets/manage-datasets/dataset-search.md): class, tag 또는 기타 필드로 필터링합니다(예: `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를 위해 자동으로 색인됩니다. 각 비디오의 첫 프레임에서 썸네일이 생성되어 한눈에 결과를 식별할 수 있습니다.

### 이미지 관리

이미지를 개별적으로 선택하거나, "Select All"을 사용하여 현재 검색 쿼리와 일치하는 모든 이미지를 선택하세요. 그러면 페이지 하단에 고정된 작업 표시줄이 표시됩니다. 작업 표시줄에서 다음을 할 수 있습니다:

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

활성 검색 상태에서 "Select All"을 사용하면, 이러한 작업은 현재 페이지에 보이는 이미지뿐 아니라 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/workspaces/asset-library.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.
