> For the complete documentation index, see [llms.txt](https://docs.hyperswitch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperswitch.io/self-hosting/want-to-explore.md).

# WANT TO EXPLORE?

- [Quickstart](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme.md): Install Hyperswitch on your K8s setup using our Helm charts
- [Update Helm Charts to Hyperswitch's Latest Nightly Release](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme/update-helm-charts-to-hyperswitchs-latest-nightly-release.md): Update Helm charts to the latest Hyperswitch nightly release for access to newest features
- [Deploy on Local using Helm Charts and Minikube](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme/deploy-on-local-using-helm-charts-and-minikube.md): A step-by-step guide to deploying Hyperswitch locally using Helm and Minikube, with setup, access, cleanup, and troubleshooting instructions.
- [Deploy on AWS using Helm Charts](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme/deploy-on-aws-using-helm-charts.md)
- [Deploy on Azure using Helm Charts](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme/deploy-on-azure-using-helm-charts.md): Deploy Hyperswitch on Microsoft Azure using Helm charts for enterprise-grade payment infrastructure
- [Deploy on GCP using Helm Charts](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme/deploy-on-gcp-using-helm-charts.md): Deploy Hyperswitch on Google Cloud Platform using Helm charts for scalable payment infrastructure
- [Development on Hyperswitch](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme-1.md)
- [Run Hyperswitch Locally Using Docker](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme-1/unified-local-setup-using-docker.md): Run Hyperswitch locally using Docker with one command for rapid development and testing
- [Run Additional Services](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme-1/unified-local-setup-using-docker/run-additional-services.md): Run additional services like scheduler, monitoring, and data analytics with Docker profiles
- [Advanced Development Env Setup](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme-1/local-setup-using-individual-components.md): Set up a local development environment for Hyperswitch backend, SDK, and Control Center components
- [Backend](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme-1/local-setup-using-individual-components/set-up-hyperswitch-backend.md): Set up the Hyperswitch backend locally using Docker or Rust for payment processing and routing
- [Configure and Run the Application](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme-1/local-setup-using-individual-components/set-up-hyperswitch-backend/configure-and-run-the-application.md): Configure and run the Hyperswitch application with environment-specific settings for development
- [Try out APIs](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme-1/local-setup-using-individual-components/set-up-hyperswitch-backend/try-out-apis.md): Explore Hyperswitch APIs using Postman to create payments, refunds, and manage merchant accounts
- [SDK (Frontend)](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme-1/local-setup-using-individual-components/set-up-hyperswitch-sdk-frontend.md): Set up the Hyperswitch SDK locally to build secure and unified checkout experiences
- [Control Center](https://docs.hyperswitch.io/self-hosting/want-to-explore/readme-1/local-setup-using-individual-components/set-up-hyperswitch-control-center.md): Set up the Hyperswitch Control Center locally to manage payments and configure routing rules
- [SMTP Server Integration](https://docs.hyperswitch.io/self-hosting/want-to-explore/smtp-server-integration.md): Configure SMTP server integration to enable flexible email notifications for signup and login flows
- [Account setup](https://docs.hyperswitch.io/self-hosting/want-to-explore/account-setup.md): Create your Hyperswitch account and add a payment provider
- [Using Hyperswitch Control Center](https://docs.hyperswitch.io/self-hosting/want-to-explore/account-setup/using-hyperswitch-control-center.md): Create your Hyperswitch account and add a payment provider via the control center
- [Test a payment](https://docs.hyperswitch.io/self-hosting/want-to-explore/account-setup/test-a-payment.md): Test end-to-end payment flows using dummy processors and the Hyperswitch checkout experience
- [Using postman](https://docs.hyperswitch.io/self-hosting/want-to-explore/account-setup/using-postman.md): Create your Hyperswitch account and add a payment provider using Hyperswitch APIs through postman
- [Troubleshooting local setup](https://docs.hyperswitch.io/self-hosting/want-to-explore/troubleshooting.md): This guide explains how to troubleshoot the Hyperswitch setup on your local system and verify if all the components are up and running as expected


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hyperswitch.io/self-hosting/want-to-explore.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
