# Kanban View

The Kanban view helps the users visualize the progress of their processes. It uses cards and columns to display the task summary and help users commit to the right amount of work.

### Using the Kanban View Features

1\.    To access the Kanban view for form details, first, click on the required form from the [<mark style="color:purple;">**Actions**</mark> ](https://docs.senpiper.com/groups-applications/group-details-on-web/pages/Pn2YHhBGf6dipE6g0VN4#2.-actions-pane)pane, and then in the [**tab bar**](https://docs.senpiper.com/groups-applications/group-details-on-web/pages/Pn2YHhBGf6dipE6g0VN4#1.-tab-bar) of the **Group Details** screen, click <img src="/files/DCyLcdxYTyp9z9eiJr9F" alt="" data-size="line">.

<figure><img src="/files/gBPSpOUpOkSghAVuja0g" alt=""><figcaption><p><em>Kanban view</em></p></figcaption></figure>

The Kanban view of the selected form is displayed.

<figure><img src="/files/tJw7i7nLGRr8PRWu1AzE" alt=""><figcaption><p><em>Kanban view - swim lanes</em></p></figcaption></figure>

The columns of the Kanban view can be sorted as per the form fields.&#x20;

2\.    To sort the columns by fields, from the dropdown menu at the top of the Kanban view, select the field based on which you want to sort the columns and then click **Apply**.

Each form submission is displayed as a card. See the[ <mark style="color:purple;">**Set form card layout**</mark>](/form-builder/creating-forms/additional-form-settings/set-form-card-layout.md) to configure the fields that should appear on the card.

You can move the cards from one column to another if sorted by the **Status** and **Priority** fields.

3\.    To move the cards from one column to another, drag the required card from one column and drop it into another.

Let's say we drag the **Dummy Task** card from the **To be Picked** column and drop it into the **In-progress** column.&#x20;

<figure><img src="/files/JPhpXmmKsMAlXkgndIZR" alt=""><figcaption><p><em>Kanban drag &#x26; drop function</em></p></figcaption></figure>

As you can see, the **Dummy task** card has been moved to the **In-progress** column, and its **Status** has been updated to **In-progress**.


---

# 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.senpiper.com/groups-applications/group-details-on-web/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.
