# 参考文档

- [集成 on-ramp 页面](https://dev.fatpay.org/zh/reference/integration-tutorial.md): 将用户重定向到 FaTPay 提供的 URL 即可完成服务的集成
- [自定义控件](https://dev.fatpay.org/zh/reference/integration-tutorial/widget-customization.md)
- [自定义界面](https://dev.fatpay.org/zh/reference/integration-tutorial/interface-customization.md)
- [加签](https://dev.fatpay.org/zh/reference/integration-tutorial/widget-signature.md)
- [集成 NFT Checkout 页面](https://dev.fatpay.org/zh/reference/ji-cheng-nft-checkout-ye-mian.md): FaTPay将用户重定向到 FaTPay 提供的 URL 即可完成服务的集成
- [API 接口文档](https://dev.fatpay.org/zh/reference/api-reference.md): FaTPay 通过一系列 API 接口，为更多复杂场景提供服务
- [API](https://dev.fatpay.org/zh/reference/api-reference/on-ramp-apis.md)
- [加密货币查询接口](https://dev.fatpay.org/zh/reference/api-reference/on-ramp-apis/list-all-cyptocurrencies.md): 查询 FaTPay 当前支持的所有加密货币的列表
- [法定货币及支付方式查询接口](https://dev.fatpay.org/zh/reference/api-reference/on-ramp-apis/list-all-fiat-currencies.md): 查询 FaTPay 当前支持的所有法定货币及支持的支付方式
- [报价查询接口](https://dev.fatpay.org/zh/reference/api-reference/on-ramp-apis/retrieve-quoted-price.md): 基于输入的法定货币金额查询当前加密货币报价
- [订单列表查询接口](https://dev.fatpay.org/zh/reference/api-reference/on-ramp-apis/list-all-orders.md)
- [Webhooks](https://dev.fatpay.org/zh/reference/api-reference/webhooks.md)
- [订单回调通知](https://dev.fatpay.org/zh/reference/api-reference/webhooks/webhook-for-order-events.md): 订单状态变更时，FaTPay 对合作伙伴服务端发起异步通知
- [接口加签 & 验签](https://dev.fatpay.org/zh/reference/api-reference/verification.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://dev.fatpay.org/zh/reference.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.
