> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/cdp-365-user-guide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/visitors-customers/how-to-create-a-customer-custom-attribute.md).

# How to create a Customer Custom Attribute

## Use case:&#x20;

You want to create an attribute that stored the date of birth information of a customer. It is in the Customer Information Group

## Steps:

You can follow these steps below in order to create a Customer Custom Attribute - **Date of birth**:

1. Hover your mouse over **Data** (on the left hand side menu), then click **Data Object** and select **Customer**

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FxZbGpXp7Mf8KSGlZxAdX%2Fimage.png?alt=media&amp;token=e9c4ebae-a97b-4a93-bff1-13325fd0a568" alt=""><figcaption></figcaption></figure>

2\. Select **Attributes** on the left hand side, click **+** button, and then select **Create new Attribute**

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FN2SGaR5jphbyEmlGj6Uo%2Fimage.png?alt=media&amp;token=b889e629-f9f9-4d3a-9343-061212295c36" alt=""><figcaption></figcaption></figure>

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FPoFDzUJvxyJPnow1YFBk%2Fimage.png?alt=media&amp;token=3f8cfc4c-be32-4551-bfd9-e92a616f0493" alt=""><figcaption></figcaption></figure>

3. At the Create a new attribute interface, choose **Custom Attribute**

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FutNchhZM3fc9NCiXvaCC%2Fimage.png?alt=media&amp;token=9b5f0a8c-ba94-4fa1-93dc-4a277688f991" alt=""><figcaption></figcaption></figure>

4\. **Configure** the **Date of birth** attribute:

* **General Information**:
  * Group attribute: Customer Information
  * Attribute name: Date of birth
  * Attribute internal code: date\_of\_birth
  * Description: The month, day, and year a person was born
* **Setting**:
  * Data type: Datetime
  * Display Format: Datetime

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2F1tbH65NVEC14EybRYCeg%2Fimage.png?alt=media&amp;token=b38fb2a3-5429-48fc-8e53-6626a4a62fc6" alt=""><figcaption></figcaption></figure>

5\. Click ![](https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FGsbYPTZsJPTfJS5WMK9g%2Fimage.png?alt=media\&token=120dafc5-41af-44e8-aa10-443ab6a6573e)

## Guidance Video

{% embed url="<https://drive.google.com/file/d/19GpqGFw_RhuHuWnOIbUgtMA4UW7gBV7P/view?usp=sharing>" %}


---

# 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.antsomi.com/cdp-365-user-guide-en/use-cases/personas/visitors-customers/how-to-create-a-customer-custom-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.
