> 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/create-an-annotation-attribute.md).

# एक Annotation Attribute बनाएं

Annotation attributes (जिन्हें "subclasses" भी कहा जाता है) को class-specific attributes का उपयोग करके आपके annotations में जोड़ा जा सकता है। ये attributes object detection और segmentation projects के लिए आपके dataset exports में शामिल होते हैं।

{% hint style="info" %}
यह feature केवल Enterprise customers के लिए उपलब्ध है। [हमारा pricing page देखें](https://roboflow.com/pricing) इस feature तक कैसे पहुँचें, इसके बारे में अधिक जानने के लिए।
{% endhint %}

## एक Attribute बनाएँ

एक Annotation Attribute बनाने के लिए, सबसे पहले अपने Project sidebar में "Classes & Tags" पर क्लिक करें:

<figure><img src="/files/b6bb6592d3c3f75639171273f1350c51e1a4d909" alt=""><figcaption></figcaption></figure>

Classes & Tags पेज पर आप अपनी सभी dataset classes देख सकते हैं। आप किसी class में Annotation Attributes भी जोड़ सकते हैं, जिन्हें आप अपने dataset की images पर उपयोग कर सकते हैं।

एक Annotation Attribute जोड़ने के लिए, उस class की "Attributes" column में plus icon पर क्लिक करें जिसमें आप attribute जोड़ना चाहते हैं:

<figure><img src="/files/5afef986fb562cb56698a60b0d3ed218cc4b425c" alt=""><figcaption></figcaption></figure>

एक window खुलेगी जिसमें आप Annotation Attribute के लिए नाम सेट कर सकते हैं:

<figure><img src="/files/8f02928db33a48b045e180afe7a77d42768eed34" alt=""><figcaption></figcaption></figure>

"Save" पर क्लिक करके Annotation Attribute सहेजें।

इसके बाद आपका Attribute संबंधित class के बगल में दिखाई देगा:

<figure><img src="/files/6398efa62b4539fc8123de93aa9457e2f7de7d6c" alt=""><figcaption></figcaption></figure>

### किसी Annotation में एक Attribute जोड़ें

एक annotation बनाने के बाद आप Class Selector में अपने annotation में attributes जोड़ सकते हैं।

<figure><img src="/files/55774e53e9a150c123717b3449cc1681afea6bb4" alt="" width="240"><figcaption></figcaption></figure>

## Attributes सहित Annotations export करें

Roboflow से attributes सहित annotations export करने के लिए, हमारे [Export Data](/roboflow/roboflow-hi/datasets/dataset-versions/exporting-data.md) guide.

{% hint style="warning" %}
Annotation attribute की जानकारी केवल इनमें शामिल होती है [COCO और COCO Segmentation formats](https://roboflow.com/formats).
{% endhint %}


---

# 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/create-an-annotation-attribute.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.
