# Custom Attributes

## Introduction

You can add custom attributes based on asset type in Select Star. A custom attribute is shown in the details section in overview tabs, as a column in the tables, and in the column-level page.

#### Video Tutorial: Custom Attributes

{% embed url="<https://www.loom.com/share/c039d8baa6b74884be87ec9f66e97e13?hideEmbedTopBar=true>" %}

Custom attributes can be created at either the field or data object level (i.e. column or table level) and are used adding additional metadata that you want to store independently from descriptions.

{% hint style="info" %}
Custom Attributes can be pushed into Select Star via API, and are a good way to integrate data quality metrics or alerts from other tools. If you'd like help setting this up, reach out to the Select Star Support team.
{% endhint %}

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

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

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

You can use rich text or markdown in the custom attributes, adding styles, like bold text, and links.

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

## Getting Started

You can go to **Settings > Data > Custom Attribute** to create and edit custom attributes.

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

## Create a Custom Attribute

To create a custom attribute, you must have admin permissions for Select Star.

Click on the Add button, in your admin panel as shown in the image above, and enter the information as follows

**Attribute Name:** Choose a name for your custom attribute

**Attribute Type**: Choose a type for your custom attribute

**Select Asset Type to apply**: Choose which assets your custom attribute will be added

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

## Update a Custom attribute

To update a custom attribute, you must have admin permissions for your organization.

Go to **Settings > Data > Custom attributes** and click **Edit** on the custom attribute you want to edit.\\

### API

Custom attributes are also available in the Select Star API.

* [custom-attributes](https://api.production.selectstar.com/docs/#tag/custom-attributes)
* [custom-attribute-values](https://api.production.selectstar.com/docs/#tag/custom-attribute-values)
* [custom-attributes-with-value](https://api.production.selectstar.com/docs/#tag/custom-attributes-with-value)


---

# 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.selectstar.com/data-source-management/custom-attributes.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.
