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

# Asset Library

Asset Libraryを使うと、Workspace全体にわたる画像や動画を1か所で検索・管理できます。

<figure><img src="/files/234b2272947b9ec04d2d8a0577989f5a9304d96f" alt=""><figcaption><p>Workspace内のすべてのProjectsにわたって、semantic search（"boxes"）を使って画像を見つける</p></figcaption></figure>

### 画像と動画の検索

Asset Libraryの検索は次を組み合わせています：

* Semantic search：探しているものを説明します（例： `boxes`）すると、一致する画像や動画が返されます
* [Similarity search](/roboflow/roboflow-jp/annotate/use-roboflow-annotate/similarity-search-and-settings.md)：視覚的に類似した画像を見つけます（例： `like-image:61JNhXnwbNqNxux5Acnk`)
* [Dataset filtering](/roboflow/roboflow-jp/datasets/manage-datasets/dataset-search.md)：class、tag、その他のフィールドでフィルタリングします（例： `class:helmet AND NOT (tag:v1 OR tag:v2)`)
* [Metadata search](/roboflow/roboflow-jp/datasets/adding-data/image-metadata.md#searching-by-metadata)：カスタムメタデータでフィルタリングします（例： `metadata:author=John`)

アップロードされた動画は、semantic search用に自動的にインデックス化されます。各動画の最初のフレームからサムネイルが生成されるため、結果をひと目で識別できます。

### 画像の管理

画像を選択すると（個別またはすべて選択）、ページ下部に固定表示されるアクションバーが表示されます。アクションバーからは次のことができます：

* 選択した画像にタグとメタデータを追加する
* 選択した画像で新しいProjectを作成する
* 選択した画像を既存のProjectに追加する
* [Workflowを実行する](/roboflow/roboflow-jp/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-jp/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.
