> 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/working-with-kanban-layout.md).

# Working with Kanban Layout

Open Kanban editor, drag "Column" element to "KanBan Columns" area and drag "Card" element to "KanBan Cards" area.

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

Click on Card to open "Card properties" in the right sidebar. There are several obligatory properties for card: Name (1), Data source type (2), Compact Layout (3). See these articles to know how to configure cards.

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

Click on Column to open "Column properties" and complete obligatory ones: Name (4), Data Source Type (5), Config (6). Location of column can be changed by clicking arrows (7) on the top column.

See these articles to know how to configure other column properties.

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

Configure necessary [Column Junctions](/standard-kanban/configure-card/configuring-card-movement-and-column-junctions.md) (8) and [Actions](/standard-kanban/configure-card/configuring-card-actions.md) (9).

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

#### On a kanban, cards and columns can be cloned or deleted in different ways:

1. Select proper card (column) and click button <img src="/files/hQzJ1bcejRLtQol3vpZC" alt="" data-size="line"> at the top of kanban builder.
2. Click on icon <img src="/files/UTV9VXQnDedZi0Dl8I52" alt="" data-size="line"> at right corner of column header.
3. Click the right mouse button to open the context menu of the selected column or card. Select proper option:

<img src="/files/fVdl5Lqj7IiI4Umf25Da" 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/working-with-kanban-layout.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.
