> 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 ग्राहकों के लिए उपलब्ध है। [हमारा pricing page देखें](https://roboflow.com/pricing) इस feature को access करने के तरीके के बारे में अधिक जानने के लिए।
{% 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 में आप attribute जोड़ना चाहते हैं, उसकी "Attributes" column में plus icon पर क्लिक करें:

<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 information केवल इनमें शामिल होती है [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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/datasets/manage-datasets/create-an-annotation-attribute.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
