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

# Kanban Board Views

> Learn how to use Kanban views to visualize and manage your workflows.

export const VimeoEmbed = ({videoId, title = 'Video'}) => <div style={{
  padding: '69.01% 0 0 0',
  position: 'relative',
  margin: '32px 0px'
}}>
    <iframe src={`https://player.vimeo.com/video/${videoId}?autoplay=1&loop=1&autopause=0&background=1&app_id=58479`} frameBorder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  borderRadius: '16px',
  border: '2px solid black'
}} title={title} />
  </div>;

## Kanban Görünümleri Hakkında

Kanban görünümleri, her sütunun farklı bir aşamayı ve her kartın bir kaydı temsil ettiği süreç akışlarını görsel olarak haritalandırır.

## Kartları Aşamalar Arasında Taşıma

Kartların her birini, iş akışınız boyunca sürükleyip bırakarak aşamalar arasında taşıyabilirsiniz. Devam etmek için, bir karta tıklayıp tutarak sonraki aşamaya taşıyın.

<VimeoEmbed videoId="927888627" title="Video demonstration" />

## Add and Delete Stages

Bir Seçim Alanındaki değeri temsil eden aşamaları kullanarak iş akışınızı ihtiyaçlarınıza uygun şekilde ayarlayabilirsiniz:

### Aşamaları Ekle

Bir aşama eklemek için Ayarlar > Veri Modeline giderek, nesnenizi seçin ve ardından Kanban panonuzun bağlı olduğu alanı seçin.

<VimeoEmbed videoId="927890428" title="Video demonstration" />

### Aşamaları Kaldırma

To remove a stage, hover the stage name or the `⋮` icon, click `Edit from settings` in the Select field settings, and then click **Delete** next to the relevant stage.

## Display Fields

Kanban tahtanızı bazı alanları gösterecek ve diğerlerini gizleyecek şekilde yapılandırabilirsiniz. To hide a field, click on **Options** on the top right, then on **Fields** to bring up the list of options. Look for the field needed in the Hidden Fields section and click on the eye button to display the field.

Alanların sırasını değiştirmek için alan adını basılı tutup istediğiniz yere sürükleyin.

<img src="https://mintcdn.com/clara-1b8b12e1/sHXKG8rWt8DAIbvx/images/user-guide/kanban-views/filter.png?fit=max&auto=format&n=sHXKG8rWt8DAIbvx&q=85&s=d97ae39825d9c2f7d1df8f39e8d4bb5d" style={{width:'100%'}} width="1600" height="1000" data-path="images/user-guide/kanban-views/filter.png" />

## Kompakt Görünüm

You can hide all the fields and get an overview of all records at a glance. To enable:

1. Click **Options** on the top right
2. Turn on the toggle for **Compact view**

<img src="https://mintcdn.com/clara-1b8b12e1/sHXKG8rWt8DAIbvx/images/user-guide/kanban-views/compact-view.png?fit=max&auto=format&n=sHXKG8rWt8DAIbvx&q=85&s=93027f15b6de55ef61442d0f3036248f" style={{width:'100%'}} width="1600" height="1000" data-path="images/user-guide/kanban-views/compact-view.png" />

## Column Aggregations

Each column in a Kanban view can display aggregated values at the top, helping you understand your data at a glance.

### Available Aggregations

| Aggregation | Açıklama                                      |
| ----------- | --------------------------------------------- |
| **Count**   | Number of records in the column               |
| **Sum**     | Total of a numeric field (e.g., deal amounts) |
| **Average** | Average value of a numeric field              |
| **Min**     | Lowest value                                  |
| **Max**     | Highest value                                 |

### Configuring Aggregations

1. Click on the number displayed next to the Stage value, at the top of a column
2. Select the aggregation type
3. Choose the field to aggregate

**Example:** Show total deal value per stage by aggregating the Amount field with Sum.

## When to Use Kanban Views

Kanban views are ideal for:

* **Sales pipelines**: Track deals through stages from lead to close
* **Project management**: Monitor tasks through workflow states
* **Recruitment**: Track candidates through hiring stages
* **Any staged process**: Visualize any workflow with defined stages

## En İyi Uygulamalar

### Organize Your Stages

* **Limit stages**: 5-7 stages is ideal for visibility
* **Clear naming**: Use descriptive stage names
* **Logical order**: Arrange stages in process order

### Optimize Card Display

* **Show key fields**: Display only the most important information
* **Use compact view**: For high-level overviews
* **Color coding**: Use stage colors to quickly identify status

### Maintain Data Quality

* **Update regularly**: Keep cards moving through stages
* **Archive completed**: Move closed items out of active view
* **Review stale cards**: Follow up on cards stuck in stages
