# Annotation Attribute बनाएँ

एनोटेशन एट्रिब्यूट्स (जिन्हें "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 page पर आप अपने सभी 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 के लिए एक name सेट कर सकते हैं:

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

Annotation Attribute को save करने के लिए "Save" पर क्लिक करें।

आपका 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 information केवल इसमें शामिल होती है [COCO और COCO Segmentation formats](https://roboflow.com/formats).
{% endhint %}


---

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