> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-metadata.org/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Create a Custom Property for a Data Asset

> Customize data asset pages by configuring fields, tabs, and layouts to match your organization’s metadata strategy.

# How to Create a Custom Property for a Data Asset

OpenMetadata uses a schema-first approach, and that's why we support custom properties for all types of data assets. Organizations can extend the attributes as required to capture custom metadata. You can view the Custom Properties tab in the detailed view for all types of data assets.

Supported types:

* Date
* Date Time
* Duration
* Email
* Entity Reference
* Entity Reference List
* Enum
* Integer
* Markdown
* Number
* SQL Query
* String
* Table
* Time
* Time Interval
* Timestamp

To create a Custom Property in OpenMetadata:

* Navigate to **Settings** >> **Custom Properties**
* Click on the type of data asset you would like to create a custom property for.
* Click on **Add Property**

<img src="https://mintcdn.com/openmetadata/usv6AmywY-JYXAIG/public/images/how-to-guides/discovery/custom1.png?fit=max&auto=format&n=usv6AmywY-JYXAIG&q=85&s=7ad3ccc29a9fdf6db0ef75642ddbde5e" alt="Create a Custom Property" width="2943" height="1424" data-path="public/images/how-to-guides/discovery/custom1.png" />

* Enter the required details: `Name`, `Type`, and `Description`. You can lookup for the details of the information asked on the right side panel.
  * **Name:** The name must start with a lowercase letter, as preferred in the camelCase format. Uppercase letters and numbers can be included in the field name; but spaces, underscores, and dots are not supported.
  * **Type:** Type of custom property like `entityReference`, `email`, etc.
  * **Description:** Describe your custom property to provide more information to your team.
* Click on **Create**.

<img src="https://mintcdn.com/openmetadata/usv6AmywY-JYXAIG/public/images/how-to-guides/discovery/custom2.png?fit=max&auto=format&n=usv6AmywY-JYXAIG&q=85&s=8786ad79a3b1a15255ac1804d043b8c4" alt="Define a Custom Property" width="1438" height="775" data-path="public/images/how-to-guides/discovery/custom2.png" />

Once the custom property has been created for a type of data asset, you can add the values for the custom property from the Custom Property tab in the detailed view of the data assets.

<img src="https://mintcdn.com/openmetadata/usv6AmywY-JYXAIG/public/images/how-to-guides/discovery/custom3.png?fit=max&auto=format&n=usv6AmywY-JYXAIG&q=85&s=2093517c25897c7988db6cd32fc00339" alt="Enter the Value for a Custom Property" width="2943" height="1424" data-path="public/images/how-to-guides/discovery/custom3.png" />

To delete a Custom Property for a particular asset, such as tables, navigate to **Settings >> Custom Properties >> Tables** and
click on **Delete Property**

<img src="https://mintcdn.com/openmetadata/usv6AmywY-JYXAIG/public/images/how-to-guides/discovery/custom4.png?fit=max&auto=format&n=usv6AmywY-JYXAIG&q=85&s=61c1610295e1f2627a1f887cca2dafa5" alt="Delete a Custom Property" width="2900" height="1680" data-path="public/images/how-to-guides/discovery/custom4.png" />

<Card title="Overview of Announcements" href="/v1.12.x/how-to-guides/guide-for-data-users/announcements">
  Learn more about the announcements in OpenMetadata
</Card>
