# Asset Library

Asset Library उपयोगकर्ताओं को एक ही जगह पर पूरे Workspace में images खोजने और manage करने की सुविधा देता है।

<figure><img src="/files/016af2b6ce37e21507728c4580f79b65eaaba2e1" alt=""><figcaption><p>Workspace के सभी projects में images खोजने के लिए semantic search ("boxes") का उपयोग करना</p></figcaption></figure>

### Images ढूँढना

Asset Library में शक्तिशाली searching capabilities हैं जो इनका संयोजन करती हैं:

* Semantic search, ताकि आप किसी image का वर्णन कर सकें, जैसे. `boxes` और यह boxes की सभी images वापस लौटाएगा
* [Similarity search](/roboflow/roboflow-hi/annotate/use-roboflow-annotate/similarity-search-and-settings.md), समान images खोजने के लिए, जैसे. `like-image:61JNhXnwbNqNxux5Acnk`
* [Traditional Dataset filtering](/roboflow/roboflow-hi/datasets/manage-datasets/dataset-search.md), जैसे. `class:helmet AND NOT (tag:v1 OR tag:v2)`
* [Metadata search](/roboflow/roboflow-hi/datasets/adding-data/image-metadata.md#searching-by-metadata), जैसे. `metadata:author=John`

### Images प्रबंधित करना

Images का चयन करें (अलग-अलग या Select all) ताकि पेज के नीचे एक sticky action bar दिखाई दे। action bar से, आप यह कर सकते हैं:

* चयनित images में tags और metadata जोड़ें
* चयनित images के साथ एक नया Project बनाएं
* चयनित images को किसी मौजूदा Project में जोड़ें
* Search results export/download करें
* Workspace से images delete करें


---

# 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-hi/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.
