# Add Tags to Images

Roboflow provides an image tagging feature. This feature allows you to assign tags to images during upload. You can use these tags for batch assignment for labeling, enabling greater precision when assigning images for labeling. Furthermore, you can use image tags as a parameter in the Roboflow dataset search associated with your dataset.

### Assigning a Tag During Upload

You can assign tags during data upload both in the web interface and using the [REST API and Python SDK](https://docs.roboflow.com/api-reference/images/upload-api). The image below shows how to specify tags to associate with images uploaded using the web interface:

<figure><img src="/files/Hyxc4XlMgS8RrVzzimeO" alt="Opening the Tag menu prior to image Upload"><figcaption><p>Opening the Tag menu prior to image Upload</p></figcaption></figure>

### Apply Tags in the Images Tab

To apply tags in the Image tab, click on the images to which you want to apply tags, click the "Images Selected" button in the top right corner of the page, and then click "Apply tags". This will allow you to add an arbitrary number of tags to the selected images.

<figure><img src="/files/ii9vbM3kohZgxT0KfdUI" alt=""><figcaption><p>Applying Tags to selected images</p></figcaption></figure>

### Quickly Rename or Delete Tags Across a Project

To rename a tag or delete a tag across all of the images in a project, click the "Tags" tab in the "Settings" page for your project. Then, click the "Modify Tags" button in the top right of the page to open a dialog that allows you to make changes in bulk.

<figure><img src="/files/7oG5IogsioxRxO2DixJ8" alt=""><figcaption><p>The tag management dialog that appears when you click "Modify Tags"</p></figcaption></figure>

### Filter Images by Tag

You can filter images using tags in the Assign page on the Roboflow dashboard:

<figure><img src="/files/yz5YA00S1LLOkidHOu8K" alt="Filtering by Existing dataset Tags from within the Assign tool"><figcaption><p>Filtering by Existing dataset Tags from within the Assign tool</p></figcaption></figure>

### Use Tags to Curate Data in Versions

The [Filter by Tag](https://docs.roboflow.com/datasets/image-preprocessing#filter-by-tag) preprocessing step allows you to create Versions of your dataset that include or exclude specific data. Use this preprocessing step to train or export only a curated slice of your data.

<figure><img src="/files/9kSLlYoClhrnBzIGRtxK" alt=""><figcaption><p>Use the "Filter by Tag" preprocessing step to require or block certain tags from entering a dataset version.</p></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/datasets/manage-datasets/add-tags-to-images.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.
