# 7.1.2 Board View

The “Kanban/Board View” visually represents the project items and workflow. It uses a board-like interface to display items in various columns, typically categorized by their progress status (e.g., “to do,” “in progress,” “done”).

Users can easily drag and drop tasks between columns to update their status, and the board will update in real-time to reflect the changes. The feature also allows users to customize the columns, add new ones, or remove existing ones, depending on their specific project needs.

This feature is convenient for project teams that prefer a more visual and intuitive way of tracking their tasks and workflow. It provides a clear overview of the project status, progress, and any bottlenecks or delays, allowing team members to collaborate more effectively and make informed decisions.

The items in the board view are categorized by their status and assignee. You can change these from the right corner.&#x20;

### From here, you can

* [<mark style="color:purple;">**Add status from Board view**</mark>](/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.2-board-view/7.1.2.1-add-status-from-board-view.md)
* [<mark style="color:purple;">**Edit status from Board view**</mark>](/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.2-board-view/7.1.2.2-edit-status-from-board-view.md)
* [<mark style="color:purple;">**Delete status from Board view**</mark>](/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.2-board-view/7.1.2.3-delete-status-from-board-view.md)
* [<mark style="color:purple;">**Assignee-wise Board View**</mark>](/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.2-board-view/assignee-wise-board-view.md)
* [<mark style="color:purple;">**Board View Action buttons**</mark>](/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.2-board-view/7.1.2.4-board-view-action-buttons.md)


---

# 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.onethreadapp.com/5.-managing-project/5.2-project-dashboard/7.1-different-views-for-item/7.1.2-board-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.
