# 集成SDK

- [PHP SDK](https://asiabill.gitbook.io/docs/ji-cheng-sdk/php-sdk.md): 一个集成了AsiaBill的payment和openApi接口的组件，通过传递指定请求类型和对应的参数即可完成接口请求。
- [集成站内支付](https://asiabill.gitbook.io/docs/ji-cheng-sdk/php-sdk/ji-cheng-zhan-nei-zhi-fu.md)
- [集成跳转支付](https://asiabill.gitbook.io/docs/ji-cheng-sdk/php-sdk/ji-cheng-tiao-zhuan-zhi-fu.md)
- [集成直连支付](https://asiabill.gitbook.io/docs/ji-cheng-sdk/php-sdk/ji-cheng-zhi-lian-zhi-fu.md)
- [Customer](https://asiabill.gitbook.io/docs/ji-cheng-sdk/php-sdk/customer.md)
- [OpenApi](https://asiabill.gitbook.io/docs/ji-cheng-sdk/php-sdk/openapi.md)


---

# 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://asiabill.gitbook.io/docs/ji-cheng-sdk.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.
