# Kanban Board

***Kanban Board View:*** To view KanBan Board, click the on button on top.

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

***Initial Setup for Kanban:*** You will have a blank Dashboard. To add a new pipeline, click on the “Settings” button, and then click on “Add New Pipeline”

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

***Creating Pipeline:*** Add a name to the Pipeline, For instance, if it’s a sales pipeline, add the stages which fall under the Sales pipeline.

Like this, you can create numerous pipelines with different workflows and you will have your own Board view of these pipelines.

To see these pipelines,  click on “Select pipeline” at the top of the page. You can select which pipeline you want to view. You can also make any pipeline favorite which will help you visualize that pipeline only, whenever you open Kanban Board View.

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

&#x20;***Updating Task Status:*** Through these pipelines, you can directly drag and drop the tasks, to change the status and can see how many tasks fall under that particular work status.

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

{% hint style="info" %}
**Good to know:** Splitting your product into fundamental concepts, objects, or areas can be a great way to let readers deep dive into the concepts that matter most to them.
{% endhint %}

{% embed url="<https://youtu.be/P5VHKrg8tG4>" %}


---

# 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://guide.taskopad.com/fundamentals/task/kanban-board.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.
