# How to Configure Kanban Basic Properties

Go to "**KanBan Properties**" by clicking anywhere out of column header, group header or cards.

Click "**Edit**" link next to "**Config**" label at the right sidebar.

<img src="https://3097383375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK2dgObBO5ydOH2ZXDJLa%2Fuploads%2F4nQFspBooNPXQauYiNf5%2Ffile.excalidraw.svg?alt=media&#x26;token=2cbf0ec5-e819-49e8-bfd7-3c689d51bcbe" alt="" class="gitbook-drawing">

Kanban config dialog popup will open. Go to "Basic Configuration" tab here.

<img src="https://3097383375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK2dgObBO5ydOH2ZXDJLa%2Fuploads%2F1Z4hGjdFONSzZuxR60ie%2Ffile.excalidraw.svg?alt=media&#x26;token=f7b5bc58-4a1f-4872-bf28-29ec78b2b135" alt="" class="gitbook-drawing">

* Populate "**Title**" field (1, optional) and "**Icon"** (2, optional). After saving, icon and title will be shown in top left corner of kanban (see image below).
* Configure **Kanban**, **Header** and **Title CSS styles** (5).
* Specify **"Inline CSS Styles"** (6) - there you can add any custom CSS if necessary. Moreover, merge fields and formulas are supported there!
* Check **"Track History"** (3) if you want to see history of changes on the kanban view (in [debug console](https://docs.flexikanban.ai/standard-kanban/using-kanban/how-to-debug-a-kanban)).
* Turn on "**Synchronous Scrolling"** (4) if you want to have columns be scrolled together. Useful, e.g., if you try to make something table-like.
* Turn on "**Show** **Search Input"** (7). If shown, it allows user to search a part of text through all displayed kanban elements.

{% hint style="success" %}

* "**Icons Library**" link can help you find an appropriate icon.
* Icon name should be typed with icon category and a colon (e.g. <mark style="color:green;">action:edit</mark>).
* If you don't populate title, kanban name will be shown instead.
  {% endhint %}

Apply (8) changes in the Kanban config. Popup will be closed.

Then save whole Kanban to get all changes applied:

<img src="https://3097383375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK2dgObBO5ydOH2ZXDJLa%2Fuploads%2FjSWOP8Es0Eui3sKQ2gBf%2Ffile.excalidraw.svg?alt=media&#x26;token=83e68318-563f-404f-99d5-bed4f19a785b" alt="" class="gitbook-drawing">

Close kanban builder to see applied title and icon:

<img src="https://3097383375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK2dgObBO5ydOH2ZXDJLa%2Fuploads%2FFcjZM6mhjQ5d0Q3DDQU6%2Ffile.excalidraw.svg?alt=media&#x26;token=26fd5dff-246a-4c7d-a9c6-9d035db813dc" alt="" class="gitbook-drawing">


---

# 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-kanban/how-to-configure-kanban-basic-properties.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.
