> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/1.2/deployment.md).

# DEPLOYMENT

- [Deployment Architecture](https://docs.openg2p.org/1.2/deployment/deployment-architecture.md)
- [Infrastructure Setup](https://docs.openg2p.org/1.2/deployment/infrastructure-setup.md)
- [Hardware Requirements](https://docs.openg2p.org/1.2/deployment/infrastructure-setup/k8s-cluster-requirements.md)
- [Wireguard Server Setup](https://docs.openg2p.org/1.2/deployment/infrastructure-setup/wireguard-server-setup.md)
- [Rancher Setup](https://docs.openg2p.org/1.2/deployment/infrastructure-setup/rancher.md)
- [NFS Server Setup](https://docs.openg2p.org/1.2/deployment/infrastructure-setup/nfs-server.md)
- [OpenG2P K8s Cluster Setup](https://docs.openg2p.org/1.2/deployment/infrastructure-setup/cluster-setup.md)
- [Loadbalancer Setup](https://docs.openg2p.org/1.2/deployment/infrastructure-setup/loadbalancer-setup.md): (WIP)
- [External Components Setup](https://docs.openg2p.org/1.2/deployment/external-components-setup.md)
- [PostgreSQL Server Deployment](https://docs.openg2p.org/1.2/deployment/external-components-setup/postgresql-server.md)
- [Keycloak Deployment](https://docs.openg2p.org/1.2/deployment/external-components-setup/keycloak-deployment.md)
- [Minio Deployment](https://docs.openg2p.org/1.2/deployment/external-components-setup/minio-deployment.md)
- [ODK Central Deployment](https://docs.openg2p.org/1.2/deployment/external-components-setup/odk-central-deployment.md)
- [Kafka Deployment](https://docs.openg2p.org/1.2/deployment/external-components-setup/kafka-deployment.md)
- [Logging & OpenSearch Deployment](https://docs.openg2p.org/1.2/deployment/external-components-setup/logging-and-opensearch-deployment.md)
- [Keymanager Deployment](https://docs.openg2p.org/1.2/deployment/external-components-setup/keymanager-deployment.md)
- [eSignet Deployment](https://docs.openg2p.org/1.2/deployment/external-components-setup/esignet-deployment.md)
- [OpenG2P Modules Deployment](https://docs.openg2p.org/1.2/deployment/openg2p-modules-deployment.md)
- [PBMS Deployment](https://docs.openg2p.org/1.2/deployment/openg2p-modules-deployment/pbms-deployment.md)
- [Post Install Configuration](https://docs.openg2p.org/1.2/deployment/openg2p-modules-deployment/pbms-deployment/post-install-instructions.md)
- [Social Registry Deployment](https://docs.openg2p.org/1.2/deployment/openg2p-modules-deployment/social-registry-deployment.md)
- [GCTB Deployment](https://docs.openg2p.org/1.2/deployment/openg2p-modules-deployment/gctb-deployment.md)
- [SPAR Deployment](https://docs.openg2p.org/1.2/deployment/openg2p-modules-deployment/spar-deployment.md)
- [SPAR Post Installation Configuration](https://docs.openg2p.org/1.2/deployment/openg2p-modules-deployment/spar-deployment/spar-post-installation-configuration.md)
- [Reporting Deployment](https://docs.openg2p.org/1.2/deployment/openg2p-modules-deployment/reporting-deployment.md)
- [Deployment Guides](https://docs.openg2p.org/1.2/deployment/deployment-guide.md)
- [Giving Access to Users](https://docs.openg2p.org/1.2/deployment/deployment-guide/access-to-deployed-setup.md)
- [Packaging OpenG2P Docker](https://docs.openg2p.org/1.2/deployment/deployment-guide/packaging-openg2p-docker.md)
- [SSL Certificates using Letsencrypt](https://docs.openg2p.org/1.2/deployment/deployment-guide/ssl-certificates-using-letsencrypt.md)
- [Install WireGuard Client on Desktop/Laptop](https://docs.openg2p.org/1.2/deployment/deployment-guide/install-wireguard-client-on-desktop-laptop.md)
- [Install WireGuard Client on Android Device](https://docs.openg2p.org/1.2/deployment/deployment-guide/install-wireguard-app-and-activate-tunnel.md)
- [Make Environment Publicly Accessible using AWS LB Configuration](https://docs.openg2p.org/1.2/deployment/deployment-guide/make-environment-publicly-accessible-using-aws-lb-configuration.md): For internal use


---

# 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.openg2p.org/1.2/deployment.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.
