# Manage contact attribute definition

## Attributes

Attributes in the Bird Contacts API are flexible pieces that contain detailed information about a contact, enabling businesses to store and manage customer-specific details beyond basic identifiers and properties. These attributes can include customizable fields tailored to fit unique business requirements, such as subscription preferences or transaction-related data.

### API Reference Guide <a href="#api-reference-guide" id="api-reference-guide"></a>

1. [Create attribute definition](/api/contacts-api/api-reference/manage-contact-attribute-definition/create-attribute-definition.md)
2. [Get attribute definitions](/api/contacts-api/api-reference/manage-contact-attribute-definition/get-attribute-definition.md)
3. [List attribute definitions](/api/contacts-api/api-reference/manage-contact-attribute-definition/list-attribute-definitions.md)


---

# 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.bird.com/api/contacts-api/api-reference/manage-contact-attribute-definition.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.
