> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/kanban-board/configuration/configuration-for-card-color.md).

# Configuration for Card Colour

You will now be able to colour the card based on the value of the option set field of the entity record as explained below –

Follow the steps given below:

Navigate to Advanced Settings -> Settings.

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

• Go to Customizations.

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

• Now click on Customize the System.

<figure><img src="/files/1yJr5FODwJm1Co3uzVzQ" alt=""><figcaption></figcaption></figure>

• Next, go to Entities.

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

&#x20;

Select Lead -> Fields ->  Open Rating Field.

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

Consider a scenario where you want to highlight the Lead record(s) based on their ratings respectively; Hot(<mark style="color:orange;">Orange</mark>), Warm(<mark style="color:red;">Red</mark>), Cold(<mark style="color:green;">Green</mark>).

You are required to have the colors already set against each of these values in the respective option set.

Hot

<div data-with-frame="true"><figure><img src="/files/GgBNJnzpqd6leLDM4lHO" alt=""><figcaption></figcaption></figure></div>

Warm

<div data-with-frame="true"><figure><img src="/files/Pg0mls4y1wzNnOfnIAfq" alt=""><figcaption></figcaption></figure></div>

Cold

<div data-with-frame="true"><figure><img src="/files/HbNYcbjnU5skKzKsAx86" alt=""><figcaption></figcaption></figure></div>

Once you have these in place, you need to select the field in the configuration based on which the card(s) will be highlighted/coloured on the Board.

In this instance, we are choosing to colour the Lead records depending upon their rating.

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

An outcome of the above settings will take an effect as shown below.

Now, select the display style of card color in the Kanban Board.

**Choose how card colors should be displayed on the Kanban Board**

* **Navigate to Kanban Board Model-Driven App→ Entity Configurations**. Open the record for the view you want to configure (e.g. All Lead).

**Find the Color Coding Display Style field**

* Under the General tab, scroll to the Display Settings section. The last field is Color Coding Display Style.
* Settings: Entity ConfigurationsGeneral → Display SettingsColor Coding Display Style

**Choose a display style**

* Click the dropdown to select from three options: Select — Default or Vertical with label **Default:** Color appears as a thin left border stripe on each card — clean, minimal. **Vertical with label:** A wide vertical color bar with a rotated text label (e.g. HOT / WARM / COLD) is added to each card.

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

**Save and refresh your view**

* Click Save & Close in the top toolbar. Navigate back to your Kanban view — the color coding will apply immediately to all cards in every lane.
* The color values themselves (e.g. HOT = orange, WARM = red) are configured separately via color coding rules on the entity — this setting only controls *how* the color is displayed on the card.

<div data-with-frame="true"><figure><img src="/files/hCwSLaqXAJ12C9Jq1Q5T" alt=""><figcaption></figcaption></figure></div>

If you select color coding style with vertical with label then outcome is shown in below image.

As you see now, all the Hot leads are highlighted in orange, Warm in red and Cold ones in Green.

<div data-with-frame="true"><figure><img src="/files/dHn8fdFfdOJ4v9Qqo6YA" alt=""><figcaption></figcaption></figure></div>

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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.inogic.com/kanban-board/configuration/configuration-for-card-color.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.
