# Monitoring/Bot

Bot is a monitoring configuration within ChainBot.

The basic components of a Bot include three parts: Info, Condition(s), and Notify Template. Users can configure the parameters of the Bot based on their needs.

Currently, ChainBot supports the following types of Bot monitoring:

| Bot Type                   | DataSource Type                                |
| -------------------------- | ---------------------------------------------- |
| Event Bot Monitoring       | On-chain Data Source                           |
| Dex Bot Monitoring         | On-chain Data Source                           |
| Transaction Bot Monitoring | On-chain Data Source                           |
| Block Bot Monitoring       | On-chain Data Source                           |
| Arweave Bot Monitoring     | On-chain Data Source                           |
| NFT Bot Monitoring         | Mixed Data Source (Ethereum + OpenSea)         |
| Snapshot Bot Monitoring    | Third-party Data Source (Snapshot Data Source) |


---

# 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/basic-usage/bots.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.
