# Asset Library

Asset Library allows users to find and manage images across an entire Workspace in one place.

<figure><img src="/files/D0VDkN5AT1bAbQ1OZZmb" alt=""><figcaption><p>Using semantic search ("boxes") to find images across all projects in a Workspace</p></figcaption></figure>

### Finding images

Asset Library features a powerful searching capabilities that combine:

* Semantic search, so you can describe an image, eg. `boxes` and it will return all images of boxes
* [Similarity search](/annotate/use-roboflow-annotate/similarity-search-and-settings.md), to find similar images, eg. `like-image:61JNhXnwbNqNxux5Acnk`
* [Traditional Dataset filtering](/datasets/manage-datasets/dataset-search.md), eg. `class:helmet AND NOT (tag:v1 OR tag:v2)`
* [Metadata search](/datasets/adding-data/image-metadata.md#searching-by-metadata), eg. `metadata:author=John`

### Managing images

Select images (individually or select all) to reveal a sticky action bar at the bottom of the page. From the action bar, you can:

* Add tags and metadata to selected images
* Create a new Project with selected images
* Add selected images to an existing Project
* Export/download search results
* Delete images from the 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/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.
