> 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/about-hyperswitch.md).

# About Hyperswitch

- [Exploration Guide](https://docs.hyperswitch.io/about-hyperswitch/readme.md): Try Hyperswitch and explore its modular architecture for a secure, streamlined payments
- [Overview](https://docs.hyperswitch.io/about-hyperswitch/readme-2.md): Hyperswitch: Open-Source Payments Platform by Juspay
- [Roadmap - Q2 2026](https://docs.hyperswitch.io/about-hyperswitch/roadmap.md): April '26 to June '26
- [Previous Roadmap - Q1 2026](https://docs.hyperswitch.io/about-hyperswitch/roadmap/previous-roadmap-q1-2026.md): Jan '26 to March '26
- [Previous Roadmap - Q4 2025](https://docs.hyperswitch.io/about-hyperswitch/roadmap/previous-roadmap-q4-2025.md): Oct '25 to Dec '25
- [Previous Roadmap - Q3 2025](https://docs.hyperswitch.io/about-hyperswitch/roadmap/previous-roadmap-q3-2025.md): Jul '25 to Sep '25
- [Previous Roadmap - Q2 2025](https://docs.hyperswitch.io/about-hyperswitch/roadmap/roadmap-q2-2025.md): Hyperswitch roadmap (Apr to Jun'25)
- [Previous Roadmap - Q1 2025](https://docs.hyperswitch.io/about-hyperswitch/roadmap/roadmap-q1-2025.md): Jan'25 - Mar'25
- [Previous Roadmap - Q4 2024](https://docs.hyperswitch.io/about-hyperswitch/roadmap/roadmap-q4-2024.md): Hyperswitch roadmap (Oct to Dec'24)
- [Previous Roadmap - Q3 2024](https://docs.hyperswitch.io/about-hyperswitch/roadmap/roadmap-q3-2024.md): Hyperswitch roadmap (July to Sept'24)
- [Previous Roadmap - Q2 2024](https://docs.hyperswitch.io/about-hyperswitch/roadmap/roadmap-q2-2024.md): Hyperswitch roadmap (Apr to Jun'24)
- [Previous roadmap - Q1 2024](https://docs.hyperswitch.io/about-hyperswitch/roadmap/roadmap-q1-2024.md): Hyperswitch roadmap (Jan to Mar' 24)
- [Previous roadmap - Q4 2023](https://docs.hyperswitch.io/about-hyperswitch/roadmap/roadmap-q4-2023.md): Hyperswitch roadmap (Oct to Dec'23)
- [Hyperswitch architecture](https://docs.hyperswitch.io/about-hyperswitch/hyperswitch-architecture.md): A 30,000 feet view of Hyperswitch's architecture
- [Router](https://docs.hyperswitch.io/about-hyperswitch/hyperswitch-architecture/router.md)
- [Storage](https://docs.hyperswitch.io/about-hyperswitch/hyperswitch-architecture/storage.md)
- [A Payments Switch with virtually zero overhead](https://docs.hyperswitch.io/about-hyperswitch/hyperswitch-architecture/a-payments-switch-with-virtually-zero-overhead.md)
- [Connector Payment Flows](https://docs.hyperswitch.io/about-hyperswitch/hyperswitch-architecture/connector-payment-flows.md): This page outlines the various payment flows you may come across while building a connector.
- [SDK Payment flows](https://docs.hyperswitch.io/about-hyperswitch/sdk-payment-flows.md)


---

# 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:

```
GET https://docs.hyperswitch.io/about-hyperswitch.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.
