> 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/datasets/manage-datasets/add-tags-to-images.md).

# छवियों में Tags जोड़ें

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

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

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

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

### CLI

आप existing images पर tags जोड़ और हटा सकते हैं, इसके लिए `roboflow image metadata` command:

```bash
# किसी image में tags जोड़ें
roboflow image metadata <image_id> --tags "reviewed,v2"

# किसी image से tags हटाएँ
roboflow image metadata <image_id> --remove-tags "draft,needs-review"

# एक ही call में tags जोड़ें और हटाएँ
roboflow image metadata <image_id> --tags "approved" --remove-tags "pending"

# कई images पर batch में tags अपडेट करें
roboflow image metadata img1,img2,img3 --tags "processed" --poll
```

आप upload के दौरान tags को इसके साथ भी pass कर सकते हैं `roboflow image upload`:

```bash
roboflow image upload photo.jpg -p my-project --tag "review,v2"
```

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

Image tab में tags लागू करने के लिए, उन images पर click करें जिन पर आप tags लागू करना चाहते हैं, page के ऊपरी दाएँ कोने में "Images Selected" button पर click करें, और फिर "Apply tags" पर click करें। इससे आप selected images में मनचाही संख्या में tags जोड़ सकेंगे।

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

### पूरे Project में Tags का नाम बदलें या हटाएँ

किसी project की सभी images में tags का नाम बदलने या उन्हें हटाने के लिए, project के "Settings" page में "Tags" tab खोलें।

1. checkbox column का उपयोग करके उन tags को चुनें जिन्हें आप modify करना चाहते हैं।
2. toolbar में "Rename" या "Delete" पर click करें।
3. नाम बदलने के लिए, प्रत्येक tag के लिए नया नाम दर्ज करें, "Review Changes" पर click करें, फिर "Confirm Changes" पर click करें।
4. हटाने के लिए, सूची की समीक्षा करें और पुष्टि करें।

### Tag के आधार पर Images फ़िल्टर करें

आप Roboflow dashboard के Assign page में tags का उपयोग करके images को filter कर सकते हैं:

<figure><img src="/files/7f412bef29f2035d78bc1f70ea287406c4d3e294" alt="Filtering by Existing dataset Tags from within the Assign tool"><figcaption><p>Assign tool के भीतर से existing dataset Tags के आधार पर filter करना</p></figcaption></figure>

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

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

<figure><img src="/files/c198948eff1772c51ddb18a0825ce10a725721c6" alt=""><figcaption><p>"Filter by Tag" preprocessing step का उपयोग करके कुछ tags को dataset version में शामिल होने के लिए आवश्यक करें या उन्हें रोकें।</p></figcaption></figure>


---

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