> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/products/catalog/system-views/kanban-view.md).

# Kanban view

The Kanban view is used with [workflow](/workflow/information.md). It uses workflow conditions (if any are set) to allow a product to be taken from one workflow state to another. To do so simply drag and drop a product from one row to another. When dragged all available options will turn green.

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

You can simply click on a product to open it in [edit mode](/products/catalog/template.md).

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

At the top of a view, there are two options Language change and [FILTERS](/products/catalog/filters-advanced.md).

<figure><img src="/files/2Are598lR63ekKhiPJNz" alt=""><figcaption></figcaption></figure>

Each language has its own workflow. The screen below shows that the same products are in different workflow states in German than they were in English. You can [assign ](/system/settings/languages.md)one workflow per language.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://usermanual.ergonode.com/products/catalog/system-views/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.
