> For the complete documentation index, see [llms.txt](https://help.bots.business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bots.business/reports.md).

# 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 %}
