# Value Bot Example

> Typical Value Bot monitoring case studies configured. You can refer to these cases to learn and configure your own Bot monitoring.

### Single Indicator Value Monitoring

<figure><img src="/files/j0XMI8HHVMLb1yv2gL8P" alt=""><figcaption></figcaption></figure>

[Jump to this Bot case](https://chainbot.io/bot/308885297973003838)

### Multi-Indicator Value Monitoring

<figure><img src="/files/DmmwA9uwYPwNN9oYkAWz" alt=""><figcaption></figcaption></figure>

[Jump to this Bot case](https://chainbot.io/bot/308891060913210942)

### TVL Monitoring

> Mainly uses ChainBot's tokenPrice(symbol: string) method to convert amount into USD value

<figure><img src="/files/lYD8eTNUs9F70lok6reK" alt=""><figcaption></figcaption></figure>

[Jump to this Bot case](https://chainbot.io/bot/308892585995503166)

### Bot Reference Monitoring

> In Value type Bot monitoring, there is a feature to reference values from other Bots.

<figure><img src="/files/avfQn0VXlryrOrceDH2i" alt=""><figcaption></figcaption></figure>

[Jump to this Bot case](https://chainbot.io/bot/308898889530902078)


---

# 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/bot-case/value-bot-demo.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.
