# 合约管理/Contract

为方便用户更灵活的使用 ChainBot 构建自己的监控体系，ChainBot 维护了一份各区块链上合约信息。

在默认情况下，ChainBot 会自动拉取智能合约的 ABI 信息。同时支持手动填写智能合约的相关内容。


---

# 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://docs.chainbot.io/zh/basic-usage/contracts-mange.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.
