> 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/keeperpam/privileged-access-manager/getting-started.md).

# Getting Started

<figure><img src="/files/uTZhOK9pmifpTIiDUIf4" alt=""><figcaption></figcaption></figure>

## The Basics

* [Architecture](/en/keeperpam/privileged-access-manager/getting-started/architecture.md)
* [Licensing](/en/keeperpam/privileged-access-manager/getting-started/keeperpam-licensing.md)
* [Enforcement policies](/en/keeperpam/privileged-access-manager/getting-started/enforcement-policies.md)
* [Vault structure](/en/keeperpam/privileged-access-manager/getting-started/vault-structure.md)
* [Record Linking](/en/keeperpam/privileged-access-manager/getting-started/record-linking.md)
* [Applications](/en/keeperpam/privileged-access-manager/getting-started/applications.md)
* [Devices](/en/keeperpam/privileged-access-manager/getting-started/devices.md)
* [Gateways](/en/keeperpam/privileged-access-manager/getting-started/gateways.md)
* [PAM Configuration](/en/keeperpam/privileged-access-manager/getting-started/pam-configuration.md)
* [PAM Resources](/en/keeperpam/privileged-access-manager/getting-started/pam-resources.md)
* [PAM Users](/en/keeperpam/privileged-access-manager/getting-started/pam-resources/pam-user.md)
* [Sharing and Access Control](/en/keeperpam/privileged-access-manager/getting-started/access-controls.md)

### KeeperPAM Features

* [Password Rotation](/en/keeperpam/privileged-access-manager/password-rotation.md)
* [Connections](/en/keeperpam/privileged-access-manager/connections.md)
* [Just-In-Time Access (JIT)](/en/keeperpam/privileged-access-manager/just-in-time-access-jit.md)
* [Tunnels](/en/keeperpam/privileged-access-manager/tunnels.md)
* [Remote Browser Isolation (RBI)](/en/keeperpam/privileged-access-manager/remote-browser-isolation.md)
* [Session Recording & Playback](/en/keeperpam/privileged-access-manager/session-recording-and-playback.md)
* [SSH Agent](/en/keeperpam/privileged-access-manager/ssh-agent.md)
* [Discovery](/en/keeperpam/privileged-access-manager/discovery.md)
* [KeeperAI](/en/keeperpam/privileged-access-manager/keeperai.md)
* [KeeperDB](/en/keeperpam/privileged-access-manager/keeperdb.md)
* [KeeperDB Proxy](/en/keeperpam/privileged-access-manager/keeperdb-proxy.md)
* [On-Prem Connection Manager](/en/keeperpam/privileged-access-manager/on-prem-connection-manager.md)

### Secrets Manager Features

* [Secrets Manager CLI](/en/keeperpam/secrets-manager/secrets-manager-command-line-interface.md)
* [Developer SDKs](/en/keeperpam/secrets-manager/developer-sdk-library.md)
* [Integrations](/en/keeperpam/secrets-manager/integrations.md)

### Commander Features

* [Import and Export](/en/keeperpam/commander-cli/command-reference/import-and-export-commands/import-export-commands.md)
* [Reporting](/en/keeperpam/commander-cli/command-reference/reporting-commands.md)
* [Enterprise Management](/en/keeperpam/commander-cli/command-reference/enterprise-management-commands.md)
* [Record Management](/en/keeperpam/commander-cli/command-reference/record-commands.md)
* [Sharing](/en/keeperpam/commander-cli/command-reference/sharing-commands.md)
* [KeeperPAM Commands](/en/keeperpam/commander-cli/command-reference/keeperpam-commands.md)
* [Secrets Management Commands](/en/keeperpam/commander-cli/command-reference/secrets-manager-commands.md)
* [MSP Management Commands](/en/keeperpam/commander-cli/command-reference/msp-management-commands.md)
* [Miscellaneous Commands](/en/keeperpam/commander-cli/command-reference/misc-commands.md)
* [Commander SDKs](/en/keeperpam/commander-sdk/keeper-commander-sdks.md)

### Enterprise Password Manager

* [Enterprise Admin Guide](https://newdocs.keeper.io/en/enterprise-guide/)


---

# 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/keeperpam/privileged-access-manager/getting-started.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.
