> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/advanced-content-navigator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/advanced-content-navigator/cloud-users-guide/new-page-board-kanban-view.md).

# \[NEW] Page Board (Kanban view)

We’ve introduced a brand-new **Space Page Board (a kind of Kanban View)** to help you organize and manage your pages more efficiently. With this view, you can easily **drag and drop pages between different statuses**, keeping your work structured and up to date. You can also **assign pages** to team members and **track their progress** through statuses at a glance. This makes it simple to manage workflows, stay aligned, and ensure that nothing falls through the cracks.

In addition, the Page Board is fully flexible — you can **customize the order of columns by simply dragging and dropping them** into the arrangement that works best for your workflow.

<figure><img src="/files/Pg1rw2gFv7eubJxXLcEd" alt=""><figcaption><p>Space Kanban view</p></figcaption></figure>

To access the **Space Page Board**, open your Confluence space and navigate to the **Space Apps** menu.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.meta-inf.hu/advanced-content-navigator/cloud-users-guide/new-page-board-kanban-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
