# Annotation Groups

एक annotation group वह श्रेणी है जो आपके project की सभी classes को शामिल करती है। यह इस प्रश्न का उत्तर देती है: **"इस dataset में किस प्रकार की चीज़ों को label किया गया है?"**

हर project में एक annotation group होता है। जो projects एक ही annotation group साझा करते हैं, वे अपनी class list और annotations भी साझा करते हैं, जिससे images की duplicate copy बनाए बिना labeled data को कई projects में पुनः उपयोग करना संभव हो जाता है.

### Annotation Groups क्यों महत्वपूर्ण हैं

आप क्या detect करना चाहते हैं, इसके आधार पर एक ही image को अलग-अलग तरीकों से annotate किया जा सकता है। उदाहरण के लिए, chess board की एक image को इस तरह label किया जा सकता है:

* **Chess pieces** (pawn, knight, bishop, rook, queen, king) एक project में
* **Board games** (chess, checkers, backgammon) दूसरे project में

<figure><img src="/files/70ad6557bfbdb9b091d1821be259ec177f518832" alt=""><figcaption></figcaption></figure>

इन दोनों projects के annotation groups अलग हैं क्योंकि वे चीज़ों की अलग-अलग श्रेणियों का वर्णन करते हैं। हर project साझा image के लिए अपना अलग annotations set बनाए रखता है, और image आपके usage में केवल एक बार गिनी जाती है.

जब कई projects एक ही annotation group साझा करते हैं, तो एक project में किए गए किसी भी annotation बदलाव का असर दूसरे projects में भी दिखता है। यह तब उपयोगी है जब आप labeled images के एक common pool से specialized datasets बनाना चाहते हैं.

### Shared Annotations सेट करना

Project बनाते समय, आप अन्य projects के साथ annotations share करने का विकल्प चुन सकते हैं:

1. चेक करें **"Share image annotations with other projects"** project creation के दौरान.
2. annotation group फ़ील्ड में, autocomplete suggestions से कोई existing annotation group चुनें या नया नाम टाइप करके एक नया group बनाएं.
3. इस project में जो भी images जोड़ी जाती हैं और जो अन्य projects में उसी annotation group के साथ भी मौजूद हैं, वे अपनी annotations साझा करेंगी.

यदि आप shared annotations सक्षम नहीं करते हैं, तो project को अपने-आप एक unique annotation group असाइन कर दिया जाता है। आप बाद में project settings से किसी project का annotation group बदल सकते हैं.

{% hint style="warning" %}
जब आप projects के बीच annotations share करते हैं, तो एक project में किसी annotation को edit या delete करने से उसी annotation group के सभी अन्य projects प्रभावित होते हैं। shared annotations सक्षम करने से पहले सुनिश्चित करें कि आपकी team को यह जानकारी हो.
{% endhint %}

### Shared Annotations की पहचान करना

shared annotations की पहचान करने के लिए images या projects पर chain-link icon 🔗 देखें

* The **annotation tool**, image के बगल में
* The **asset library**, image previews पर
* **projects** जो दूसरे पर उसी annotation group को share करते हैं, project list में उसके साथ दिखाई देते हैं

<figure><img src="/files/1ff4048c032e1332e6e61e2a7e4f8d4f88eba95b" alt="Project listing with annotation group tooltip"><figcaption><p>Project listing जिसमें shared annotation group icon और tooltip दिख रहा है</p></figcaption></figure>

<figure><img src="/files/9448b43b37822250500f8c5630baa499a0eebd9a" alt="Annotation tool with annotation group tooltip"><figcaption><p>Annotation Tool जिसमें shared icon और tooltip दिख रहा है</p></figcaption></figure>

chain-link icon पर hover करने से एक tooltip दिखाई देता है, जिसमें उन अन्य projects की सूची होती है जो image को share करते हैं। इससे annotation changes करने से पहले उनके प्रभाव को समझने में मदद मिलती है.


---

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