# Quick Start

You can find your target Bot through the platform's Discover page or via the search function at the top. If there isn't a Bot that meets your needs, you can create a new one yourself.

### How to configure a Bot?

Based on ChainBot's definition of a Bot, here's what we should do:

1. [Set the alert notification channel for your account](https://github.com/ChainbotAI/doc-en/blob/master/broken-reference/README.md)
2. [Choose the category for Bot monitoring](/basic-usage/bots.md)
3. Configure the data source for Bot monitoring (supported data sources are listed within the various types of Bots)
4. [Set the required contract information for the Bot (if necessary)](/basic-usage/contracts-mange.md)
5. [Set the trigger conditions for Bot monitoring alerts (Condition(s))](/advanced-features/conditions-description.md)
6. [Modify the default alert template for Bot monitoring based on current needs](/advanced-features/alarm-notification-template.md)
7. [After creating the Bot monitoring, subscribe to the notifications for that Bot](/basic-usage/subs.md)

### Finding Bots via Discover

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

### Searching for Bots

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

### Quick Learning Cases

> Below are examples of all Bot monitoring types. You can learn how to configure Bot monitoring here. However, we strongly recommend that you review the entire documentation before configuring.

[ChainBot all Bot monitoring cases.](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/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.
