> ## Documentation Index
> Fetch the complete documentation index at: https://doc.haipay.net/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Skills for HaiPay Integration

Use AI in your HaiPay integration workflow.

You can use AI agents to assist in building HaiPay integrations. If you use LLMs during development, we provide a set of tools and best practices.

## Install the HaiPay MCP Server

HaiPay's Model Context Protocol (MCP) server defines a set of [tools](https://doc.haipay.net/mcp) that AI agents can use to interact with the HaiPay API and search our knowledge base.

See [Connect to HaiPay MCP](/docs/en/ai/connect_ai_via_mcp/) for installation instructions.

## Skills

Skills are reusable "skill books" that AI Agents can follow to complete specific tasks, enabling reusable workflows. HaiPay provides a catalog of Skills that guide agents to follow best practices for HaiPay integration. They are available from various platforms and can also be accessed at [Haipay Skills](https://doc.haipay.net/.well-known/skills/index.json).

#### npx

Run this in your project folder. Note that manually added skills don't auto-update, so you'll need to pull updates yourself.

```bash theme={null}
npx skills add https://doc.haipay.net 
```

## Use AI Developer Platforms

Agent-assisted coding platforms let you create apps and websites by describing what you want to an LLM. These platforms can also help you build a payment integration without writing code.

Some platforms provide custom HaiPay integration solutions, allowing you to try HaiPay's payment capabilities without creating an account.

## Related Topics

* [Connect to HaiPay MCP](/docs/en/ai/connect_ai_via_mcp)
* [HaiPay Integration Steps Guide](/docs/en/guide/integration_guide)
* [HaiPay Merchant Guide](/docs/en/guide/README)
