# Reports

You can see a usage report and a commands report for your bot. Just click to links.

![](/files/-MJixO_oIpgfacLpXxzI)

## Usage report

shows the count of new users, chats, received and sent messages, blocked chats, etc.&#x20;

![](/files/-MJiz1roaaSEr_Cb9pYY)

## Commands report

with this report you can see:

* slowest commands (Average run time option)
* the most used commands (Total calls option)

Command can execute with API, BJS-runtime and in background

API - this is an external API call. For example Telegram API

BJS-runtime - this is the execution of your JavaScript code

Background - this is the execution of Bot.run with run\_after options and another scheduled tasks.

![](/files/-MJj2fYZPzO3q1s4ZBfZ)

{% hint style="warning" %}
Average run time for API must be above 0.1 - 0.5 sec. If your command spends more time you need to optimize it.
{% endhint %}


---

# 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://help.bots.business/reports.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.
