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

# Asset Library

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

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

### Images और Videos खोजना

Asset Library search में ये शामिल होते हैं:

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

Uploaded videos को semantic search के लिए automatically index किया जाता है। प्रत्येक video के first frame से एक thumbnail जनरेट किया जाता है, ताकि आप परिणामों को एक नज़र में पहचान सकें।

### Images को manage करना

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

* चुनी गई images में tags और metadata जोड़ें
* चुनी गई images के साथ एक नया Project बनाएँ
* चुनी गई images को किसी मौजूदा Project में जोड़ें
* [एक Workflow चलाएँ](/roboflow/roboflow-hi/deploy/batch-processing.md) चुनी गई images पर एक background Batch Processing job के रूप में
* search results export/download करें
* Workspace से images हटाएँ


---

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