> 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/ai-resources.md).

# AI Resources

AI resources enable you to intelligently interact with the entire Juspay Hyperswitch ecosystem through conversational AI. Whether you're a developer, product manager, or business stakeholder, you can ask both technical and non-technical questions, execute real API operations, and verify results - all through natural language conversations.

### 1. DeepWikis - AI-Powered Documentation

Transform how you explore and understand Hyperswitch with AI-enhanced documentation across the entire ecosystem.

**What you can do:**

* Ask questions about any Hyperswitch component
* Get contextual guidance for implementation and integration
* Understand relationships between different repositories
* Access Rust-specific development assistance

**Coverage:** All hyperswitch related repositories including core payments switch, SDKs, infrastructure tools, and integrations

<details>

<summary><strong>Available DeepWikis</strong></summary>

**Core Repositories**

* [**juspay/hyperswitch**](https://deepwiki.org/juspay/hyperswitch) - Core App Server
* [**juspay/hyperswitch-control-center**](https://deepwiki.org/juspay/hyperswitch-control-center) - Payment Management and dashboard
* [**juspay/hyperswitch-web**](https://deepwiki.org/juspay/hyperswitch-web) - Web integration components
* [**juspay/hyperswitch-docs**](https://deepwiki.org/juspay/hyperswitch-docs) - Documentation repository

**SDKs & Client Libraries**

* [**juspay/hyperswitch-sdk-react-native**](https://deepwiki.org/juspay/hyperswitch-sdk-react-native) - React Native SDK
* [**juspay/hyperswitch-sdk-android**](https://deepwiki.org/juspay/hyperswitch-sdk-android) - Android SDK
* [**juspay/hyperswitch-sdk-ios**](https://deepwiki.org/juspay/hyperswitch-sdk-ios) - iOS SDK
* [**juspay/hyperswitch-client-core**](https://deepwiki.org/juspay/hyperswitch-client-core) - Core client library

**Infrastructure & Security**

* [**juspay/hyperswitch-encryption-service**](https://deepwiki.org/juspay/hyperswitch-encryption-service) - Encryption service
* [**juspay/hyperswitch-card-vault**](https://deepwiki.org/juspay/hyperswitch-card-vault) - Secure card storage
* [**juspay/hyperswitch-helm**](https://deepwiki.org/juspay/hyperswitch-helm) - Kubernetes deployment
* [**juspay/hyperswitch-cdk**](https://deepwiki.org/juspay/hyperswitch-cdk) - Cloud deployment kit

</details>

### 2. MCP Server - Direct API Integration

Execute real [Hyperswitch API](https://api-reference.hyperswitch.io/introduction) operations directly through your AI assistant using the [Model Context Protocol](https://modelcontextprotocol.io/introduction).

**What you can do:**

* Make actual API calls to Hyperswitch sandbox through conversational AI
* Create payments, manage customers, and configure routing via natural language
* Build automated workflows with AI-powered decision making
* Get real-time development assistance and troubleshooting

**Capabilities:** 102 API methods available for comprehensive platform control

{% content-ref url="/pages/IwzVzWjQGYr51hHlesqN" %}
[Setup MCP Server](/about-hyperswitch/ai-resources/setup-mcp-server.md)
{% endcontent-ref %}

{% hint style="warning" %}
Responses from AI tools can be incorrect, use with caution.\
and reach out to us on [slack](https://inviter.co/hyperswitch-slack) for any questions or further support.
{% endhint %}


---

# 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/about-hyperswitch/ai-resources.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.
