# How to Set and Use Column Custom Attributes

Custom attributes can be used as additional custom fields of column. You can use them in merge fields in any place where column is available as context object ($Column, $SourceColumn, $TargetColumn).

Go to "Custom Attributes" section of column properties at the right sidebar. Click "add" link, fill in fields "Name" and "Value":

<img src="https://3097383375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK2dgObBO5ydOH2ZXDJLa%2Fuploads%2FYxLvtjCdLswVrwvNP3xw%2Ffile.excalidraw.svg?alt=media&#x26;token=c56711de-718d-47a0-ba7d-fbab82194145" alt="" class="gitbook-drawing">

You can add any number of custom attributes with unique names:

<img src="https://3097383375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK2dgObBO5ydOH2ZXDJLa%2Fuploads%2Fshb6ts4G04vBbo6rfSoO%2Ffile.excalidraw.svg?alt=media&#x26;token=0a17206b-5f1c-4ac2-a8e2-1318cd8b5aa0" alt="" class="gitbook-drawing">

{% hint style="danger" %}

* Merge fields are not allowed to be used in custom attributes - they will not be calculated and may cause errors.
* Custom Attribute name must not contain spaces, non-latin letters and special symbols
* Custom Attributes names must be unique at the same column
  {% endhint %}

Save current dashboard. After saving custom attributes will be available for current column context object:

<img src="https://3097383375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK2dgObBO5ydOH2ZXDJLa%2Fuploads%2F8bMXPkX8IehD1yqX54Uk%2Ffile.excalidraw.svg?alt=media&#x26;token=4dd75ed5-67d4-463e-bce8-528fa92fb03e" alt="" class="gitbook-drawing">

Custom attributes should have "a\_\_" prefix to be used in merge fields:

<img src="https://3097383375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK2dgObBO5ydOH2ZXDJLa%2Fuploads%2FZzTxwLD6bsTWvtfYOOKR%2Ffile.excalidraw.svg?alt=media&#x26;token=34c79027-33e4-4f78-8a84-ee2bd470ef6d" alt="" class="gitbook-drawing">

{% hint style="info" %}
By default, when you create a kanban in the wizard and turn on "Allow users to move cards between columns", an application adds a Custom Attribute with "setValueTo" name.

This attribute is used in the Action that is triggered by card movement

Values of this Attribute correspond to field values selected to add columns.
{% 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.flexikanban.ai/standard-kanban/configure-column/how-to-set-and-use-column-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.
