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