> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-cloud/release-notes/archive/overview-2024/2024-04-releasenotes.md).

# April 2024

## Key Takeaways

* **New Project Page** - In the latest update to Umbraco Cloud, we've made significant enhancements to the UI of the project page in the Portal to streamline your experience and boost your productivity.
* **Long Running Activities** - As a developer it is key to understand the operations that your site undergoes when changing the underlying infrastructure. With the new long-running activities dialog, you can follow along with which changes are applied to your website.

## New Project page

We've upgraded the Umbraco Cloud project page with a more intuitive navigation and a visually refreshed dashboard that offers critical insights at a glance.

Real-time updates and a dynamic content loading feature ensure you're always informed with the latest project changes. The UI's consistent design across devices enhances your workflow on any platform.

Dive into a smoother, more productive experience with our latest enhancements and share your thoughts on these changes through our feedback portal. For a deeper look at these updates, explore our detailed release notes.

## Long running activities

The improved long-running activities UI in Umbraco Cloud now provides real-time progress tracking, giving users clear visibility into task completion. Enhanced notifications keep you informed without needing to manually check progress, saving time and reducing frustration.

With detailed status updates and estimated completion times, you can plan your workflow better. The updated interface is more intuitive, helping users manage and monitor long-running tasks effortlessly. Enjoy a more efficient and user-friendly experience with these enhancements.


---

# 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.umbraco.com/umbraco-cloud/release-notes/archive/overview-2024/2024-04-releasenotes.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.
