> 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/composite-kanban/introduction/how-to-create-a-composite-kanban.md).

# How to Create a Composite Kanban

Open Kanbans tab and click “New” button to launch a Kanban Creation Wizard:

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

* Select Composite Kanban type:

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

* Click "Next button to go to second step of wizard
* Select color theme
* Populate kanban name
* Type description (optionally):

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

* Click "Next button
* Select number of child kanbans and their layout. There are several basic suggestions; you can modify these settings later in the Kanban Builder, add more kanbans and set custom layout:

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

* Click "Next" button
* Select children kanbans for each container:

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

{% hint style="info" %}
You can omit children kanban selection in order to select them later.
{% endhint %}

* Click "Next" button
* Leave "Launch Advanced Kanban Builder After Wizard Completion" toggler on if you want to go further to advanced edit in Kanban Builder
* Review your Kanban summary information and click “Finish” button:

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

After clicking "Save" you will be redirected to [Composite Kanban Builder](/composite-kanban/working-with-composite-kanban-layout.md) with newly created Kanban opened.


---

# 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/composite-kanban/introduction/how-to-create-a-composite-kanban.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.
