# Managing Personal Labels in Kanban

Salesforce introduced **personal labels** as a way for users to organize and track their records individually. You can read more about Salesforce’s standard implementation of record labels in the [official Salesforce documentation](https://help.salesforce.com/s/articleView?id=release-notes.rn_sales_features_core_record_labels.htm\&release=250\&type=5).

{% hint style="success" %}
**Flexi Kanban** takes this concept further by integrating personal labels directly into the **Kanban Board** experience.&#x20;
{% endhint %}

With Flexi Kanban, you can:

* View personal labels on your Kanban cards.
* Create new personal labels without leaving the board.
* Assign or remove labels from records using an intuitive context menu.
* Delete labels you no longer need.
* Customize label colors to make them visually meaningful and easier to scan.
* Filter and search for records by personal labels.

This article explains how to manage personal labels for records directly in Flexi Kanban.

### Displaying Labels on a Card

When designing a Kanban card layout, you can decide where personal labels should appear by dragging and dropping a corresponding element from the left panel onto the card layout canvas.

<figure><img src="/files/2m0XbAOCiWbJyy5pxbKH" alt=""><figcaption></figcaption></figure>

### Viewing Labels on Kanban Cards

Once configured, labels will appear directly on the rendered Kanban cards. For example, you might see labels such as **In Progress**, **Under Review**, or **Gold Level**.

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

### Managing Labels from a Kanban Card

To add, edit, or remove labels on a specific record:

1. **Right-click on the card.**
2. From the context menu, choose **Manage Labels**.

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

### Assigning and Creating Labels

In the **Manage Labels** window, you can:

* Search and assign an existing label.
* Create a new personal label.
* Pick a **custom color** for your label (a feature unique to Flexi Kanban).
* Remove labels from the record.

<figure><img src="/files/85Z9Xrl2dHWr0wMTVlNb" alt=""><figcaption></figcaption></figure>

### Filtering Records by Labels

Flexi Kanban also supports filtering boards by personal labels.\
This allows you to focus on specific work items across the board — for example, showing only records marked **In Progress** or **Under Review**.

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

### Why This Matters

Personal labels are a lightweight way for Salesforce users to organize their work without requiring admin setup. Flexi Kanban makes them **easier, faster, and more visual**, turning your Kanban board into a personalized command center.


---

# 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/howtos-and-best-practices/managing-personal-labels-in-kanban.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.
