# PRODUCTION DEPLOYMENT

- [Deployment Models](https://docs.hyperswitch.io/self-hosting/production-deployment/deployment-models.md): Overview of Juspay Hyperswitch deployment models including self-deployed, hosted SaaS, and point solutions
- [Architecture Overview](https://docs.hyperswitch.io/self-hosting/production-deployment/architecture-overview.md): Overview of Juspay Hyperswitch architecture components including the app server, web SDK, card vault, and control center
- [Deployment Overview](https://docs.hyperswitch.io/self-hosting/production-deployment/deployment-overview.md): Overview of Juspay Hyperswitch deployment considerations including topology, environments, security, and monitoring
- [Recommended Tooling Stack](https://docs.hyperswitch.io/self-hosting/production-deployment/deployment-overview/recommended-tooling-stack.md)
- [System Requirements](https://docs.hyperswitch.io/self-hosting/production-deployment/deployment-overview/system-requirements.md)
- [Enterprise Deployment](https://docs.hyperswitch.io/self-hosting/production-deployment/deployment-overview/enterprise-deployment.md)
- [Configuration and Management](https://docs.hyperswitch.io/self-hosting/production-deployment/deployment-overview/configuration-and-management.md)
- [Card Vault & Key Management](https://docs.hyperswitch.io/self-hosting/production-deployment/deployment-overview/card-vault-and-key-management.md): Enterprise key management configuration for Juspay Hyperswitch Card Vault including encryption architecture and HSM integration
- [Upgrade Hyperswitch](https://docs.hyperswitch.io/self-hosting/production-deployment/deployment-overview/upgrade-hyperswitch.md): Learn how to upgrade Juspay Hyperswitch using GitOps-based deployment with ArgoCD, including blue/green cluster upgrade strategy and rollback procedures.
- [Scale and Reliability](https://docs.hyperswitch.io/self-hosting/production-deployment/scale-and-reliability.md): Reference guidance for scaling Juspay Hyperswitch deployments and ensuring reliability in production environments
- [Security and Compliance](https://docs.hyperswitch.io/self-hosting/production-deployment/security-and-compliance.md): Security and compliance guidelines for Juspay Hyperswitch production deployments including encryption, access control, and PCI DSS requirements
- [Monitoring and Alerts](https://docs.hyperswitch.io/self-hosting/production-deployment/monitoring-and-alerts.md): Comprehensive guide to monitoring, logging, and alerting for Juspay Hyperswitch production deployments
- [Going live](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live.md): Production readiness checklists for going live with Juspay Hyperswitch, covering both SaaS and on-premise deployment models
- [For SaaS Setup](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-saas-setup.md): Step-by-step checklist for going live with Juspay Hyperswitch SaaS deployment including connector configuration, webhooks, and security
- [For On-Prem Setup](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup.md): Comprehensive checklist for going live with Juspay Hyperswitch on-premise deployment including prerequisites, security, monitoring, and PCI compliance
- [Monitoring](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/monitoring.md): Visibility and control over your application
- [PCI compliance](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/pci-compliance.md): It's no rocket science
- [Get started](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/pci-compliance/its-no-rocket-science.md): Demystifying PCI compliance and it's requirements
- [Completing the SAQ](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/pci-compliance/completing-the-saq.md): Guide to completing the PCI DSS Self-Assessment Questionnaire (SAQ D) for merchant compliance certification
- [Data Security](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/security.md): Comprehensive measures safeguarding Data Integrity within Juspay Hyperswitch
- [Updates](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/updates.md): Stay up to date with minimal maintenance effort!


---

# 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.hyperswitch.io/self-hosting/production-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.
