# Images में Tags जोड़ें

Roboflow एक image tagging feature प्रदान करता है। यह feature आपको upload के दौरान images पर tags assign करने की अनुमति देता है। आप इन tags का उपयोग labeling के लिए batch assignment में कर सकते हैं, जिससे images को labeling के लिए assign करते समय अधिक precision मिलती है। इसके अलावा, आप अपने dataset से जुड़े Roboflow dataset search में image tags को एक parameter के रूप में उपयोग कर सकते हैं।

### Upload के दौरान Tag Assign करना

आप data upload के दौरान web interface और [REST API और Python SDK](https://docs.roboflow.com/api-reference/images/upload-api)दोनों का उपयोग करके tags assign कर सकते हैं। नीचे दी गई image दिखाती है कि web interface का उपयोग करके uploaded images के साथ associate करने के लिए tags कैसे specify करें:

<figure><img src="/files/f1403b9a15ca3a5d366422794275c41377cd4304" alt="Opening the Tag menu prior to image Upload"><figcaption><p>Image Upload से पहले Tag menu खोलना</p></figcaption></figure>

### Images Tab में Tags लागू करें

Image tab में tags लागू करने के लिए, उन images पर click करें जिन पर आप tags लागू करना चाहते हैं, page के top right corner में "Images Selected" button पर click करें, और फिर "Apply tags" पर click करें। इससे आप selected images में arbitrary number of tags जोड़ सकेंगे।

<figure><img src="/files/10949ab626bcaa9256cf8578c5f9c3c5a4e0abf2" alt=""><figcaption><p>Selected images पर Tags लागू करना</p></figcaption></figure>

### पूरे Project में Tags का नाम जल्दी बदलें या उन्हें delete करें

किसी project की सभी images में किसी tag का नाम बदलने या tag delete करने के लिए, अपने project के लिए "Settings" page में "Tags" tab पर click करें। फिर, bulk में changes करने के लिए dialog खोलने के लिए page के top right में "Modify Tags" button पर click करें।

<figure><img src="/files/9106d389689fe5d553dd02a49f54339bdc97ca86" alt=""><figcaption><p>Tag management dialog जो "Modify Tags" पर click करने पर दिखाई देता है</p></figcaption></figure>

### Tag के अनुसार Images फ़िल्टर करें

आप Roboflow dashboard के Assign page पर tags का उपयोग करके images फ़िल्टर कर सकते हैं:

<figure><img src="/files/7f412bef29f2035d78bc1f70ea287406c4d3e294" alt="Filtering by Existing dataset Tags from within the Assign tool"><figcaption><p>Assign tool के भीतर से Existing dataset Tags के अनुसार फ़िल्टर करना</p></figcaption></figure>

### Versions में Data Curate करने के लिए Tags का उपयोग करें

The [Filter by Tag](https://docs.roboflow.com/datasets/image-preprocessing#filter-by-tag) preprocessing step आपको अपने dataset के Versions बनाने की अनुमति देता है जिनमें विशिष्ट data शामिल या exclude किया जा सकता है। अपने data के केवल curated slice को train या export करने के लिए इस preprocessing step का उपयोग करें।

<figure><img src="/files/c198948eff1772c51ddb18a0825ce10a725721c6" alt=""><figcaption><p>कुछ tags को dataset version में प्रवेश करने की अनुमति देने या रोकने के लिए "Filter by Tag" preprocessing step का उपयोग करें।</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/roboflow/roboflow-hi/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.
