> For the complete documentation index, see [llms.txt](https://docs.flexikanban.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexikanban.ai/standard-kanban/configure-kanban/how-to-configure-kanban-basic-properties.md).

# 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="/files/AYEutNvFnue0EfVwyTK3" alt="" class="gitbook-drawing">

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

<img src="/files/cMw0zxFHrTVlYyJteved" 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](/standard-kanban/using-kanban/how-to-debug-a-kanban.md)).
* 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="/files/Xt6m7VePuqIdfKSAn4yo" alt="" class="gitbook-drawing">

Close kanban builder to see applied title and icon:

<img src="/files/7WuhOVTjuKUsWGKsag1w" alt="" class="gitbook-drawing">


---

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