# References

- [Deploying KeeperPAM in Air-Gapped Environments](https://docs.keeper.io/keeperpam/privileged-access-manager/references/deploying-keeperpam-in-air-gapped-environments.md)
- [Port Mapping](https://docs.keeper.io/keeperpam/privileged-access-manager/references/port-mapping.md): Defining alternative ports in PAM Configurations
- [Setting up SSH](https://docs.keeper.io/keeperpam/privileged-access-manager/references/setting-up-ssh.md): Example guide for setting up SSH on target machines
- [Setting up WinRM](https://docs.keeper.io/keeperpam/privileged-access-manager/references/setting-up-winrm.md): Example guide for setting up WinRM on target machines
- [Gateway Network Configuration](https://docs.keeper.io/keeperpam/privileged-access-manager/references/gateway-network-configuration.md)
- [Setting up SQL Server](https://docs.keeper.io/keeperpam/privileged-access-manager/references/setting-up-sql-server.md): Allowing the Keeper Gateway to access Microsoft SQL Server on port 1433
- [Database Import and Export](https://docs.keeper.io/keeperpam/privileged-access-manager/references/database-import-and-export.md): Data can be imported to a DB connection from a file on your machine, or exported and downloaded to you machine.
- [Installing sqlcmd on Linux](https://docs.keeper.io/keeperpam/privileged-access-manager/references/installing-sqlcmd-on-linux.md): Installing sqlcmd for accessing SQL Server from a Linux machine
- [Installing Docker on Linux](https://docs.keeper.io/keeperpam/privileged-access-manager/references/installing-docker-on-linux.md): Quick setup instructions for Docker on Linux environments
- [Creating KSM App for Rotation](https://docs.keeper.io/keeperpam/privileged-access-manager/references/creating-ksm-app-for-rotation.md): Steps to create a Keeper Secrets Manager application for rotation of passwords
- [Active Directory Least Privilege](https://docs.keeper.io/keeperpam/privileged-access-manager/references/active-directory-least-privilege.md): Granting a service account the minimum permissions to rotate
- [Event Reporting](https://docs.keeper.io/keeperpam/privileged-access-manager/references/event-reporting.md): Keeper rotation event reporting in the Advanced Reporting & Alerts module
- [Importing PAM Resources](https://docs.keeper.io/keeperpam/privileged-access-manager/references/importing-pam-resources.md): How to bulk import KeeperPAM resources
- [Using a CSV Template](https://docs.keeper.io/keeperpam/privileged-access-manager/references/importing-pam-resources/using-a-csv-template.md): Use our script to convert a CSV template to a JSON file for PAM Project commands
- [Adding PAM Resources to an Existing Model](https://docs.keeper.io/keeperpam/privileged-access-manager/references/importing-pam-resources/adding-pam-resources-to-an-existing-model.md): Add Content to an Existing PAM Setup instead of creating a New Model
- [Import Connections from KCM](https://docs.keeper.io/keeperpam/privileged-access-manager/references/importing-pam-resources/import-connections-from-kcm.md): Import KCM Connections and Connection Groups into an existing PAM Project.
- [Managing Rotation via CLI](https://docs.keeper.io/keeperpam/privileged-access-manager/references/managing-rotation-via-cli.md): Managing rotation settings on individual and bulk records using Keeper Commander
- [ITSM Integration](https://docs.keeper.io/keeperpam/privileged-access-manager/references/itsm-integration.md): Integrating KeeperPAM with ITSM platforms such as ServiceNow
- [Vendor Privileged Access Management](https://docs.keeper.io/keeperpam/privileged-access-manager/references/vendor-privileged-access-management.md): How KeeperPAM provides Vendor Privileged Access (VPAM)
- [Commander SDK](https://docs.keeper.io/keeperpam/privileged-access-manager/references/commander-sdk.md): Managing rotation with the Commander CLI / SDK interface
- [Cron Spec](https://docs.keeper.io/keeperpam/privileged-access-manager/references/cron-spec.md): Automated password rotation using Cron Specification
- [Preview Access](https://docs.keeper.io/keeperpam/privileged-access-manager/references/preview-access.md): How to access the Preview version of KeeperPAM


---

# Agent Instructions: 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:

```
GET https://docs.keeper.io/keeperpam/privileged-access-manager/references.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
