# February 2022

### Improved pending invites view

On the project invites page users will now see more details about their project. As a user, you will see the **expiration date** of the invite and its **status**, and you can **remove** the ones that have expired.

![image](https://user-images.githubusercontent.com/93588665/154243203-dbdd9194-24fe-4595-9237-9344d34ace58.png)

We recently launched the same details for the pending invites shown on the team edit page of a project. Now a similarly detailed view is available for pending project invites.

### View backoffice user groups for team members

Project team members will now see the **actual user group memberships** of the project’s backoffice users. This is an improvement to the previous listing where only the default backoffice user group for each backoffice user was shown.

!\[image]

Shortly we will enable portal users to specify the backoffice user groups that the invitee should have as default.

Doing so will ease the onboarding process of new backoffice users.

### Usage limit warnings

Each project in Umbraco Cloud Portal has a set of **usage limits** depending on which plan the project is on. The usage limits can be seen on the [Umbraco Cloud Pricing](https://umbraco.com/umbraco-cloud-pricing/) and [Umbraco Heartcore Pricing](https://umbraco.com/umbraco-heartcore-pricing/) pages respectively. The current usage of a project can be seen on the project usage page, available from the Project Settings menu.

You will now be notified in the portal when either the media storage or bandwidth usage of a project has exceeded the 90%. Initially, you will see a **tag on the project page** if either the bandwidth or the media storage has exceeded 90% of the plan limits. The example below shows a project with both usage limits crossed.

![WarningsTagsOnProject](https://user-images.githubusercontent.com/93588665/154242785-5d9533b4-b9fc-4223-856a-3701cde12146.gif)

More features for plan limits and bandwidth usage in particular will be launched on the portal shortly. So stay tuned!


---

# 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://docs.umbraco.com/umbraco-cloud/release-notes/archive/overview-2022/2022-02-15-releasenotes.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.
