# Additional Guides

- [Automatic Build and Upload of Private Dockers](https://docs.openg2p.org/1.3/deployment/deployment-guide/automatic-build-and-upload-of-private-dockers.md): Guide to build and upload on Docker hub from private Github repositories
- [Generate SSL Certificates using Letsencrypt](https://docs.openg2p.org/1.3/deployment/deployment-guide/ssl-certificates-using-letsencrypt.md)
- [Packaging Odoo based Docker](https://docs.openg2p.org/1.3/deployment/deployment-guide/packaging-openg2p-docker.md)
- [AWS](https://docs.openg2p.org/1.3/deployment/deployment-guide/aws.md): Additional guides related to deployment on AWS
- [Create ACM Certificate on AWS](https://docs.openg2p.org/1.3/deployment/deployment-guide/aws/create-acm-certificate-on-aws.md): (WIP)
- [Create Security Group on AWS](https://docs.openg2p.org/1.3/deployment/deployment-guide/aws/create-security-group-on-aws.md): Guide to create Security Group on AWS
- [Domain mapping on AWS Route53](https://docs.openg2p.org/1.3/deployment/deployment-guide/aws/domain-mapping-on-aws-route53.md): Guide on mapping domain names on AWS Route53 (WORK IN PROGRESS)
- [Make Environment Publicly Accessible using AWS LB Configuration](https://docs.openg2p.org/1.3/deployment/deployment-guide/aws/make-environment-publicly-accessible-using-aws-lb-configuration.md): Guide to create public load balancer
- [Private Access Channel](https://docs.openg2p.org/1.3/deployment/deployment-guide/private-access-channel.md)
- [Odoo Post Install Configuration](https://docs.openg2p.org/1.3/deployment/deployment-guide/odoo-post-install-configuration.md)
- [Pulling Docker from Private Repository on Docker Hub](https://docs.openg2p.org/1.3/deployment/deployment-guide/pulling-docker-from-private-repository-on-docker-hub.md)
- [Keycloak Client Creation](https://docs.openg2p.org/1.3/deployment/deployment-guide/keycloak-client-creation.md)
- [Troubleshooting: "fsnotify watcher" warning](https://docs.openg2p.org/1.3/deployment/deployment-guide/troubleshooting-fsnotify-watcher-warning.md): Guide to fix "fsnotify watcher: too many open files" warning while installing Helm.
- [Uninstalling Applications from Rancher UI](https://docs.openg2p.org/1.3/deployment/deployment-guide/uninstalling-applications-from-rancher-ui.md): This document provides instructions on uninstalling applications from Rancher UI.
- [Access a Database from Outside the Cluster](https://docs.openg2p.org/1.3/deployment/deployment-guide/access-a-database-from-outside-the-cluster.md): Post-deployment guide
- [Configure External Database to Connect OpenG2P Environment](https://docs.openg2p.org/1.3/deployment/deployment-guide/configure-external-database-to-connect-openg2p-environment.md)
- [Configure IPSec VPN Gateway to Connect to External Systems using Strongswan](https://docs.openg2p.org/1.3/deployment/deployment-guide/configure-ipsec-vpn-strongswan.md)
- [Troubleshooting](https://docs.openg2p.org/1.3/deployment/deployment-guide/troubleshooting-section.md): This guide gives you solutions for the issues faced in the environment.
- [PostgreSQL Database not Starting due to Replication Checkpoint Error](https://docs.openg2p.org/1.3/deployment/deployment-guide/troubleshooting-section/postgresql-database-not-starting-due-to-replication-checkpoint-error..md)
- [No Space Left on the Device Warning](https://docs.openg2p.org/1.3/deployment/deployment-guide/troubleshooting-section/no-space-left-on-the-device-warning.md)
- [Restart Deployment or StatefulSets to Redistribute Pods across Nodes](https://docs.openg2p.org/1.3/deployment/deployment-guide/redistribute-pods-across-nodes-by-restarting-deployment-statefulsets.md)
- [Rerun Jobs in Kubernetes Cluster](https://docs.openg2p.org/1.3/deployment/deployment-guide/rerun-jobs-in-kubernetes-cluster.md)
- [Finding URLs in the System](https://docs.openg2p.org/1.3/deployment/deployment-guide/finding-urls-in-the-system.md): How to find out all the URLs that have been configured in the installation
- [Transitioning PostgreSQL From Docker on K8s to Standalone PostgreSQL](https://docs.openg2p.org/1.3/deployment/deployment-guide/transitioning-postgresql-from-docker-on-k8s-to-standalone-postgresql.md): This document describes how to migrate from Docker PostgreSQL to standalone PostgreSQL with existing data.
- [Restore a PVC from an NFS Folder and Attach it to a Pod](https://docs.openg2p.org/1.3/deployment/deployment-guide/restore-a-pvc-from-an-nfs-folder-and-attach-it-to-a-pod.md): This Guide explains how to Restore PVC from NFS Folder and Attach to Pod.
- [View System Logs on the OpenSearch Dashboard](https://docs.openg2p.org/1.3/deployment/deployment-guide/view-system-logs-on-the-opensearch-dashboard.md)


---

# 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.3/deployment/deployment-guide.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.
