# 开发者指南

- [Babylon 开发模块](https://www.docszh.com/babylon-docs/developer-guides/modules.md)
- [Epoching 模块](https://www.docszh.com/babylon-docs/developer-guides/modules/epoching.md)
- [检查点模块](https://www.docszh.com/babylon-docs/developer-guides/modules/checkpointing.md)
- [BTC 检查点模块](https://www.docszh.com/babylon-docs/developer-guides/modules/btccheckpoint.md)
- [BTC 轻客户端模块](https://www.docszh.com/babylon-docs/developer-guides/modules/btclightclient.md)
- [Zone Concierge 模块](https://www.docszh.com/babylon-docs/developer-guides/modules/zoneconcierge.md)
- [Babylon Vigilantes 模块](https://www.docszh.com/babylon-docs/developer-guides/vigilantes.md)
- [Vigilante 提交者程序](https://www.docszh.com/babylon-docs/developer-guides/vigilantes/submitter.md)
- [Vigilante 报告者程序](https://www.docszh.com/babylon-docs/developer-guides/vigilantes/reporter.md)
- [检查点监控器程序](https://www.docszh.com/babylon-docs/developer-guides/vigilantes/monitor.md)
- [gRPC 网关 (REST API)](https://www.docszh.com/babylon-docs/developer-guides/grpcrestapi.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://www.docszh.com/babylon-docs/developer-guides.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.
