# Concepts

- [OpenG2P Deployment Architecture](https://docs.openg2p.org/operations/deployment/concepts/openg2p-deployment-model.md): Complete information and guide on deployment of OpenG2P components
- [Commons Helm Charts 2.x](https://docs.openg2p.org/operations/deployment/concepts/openg2p-commons-helm-chart.md)
- [DNS & TLS Certificates](https://docs.openg2p.org/operations/deployment/concepts/dns-and-certificates.md): How DNS and TLS certificates work in an OpenG2P deployment, the trade-offs, and the patterns we recommend for different customer realities.


---

# 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/operations/deployment/concepts.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.
