# OpenG2P Modules Deployment

## Introduction

This guide provides instructions to deploy OpenG2P components on the Kubernetes (K8s) cluster (Refer to [Deployment Architecture](/1.2/deployment/deployment-architecture.md)).  The following components are installed:

| Module/Component                                                                | Comments                                                              |
| ------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [PBMS](/1.2/deployment/openg2p-modules-deployment/pbms-deployment.md)           | Helm chart that installs Odoo, SMTP server                            |
| [SPAR](/1.2/deployment/openg2p-modules-deployment/spar-deployment.md)           | Helm chart that installs ID Mapper, Self Service Portal, SPAR Service |
| [GCTB](/1.2/deployment/openg2p-modules-deployment/gctb-deployment.md)           | Helm chart                                                            |
| [Reporting](/1.2/deployment/openg2p-modules-deployment/reporting-deployment.md) | Helm charts                                                           |


---

# 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/openg2p-modules-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.
