> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/enterprise/admin-console/admin-console-17.3.md).

# Admin Console 17.3

### Bug Fixes

* **EM-7038**: Fixed compliance reports UI issue with user criteria
* **EM-7075**: Admin approval prompt does not close when it is accepted or denied by another admin
* **EM-6681**: Enforcement Policies: Toggle and checkboxes aren't disabled for Admin with no permission Manage Role
* **EM-7069**: Removed "bulk account transfer" when multi-selecting users, as this is not supported
* **EM-7583**: On the Alerts page, we were missing PAM events in the Event Types dropdown

### Improvements

* **EM-6194**: We have improved the Billing History and Receipts section to show accurate information
* **EM-7543**: We have added a new "Notification Center" user interface. Instead of popping toast messages every time an action is performed, we now place them inside of a notification center where users can view them and mark them as read.
* **EM-6078**: We now display both Name and Email in all user views
* **EM-7413**: We added a secure file storage video to the Getting Started section
* **EM-7483**: We've made improvements to syncing and caching offline data


---

# 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.keeper.io/release-notes/enterprise/admin-console/admin-console-17.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.
