> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/enterprise-guide/keeper-msp/next-steps.md).

# Next Steps

The Keeper MSP guide covered functionality specific to the MSP environment. Visit our other guides that provide in-depth coverage of the end-user and administrator experience.

### ​💻 User Guides <a href="#user-guides" id="user-guides"></a>

iOS, Android, Web Vault, Desktop App, (macOS, Windows, Linux) and Keeper Browser Extensions [https://docs.keeper.io/user-guides/](https://newdocs.keeper.io/en/user-guides/)​

### ​💻 Enterprise Admin Guide <a href="#enterprise-admin-guide" id="enterprise-admin-guide"></a>

Administrator guide for Keeper Business and Keeper Enterprise customers. [https://docs.keeper.io/enterprise-guide/](https://docs.keeper.io/en/enterprise-guide)​​

### 💻 KeeperPAM <a href="#keeper-sso-connect-tm-cloud" id="keeper-sso-connect-tm-cloud"></a>

Next-gen privileged access management solution.\
[https://docs.keeper.io/keeperpam](https://newdocs.keeper.io/en/keeperpam/)​

### 💻 Keeper SSO Connect Cloud <a href="#keeper-sso-connect-tm-cloud" id="keeper-sso-connect-tm-cloud"></a>

100% cloud-based integration with SAML 2.0 Identity Providers for seamless authentication. [https://docs.keeper.io/sso-connect-cloud/](https://newdocs.keeper.io/en/sso-connect-cloud/)​​

### ​💻 Keeper Commander <a href="#keeper-commander" id="keeper-commander"></a>

Command-line tools and SDK interface.\
[https://docs.keeper.io/keeperpam/commander-cli/overview](/en/keeperpam/commander-cli/overview.md)​

### ​💻 Keeper Secrets Manager <a href="#keeper-secrets-manager" id="keeper-secrets-manager"></a>

Cloud-based secrets management platform for IT Administrators, DevOps & Developers. [https://docs.keeper.io/keeperpam/secrets-manager/overview](/en/keeperpam/secrets-manager/overview.md)​

### ​💻 AD Bridge Guide <a href="#a-d-bridge-guide" id="a-d-bridge-guide"></a>

Active Directory and LDAP bridge guide for provisioning users, roles, and teams. [https://docs.keeper.io/keeper-bridge/](https://newdocs.keeper.io/en/keeper-bridge/)​

### ​🗒 Release Notes <a href="#release-notes" id="release-notes"></a>

Full release notes and version history across Keeper platforms.\
[https://docs.keeper.io/release-notes/](https://newdocs.keeper.io/en/release-notes/)​

### ​💻  Security & Encryption Model <a href="#security-and-encryption-model" id="security-and-encryption-model"></a>

Read about Keeper's security and encryption model.\
[https://docs.keeper.io/enterprise-guide/keeper-encryption-model](/en/enterprise-guide/keeper-encryption-model.md)​

### ​📡 System Status <a href="#system-status" id="system-status"></a>

Live system status, monitoring and alerts with notification signup.\
[https://statuspage.keeper.io](https://statuspage.keeper.io/)


---

# 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://newdocs.keeper.io/en/enterprise-guide/keeper-msp/next-steps.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.
