> For the complete documentation index, see [llms.txt](https://changelog.visilean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.visilean.com/changelog/release-9.0-2024/introducing-the-all-new-project-listing-screen-beta.md).

# Introducing the All-New Project Listing Screen (BETA)

We are thrilled to unveil the all-new Project Listing Screen—a groundbreaking enhancement to your VisiLean experience! Designed with both functionality and aesthetics in mind, this revamped screen is here to revolutionise the way you manage your projects.

### A Central Hub for Project Insights

At its core, the updated Project Listing Screen offers a visually stunning interface combined with powerful organisational tools. You can now categorise your projects and assign tags effortlessly, ensuring your workflow is more structured and efficient. This isn’t just a navigation screen—it’s your central hub for project insights.

### Smarter Organisation, Faster Access

With advanced sorting, grouping, and filtering capabilities, finding the information you need is faster than ever. Active projects are prioritised at the top, while archived ones stay neatly organised at the bottom. Additionally, the new design allows you to view and download critical project metrics directly from the navigation page, eliminating unnecessary steps.

### Key Updates at a Glance

* **Dedicated ‘Category’ Column**: Quickly organise projects for better clarity.
* **Focused information** : Relevant data is prioritised, ensuring a concise and focused view at all times.
* **Intuitive Subgrouping**: Seamless grouping by multiple criteria for improved insights.
* **Quick Action Buttons**: Access essential project functions like editing with a single click, saving you time and effort.

### Built for Everyone

This feature isn’t just about convenience; it’s about empowering you to make smarter decisions with less effort. Whether you’re a project director, manager, team member, or stakeholder, the new Project Listing Screen is designed to adapt to your needs seamlessly.

{% hint style="info" %}
Projects are grouped by category by default, with only one category assignable per project.

Tags can enhance organisation, but workspaces are limited to 1,000 tags, and no more than 25 tags can be assigned to a single project.

Inline editing is not supported in any of the columns, ensuring data consistency across the board.
{% endhint %}

{% hint style="danger" %}
**Beta:** This feature is currently in beta; functionality may change based on user feedback.
{% endhint %}

{% hint style="warning" %}
Please consult our Support Representatives to activate this functionality on your project.&#x20;
{% endhint %}


---

# 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://changelog.visilean.com/changelog/release-9.0-2024/introducing-the-all-new-project-listing-screen-beta.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.
