# Create an Annotation Attribute

Annotation attributes (also referred to as "subclasses") can be added to your annotations using class specific attributes. These attributes are included in your dataset exports for object detection and segmentation projects.

{% hint style="info" %}
This feature is exclusively available for Enterprise customers. [See our pricing page](https://roboflow.com/pricing) to learn more about how to access this feature.
{% endhint %}

## Create an Attribute

To create an Annotation Attribute, first click "Classes & Tags" in your Project sidebar:

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

On the Classes & Tags page you can see all of your dataset classes. You can also add Annotation Attributes to a class that you can use on images in your dataset.

To add an Annotation Attribute, click the plus icon in the "Attributes" column of the class to which you want to add the attribute:

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

A window will appear in which you can set a name for the Annotation Attribute:

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

Click "Save" to save the Annotation Attribute.

Your Attribute will then show up next to the corresponding class:

<figure><img src="/files/9Q682MTrzuVxEnlAMnnx" alt=""><figcaption></figcaption></figure>

### Add an Attribute to an Annotation

After creating an annotation you can add attributes to your annotation in the Class Selector.

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

## Export Annotations with Attributes

To export annotations with attributes from Roboflow, refer to our [Export Data](/datasets/dataset-versions/exporting-data.md) guide.

{% hint style="warning" %}
Annotation attribute information is only included in [COCO and 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/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.
