# Kanban

## What is Kanban Board?

Kanban board is an effective agile project management tool to organize tasks and track the process. This is a simple system for tracking work that moves in one direction and does not overwhelm the user with loops and bidirectional movement.

### The structure of a Kanban board <a href="#structure" id="structure"></a>

**A basic Kanban board is designed to move work from left to right. It is created using these three main elements:**

1. **Board**: the workspace where you place your tasks and through which you manage an entire project from start to finish.
2. **Cards**: include items that represent a task or an idea related to your project.
3. **Columns**: contain a series of similar and related cards that belong to the same progress stage.

Teams enjoy using this system due to its ease of use, visual interface and transparency. It also provides visibility into task progress, and whether a specific task is holding up the project.


---

# 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://zanflow-app.gitbook.io/zanflow-docs/kanban.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.
