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

# Annotation Groups

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

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

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

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

* **Chess के मोहरे** (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 का अपना सेट बनाए रखता है, और image को आपके usage में केवल एक बार गिना जाता है।

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

### Shared Annotations कैसे सेट करें

project बनाते समय, आप अन्य projects के साथ annotations साझा करना चुन सकते हैं:

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

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

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

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

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

* यह **annotation tool**, image के पास
* यह **asset library**, image previews पर
* **projects** जो उसी annotation group को साझा करते हैं, वे 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 साझा करते हैं। इससे आपको बदलाव करने से पहले annotation changes के प्रभाव को समझने में मदद मिलती है।


---

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