# 快速开始

您可以通过平台的 Discover 页面或者通过顶部的搜索功能找到目标 Bot，如果尚未存在满足需求的 Bot 则可以自主创建新Bot。

### 如何配置 Bot？

根据 ChainBot 对 Bot 的定义，可知我们应该做如下操作：

1. [设置账户的告警通知渠道](https://github.com/ChainbotAI/doc-zh/blob/master/broken-reference/README.md)
2. [选择 Bot 监控的类别](/zh/basic-usage/bots.md)
3. 设置 Bot 监控的数据源（各个类型的 Bot 中已列出支持的数据源）
4. [配置 Bot 所需的合约信息（如果需要的话）](/zh/basic-usage/contracts-mange.md)
5. [设置 Bot 监控告警的触发条件 （Condition(s)）](/zh/advanced-features/conditions-description.md)
6. [依照当前需求更改默认的 Bot 监控设置的告警模板](/zh/advanced-features/alarm-notification-template.md)
7. [创建 Bot 监控后，订阅该 Bot 的通知](/zh/basic-usage/subs.md)

### 通过 Discover 查找 Bot

<figure><img src="/files/Gye8I7LF5HzTO96fHvqw" alt=""><figcaption><p>Discover</p></figcaption></figure>

### 搜索 Bot

<figure><img src="/files/3hyQCeZieoP2KMz4mQZ9" alt=""><figcaption><p>Search</p></figcaption></figure>

### 快速学习案例

> 下面是所有 Bot 监控类型的案例，你可以在这里学习如何配置 Bot 监控。但是我们强烈建议你学习完整个文档再行配置。

[ChainBot 所有 Bot 监控案例。](https://chainbot.io/list/43)


---

# 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/quickly-start.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.
