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

# Admin Console 17.10.0

## Overview <a href="#overview" id="overview"></a>

Admin Console version 17.10.0 introduces **KEPM Agentic AI Governance v1**, a major update to Keeper Endpoint Privilege Manager that extends privilege management to AI agent identities. This release delivers a redesigned KEPM dashboard, a new dedicated Agentic AI collection type, Agentic AI tagging within Application collections, and an enhanced policy creation experience.&#x20;

## New Features <a href="#overview-1" id="overview-1"></a>

### KEPM Agentic AI Governance - Admin Console Support <a href="#nhi-pam-support-in-subscriptions" id="nhi-pam-support-in-subscriptions"></a>

{% hint style="info" %}
To learn more about Keeper Endpoint Privilege Manager click [here](/keeperpam/endpoint-privilege-manager/overview.md).
{% endhint %}

Keeper Endpoint Privilege Manager now supports governance of Agentic AI identities alongside traditional human and machine accounts. Administrators can define, manage, and apply privilege policies to AI agents directly from the Admin Console, with full visibility into AI agent risk scores, policy enforcement status, and activity.

* **New AI dashboard** — real-time overview of open requests, high-risk events, registered endpoints, high-risk AI identities, over-privileged agents, and policy activity

<figure><img src="/files/OB1BAirppwHhPYvzyv6U" alt=""><figcaption><p>KEPM AI Agentic Dashboard</p></figcaption></figure>

* **Agentic AI collections** — a dedicated collection type for grouping and governing AI agent identities, separate from standard user accounts

<figure><img src="/files/x75GIoGBx3J8WZ2pREVC" alt=""><figcaption><p>New KEPM AI Agentic Collection</p></figcaption></figure>

* **Agentic AI tags in application collections** — AI-driven applications are now tagged with an Agentic AI pill within the existing Applications collection view
* **Updated policy creation** — redesigned policy screen with enhanced required access control options

<figure><img src="/files/EKMMoT8G0HamsJAcytTs" alt=""><figcaption><p>Updated Policy Creation Screen with Controls</p></figcaption></figure>


---

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