> 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.6.2.md).

# Admin Console 17.6.2

This release introduced several new EPM (Endpoint Privilege Manager) improvements for large enterprises.

## Bug Fixes

* **EM-7991 -** Fixed a performance issue on Endpoint Privilege Manager when attempting to save policies.
* **EM-7992 -** Fixed an approval request stating that you do not have permissions to approve or deny a request from the notification center.
* **EM-7993 -** Fixed custom app resources with full path which are not being validated upon approval.
* **EM-7995 -** Improved the formatting for paths in the Privilege Requests Justification Message to be easier read by administrators.
* **EM-7996 -** Fixed an issue where Approval Requests are being shown to all users regardless if they are designated approvers.
* **EM-7997 -** Fixed a delay in the Policy status updates on the Admin Console Dashboard.
* **EM-7998 -** Prevented Policy saving that is enforced but does not target any applications.
* **EM-7999 -** Fixed Command Line Policies that are unable to be saved.


---

# 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.6.2.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.
