# Asset Library

Asset Library を使用すると、ユーザーは Workspace 全体の画像を 1 か所で検索・管理できます。

<figure><img src="/files/234b2272947b9ec04d2d8a0577989f5a9304d96f" alt=""><figcaption><p>セマンティック検索（"boxes"）を使用して、Workspace 内のすべての Project から画像を検索する</p></figcaption></figure>

### 画像を検索する

Asset Library には、以下を組み合わせた強力な検索機能があります:

* セマンティック検索。画像を説明できます。例: `boxes` すると、boxes の画像がすべて返されます
* [類似検索](/roboflow/roboflow-jp/annotate/use-roboflow-annotate/similarity-search-and-settings.md)、類似画像を見つけるためのものです。例: `like-image:61JNhXnwbNqNxux5Acnk`
* [従来の Dataset フィルタリング](/roboflow/roboflow-jp/datasets/manage-datasets/dataset-search.md)、例: `class:helmet AND NOT (tag:v1 OR tag:v2)`
* [メタデータ検索](/roboflow/roboflow-jp/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-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.
