> 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/older/admin-console-14.3.0.md).

# Admin Console 14.3.0

## Benefits & Enhancements

* **Support for MSP Deployments -** Seamless log in for MSP admins to a Managed Company. &#x20;
* **Hyperlink Update -** "Schedule a Demo" hyperlink for MSP users has been updated to Calendly.&#x20;
* **Team Management by Admin -** Admins are now able to manage existing teams (add/remove users) without being assigned to that team.&#x20;

## Bug Fixes

* **Fixed**: Various buttons within Managed Companies and Admin Tabs are not working correctly.&#x20;
* **Fixed:** The advanced PBKDF2 Iterations setting should default to 100,000 instead of 10,000.&#x20;
* **Fixed:** An issue causing the Managed License Pool incorrectly track the removal of licenses.&#x20;
* **Fixed:** User is unable to activate and use Yubikey as expected within the Console.&#x20;
* **Fixed:** Infinite loading spinner appears when returning from DUO authentication page; user forced to refresh or close Console page.
* **Fixed:** Various design inconsistencies and errors.&#x20;


---

# 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/older/admin-console-14.3.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.
