> For the complete documentation index, see [llms.txt](https://docs.gospace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gospace.com/whats-new/release-notes/v2.2.3.md).

# v2.2.3

We're excited to announce the release of gospace v2.2.3. This update introduces new visual indicators for room capacity, enhances space settings functionality, and available data to improve space planning.

## New Features and Improvements

### Room Capacity Indicator

We've added a new visual feature to user allocations to provide more clarity on room capacities. Users will now see a pill-shaped indicator on their allocation when they've been assigned to a room with a smaller capacity than the total allocation.

This addresses situations where AIDRA, has had to assign a room that doesn't perfectly match the attendee size due to availability constraints. While AIDRA always attempts to allocate rooms that fit the required capacity, in some cases this may not be possible due to high demand or limited availability of larger rooms.

The new pill provides immediate visual feedback to users about their allocated room, helps manage expectations, and encourages users to plan accordingly, perhaps by considering hybrid meetings or adjusting their in-person attendees if necessary.

### Improved Space Settings Filtering

We've improved the functionality of the space settings page to make team management more efficient. Admins can now filter teams by their default location, allowing them to view and search only the teams associated with a specific location.

This enhancement streamlines the process of managing teams across multiple locations, making it easier for admins to focus on relevant teams and reducing the time spent scrolling through extensive team lists or searching across all your teams.

<figure><img src="https://2315052346-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOW0EmyC5IqyMiB4AxcLq%2Fuploads%2FkC8WHNgyIMqe8LFnmyiz%2FScreenshot%202024-10-04%20at%2018.45.37.png?alt=media&amp;token=0f3d90e3-ae52-411a-921c-cfd6fedc0ce5" alt="" width="375"><figcaption></figcaption></figure>

### Expanded Team Data in Space Settings

To provide admins with more information for space planning, we've added new data to the teams view in space settings:

* Team Headcount: The total number of members in each team is now displayed.
* Historic Peak Attendance: Admins can now see the highest attendance for each team over the past 4 weeks.
* Forecasted Peak Attendance: We've added a forecast of the expected peak attendance for each team for the week ahead, so you can amend your targets to manage more efficiently.

<figure><img src="https://2315052346-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOW0EmyC5IqyMiB4AxcLq%2Fuploads%2Ff86TvxF5RzjLx2XSxeLR%2FScreenshot%202024-10-04%20at%2018.46.05.png?alt=media&amp;token=2a61c901-9d87-4ca6-9348-c2a9a4d1767e" alt=""><figcaption></figcaption></figure>

### Coming Soon

* AIDRA metrics MVP on planning <mark style="color:orange;">(issue identified: in late stages of QA testing)</mark>
* Shifts for space scheduling <mark style="color:green;">(in pre-release testing)</mark>
* Forecast team rooms <mark style="color:green;">(in pre-release testing)</mark>

We're constantly working to improve your experience with gospace. These updates represent our ongoing commitment to enhancing our platform based on user feedback and industry best practices.&#x20;

Thank you for your continued trust and support in gospace. If you have any questions about these new features or encounter any issues, please don't hesitate to reach out to our support team.

The gospace Team


---

# 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.gospace.com/whats-new/release-notes/v2.2.3.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.
