# Create first kanban view

Once the app is installed, start setting up your kanban view -&#x20;

### Connect Boards and Items to Dashboard

* Here, you will see the boards, users on the board, number of items on the boards and status of the boards.
* Select the **boards containing items** you wanna see in your kanban view.
* Your kanban view will have cards from these boards.

<figure><img src="/files/8y2tt3DLuXbCpFzWhJi5" alt=""><figcaption></figcaption></figure>

### Select a grouping column

* Here, you will see the status columns, states of these columns and boards connected to these status columns.
* Select the **grouping status column** which is common across multiple boards.&#x20;
* Your kanban view will be organized based on the status column you select and the different states of selected status column will become heading for different lanes.&#x20;

  <figure><img src="/files/tPnRRL2DyZjXab1xHeuK" alt=""><figcaption></figcaption></figure>

### Select fields to show on Cards

* Here, you will see boards with different properties and show/hide for these properties.
* Select the **properties** that you want to **see/hide** on your cards in your kanban view.&#x20;
* Your kanban view will show cards only containing the selected properties.

  <figure><img src="/files/QaZOqhlE42WYtwoDNg0q" alt=""><figcaption></figcaption></figure>

### Your kanban view is created

Once this is done, click on the **'preview'** button to generate your Multi Board Kanban view, which would provide you with a powerful visual of your workflow allowing you to effortlessly track your teams progress and manage your tasks in real time.

<figure><img src="/files/66Eglx4mMgzoiGeECV9r" alt=""><figcaption></figcaption></figure>


---

# 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://appdocs.thoughtflow.io/getting-started/create-first-kanban-view.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.
