# Using Kanban view

Kanban view displays your tasks as cards organized in columns by status or stage. Use it when you want to see where work stands and move tasks forward without opening each one individually.

### Access and use the Kanban view

{% hint style="info" %}
**When to use:** You want a visual picture of work in progress and need to update task status quickly.
{% endhint %}

1. Go to **Projects** in the left panel.
2. Click on the arrow button to expand the secondary sidebar.
3. Click the **All Projects & Tasks** on the secondary sidebar.
4. Click the **Kanban** tab.
5. Click the **Filters** button at the top-right to narrow what you see.
6. Choose whether to show projects or tasks data.
7. Select your filter criteria (see Field reference below).
8. Click **Save** and choose whether to update the current view or create a new view.

{% embed url="<https://app.supademo.com/demo/cmohl2lgr35l9za2ih0tx16bm>" %}

**Expected outcome:** Your Kanban board now shows only the cards that match your filters.

{% hint style="info" %}
While showing projects, the columns will correspond to workspaces and while showing tasks, you'll see tabs per workspaces, and the columns will now be projects.
{% endhint %}

**FAQ**

**Can I add or rename columns in Kanban view?** No. Kanban columns cannot be added or renamed directly from the board.

**Why can't I edit a task directly on the card?** Kanban cards show you key task details at a glance, but editing is done inside the task itself. Click any card to open the task modal, where you can edit all fields and details.


---

# 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://www.wonderly.com/help/work-hub/project-reporting-overview/views/using-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.
