> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual.md).

# API操作手册

- [创建项目](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/creation.md)
- [配置IP白名单](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/configuration.md)
- [查询API接入信息](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/access_information.md)
- [生成子地址](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/wallet_address_creation.md)
- [查询交易记录](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/transaction.md)
- [归集](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/collection.md)
- [回调查询](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/callback_query.md)
- [回调设置](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/callback_setting.md)
- [通知设置](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/notification.md)
- [禁用及删除项目](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/disable_and_delete.md)
- [开发者API中心](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/developer.md)
- [于API接入TON链](https://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual/ton.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://support.cregis.com/cregis-wallet-guide/zh-cn/api/manual.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.
