> For the complete documentation index, see [llms.txt](https://docs.chainbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainbot.io/zh/basic-usage.md).

# 基础使用

- [监控/Bot](https://docs.chainbot.io/zh/basic-usage/bots.md)
- [Transaction Bot 监控](https://docs.chainbot.io/zh/basic-usage/bots/transaction-bot.md)
- [Event Bot 监控](https://docs.chainbot.io/zh/basic-usage/bots/event-bot.md)
- [DEX Bot 监控](https://docs.chainbot.io/zh/basic-usage/bots/dex-bot.md)
- [Value Bot 监控](https://docs.chainbot.io/zh/basic-usage/bots/value-bot.md)
- [NFT Bot 监控](https://docs.chainbot.io/zh/basic-usage/bots/nft-bot.md)
- [Snapshot Bot 监控](https://docs.chainbot.io/zh/basic-usage/bots/snapshot-bot.md)
- [Block Bot 监控](https://docs.chainbot.io/zh/basic-usage/bots/block-bot.md)
- [Arweave Bot 监控](https://docs.chainbot.io/zh/basic-usage/bots/arwwave-bot.md)
- [列表/List](https://docs.chainbot.io/zh/basic-usage/lists.md)
- [创建 List](https://docs.chainbot.io/zh/basic-usage/lists/create-lists.md)
- [管理 List](https://docs.chainbot.io/zh/basic-usage/lists/manage-lists.md)
- [合约管理/Contract](https://docs.chainbot.io/zh/basic-usage/contracts-mange.md): Contract
- [添加合约](https://docs.chainbot.io/zh/basic-usage/contracts-mange/add-contract.md)
- [管理合约](https://docs.chainbot.io/zh/basic-usage/contracts-mange/manage-contract.md)
- [通知渠道/Notify Channels](https://docs.chainbot.io/zh/basic-usage/notify-channels.md)
- [Email](https://docs.chainbot.io/zh/basic-usage/notify-channels/email.md)
- [Slack](https://docs.chainbot.io/zh/basic-usage/notify-channels/slack.md)
- [Discord](https://docs.chainbot.io/zh/basic-usage/notify-channels/discord.md)
- [Telegram](https://docs.chainbot.io/zh/basic-usage/notify-channels/telegram.md)
- [DingTalk](https://docs.chainbot.io/zh/basic-usage/notify-channels/dingtalk.md)
- [Pushover](https://docs.chainbot.io/zh/basic-usage/notify-channels/pushover.md)
- [Pagerduty](https://docs.chainbot.io/zh/basic-usage/notify-channels/pagerduty.md)
- [Webhook](https://docs.chainbot.io/zh/basic-usage/notify-channels/webhook.md)
- [Lark](https://docs.chainbot.io/zh/basic-usage/notify-channels/lark.md)
- [Cobo Argus](https://docs.chainbot.io/zh/basic-usage/notify-channels/cobo-argus.md)
- [订阅/Subscription](https://docs.chainbot.io/zh/basic-usage/subs.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://docs.chainbot.io/zh/basic-usage.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.
