# 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

After you find images based on your search settings, you can select them (manually or select all), and:

* Add tags to selected images, so you can later find them easier (search by tag)
* Create a New Project with selected images
* Add selected images to an Existing Project

<figure><img src="/files/ms5rm7aYXY4wurZbdybv" alt=""><figcaption></figcaption></figure>


---

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